Searched refs:sheaders (Results 1 – 4 of 4) sorted by relevance
168 sheaders = malloc(sizeof(*sheaders)); in xc_core_shdr_init()172 sheaders->num = 0; in xc_core_shdr_init()174 sheaders->shdrs = malloc(sizeof(sheaders->shdrs[0]) * sheaders->num_max); in xc_core_shdr_init()177 free(sheaders); in xc_core_shdr_init()180 return sheaders; in xc_core_shdr_init()187 free(sheaders); in xc_core_shdr_free()196 if ( sheaders->num == sheaders->num_max ) in xc_core_shdr_get()206 sizeof(sheaders->shdrs[0]) * sheaders->num_max); in xc_core_shdr_get()212 shdr = &sheaders->shdrs[sheaders->num]; in xc_core_shdr_get()213 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 6 milliseconds