Searched refs:shdrs (Results 1 – 1 of 1) sorted by relevance
158 Elf64_Shdr *shdrs; member173 sheaders->shdrs = malloc(sizeof(sheaders->shdrs[0]) * sheaders->num_max); in xc_core_shdr_init()174 if ( sheaders->shdrs == NULL ) in xc_core_shdr_init()185 free(sheaders->shdrs); in xc_core_shdr_free()197 Elf64_Shdr *shdrs; in xc_core_shdr_get() local204 shdrs = realloc(sheaders->shdrs, in xc_core_shdr_get()206 if ( shdrs == NULL ) in xc_core_shdr_get()208 sheaders->shdrs = shdrs; in xc_core_shdr_get()211 shdr = &sheaders->shdrs[sheaders->num]; in xc_core_shdr_get()593 strtab_idx = shdr - sheaders->shdrs; in xc_domain_dumpcore_via_callback()[all …]
Completed in 5 milliseconds