Home
last modified time | relevance | path

Searched refs:strtab (Results 1 – 4 of 4) sorted by relevance

/tools/libs/guest/
A Dxg_core.c85 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 …]
A Dxg_core_arm.h42 struct xc_core_strtab *strtab, in xc_core_arch_context_get_shdr() argument
A Dxg_core_x86.h43 struct xc_core_strtab *strtab, in xc_core_arch_context_get_shdr() argument
A Dxg_core.h124 struct xc_core_strtab *strtab,

Completed in 7 milliseconds