Searched refs:sheaders (Results 1 – 4 of 4) sorted by relevance
167 sheaders = malloc(sizeof(*sheaders)); in xc_core_shdr_init()171 sheaders->num = 0; in xc_core_shdr_init()173 sheaders->shdrs = malloc(sizeof(sheaders->shdrs[0]) * sheaders->num_max); in xc_core_shdr_init()176 free(sheaders); in xc_core_shdr_init()179 return sheaders; in xc_core_shdr_init()186 free(sheaders); in xc_core_shdr_free()195 if ( sheaders->num == sheaders->num_max ) in xc_core_shdr_get()205 sizeof(sheaders->shdrs[0]) * sheaders->num_max); in xc_core_shdr_get()211 shdr = &sheaders->shdrs[sheaders->num]; in xc_core_shdr_get()212 sheaders->num++; in xc_core_shdr_get()[all …]
41 struct xc_core_section_headers *sheaders, in xc_core_arch_context_get_shdr() argument
42 struct xc_core_section_headers *sheaders, in xc_core_arch_context_get_shdr() argument
120 struct xc_core_section_headers *sheaders);
Completed in 5 milliseconds