Searched refs:strtab (Results 1 – 4 of 4) sorted by relevance
85 strtab = malloc(sizeof(*strtab)); in xc_core_strtab_init()86 if ( strtab == NULL ) in xc_core_strtab_init()93 free(strtab); in xc_core_strtab_init()101 strtab->length = 1; in xc_core_strtab_init()103 return strtab; in xc_core_strtab_init()110 free(strtab); in xc_core_strtab_free()126 if ( strtab->length + len > strtab->max ) in xc_core_strtab_get()136 tmp = realloc(strtab->strings, strtab->max * 2); in xc_core_strtab_get()144 strtab->max *= 2; in xc_core_strtab_get()148 strcpy(strtab->strings + strtab->length, name); in xc_core_strtab_get()[all …]
42 struct xc_core_strtab *strtab, in xc_core_arch_context_get_shdr() argument
43 struct xc_core_strtab *strtab, in xc_core_arch_context_get_shdr() argument
124 struct xc_core_strtab *strtab,
Completed in 7 milliseconds