Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_elfread.c237 if (sp->gh_content) { in elf_load_nolibelf_section()
238 *return_data = (Dwarf_Small *)sp->gh_content; in elf_load_nolibelf_section()
250 sp->gh_content = malloc((size_t)sp->gh_size); in elf_load_nolibelf_section()
251 if(!sp->gh_content) { in elf_load_nolibelf_section()
256 sp->gh_content, (off_t)sp->gh_offset, in elf_load_nolibelf_section()
259 free(sp->gh_content); in elf_load_nolibelf_section()
260 sp->gh_content = 0; in elf_load_nolibelf_section()
263 *return_data = (Dwarf_Small *)sp->gh_content; in elf_load_nolibelf_section()
555 free(shp->gh_content); in _dwarf_destruct_elf_nlaccess()
556 shp->gh_content = 0; in _dwarf_destruct_elf_nlaccess()
H A Ddwarf_elfread.h103 char * gh_content; member
H A Ddwarf_elf_load_headers.c253 free(shp->gh_content); in dwarf_destruct_elf_access()
254 shp->gh_content = 0; in dwarf_destruct_elf_access()