Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_core.c158 Elf64_Shdr *shdrs; member
173 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() local
204 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