Searched refs:shdrs (Results 1 – 1 of 1) sorted by relevance
159 Elf64_Shdr *shdrs; member174 sheaders->shdrs = malloc(sizeof(sheaders->shdrs[0]) * sheaders->num_max); in xc_core_shdr_init()175 if ( sheaders->shdrs == NULL ) in xc_core_shdr_init()186 free(sheaders->shdrs); in xc_core_shdr_free()198 Elf64_Shdr *shdrs; in xc_core_shdr_get() local205 shdrs = realloc(sheaders->shdrs, in xc_core_shdr_get()207 if ( shdrs == NULL ) in xc_core_shdr_get()209 sheaders->shdrs = shdrs; in xc_core_shdr_get()212 shdr = &sheaders->shdrs[sheaders->num]; in xc_core_shdr_get()621 strtab_idx = shdr - sheaders->shdrs; in xc_domain_dumpcore_via_callback()[all …]
Completed in 5 milliseconds