Searched refs:gh_size (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libdwarf/common/ |
H A D | dwarf_elf_load_headers.c | 517 ASNAR(ep->f_copy_word,gshdr->gh_size,psh->sh_size); in generic_shdr_from_shdr32() 582 ASNAR(ep->f_copy_word,gshdr->gh_size,psh->sh_size); in generic_shdr_from_shdr64() 751 psh->gh_offset,psh->gh_size, in dwarf_generic_elf_load_symbols() 756 psh->gh_offset,psh->gh_size, in dwarf_generic_elf_load_symbols() 831 Dwarf_Unsigned size = gsh->gh_size; in generic_rel_from_rela32() 862 Dwarf_Unsigned size = gsh->gh_size; in generic_rel_from_rela64() 912 Dwarf_Unsigned size = gsh->gh_size; in generic_rel_from_rel32() 941 Dwarf_Unsigned size = gsh->gh_size; in generic_rel_from_rel64() 1085 if(psh->gh_size > ep->f_elf_shstrings_max) { in _dwarf_elf_load_sectstrings() 1087 ep->f_elf_shstrings_data = (char *)malloc(psh->gh_size); in _dwarf_elf_load_sectstrings() [all …]
|
H A D | dwarf_elfread.c | 214 return_section->size = sp->gh_size; in elf_get_nolibelf_section_info() 241 if (!sp->gh_size) { in elf_load_nolibelf_section() 244 if ((sp->gh_size + sp->gh_offset) > in elf_load_nolibelf_section() 250 sp->gh_content = malloc((size_t)sp->gh_size); in elf_load_nolibelf_section() 257 (size_t)sp->gh_size, (off_t)elf->f_filesize, error); in elf_load_nolibelf_section()
|
H A D | dwarf_elfread.h | 91 Dwarf_Unsigned gh_size; member
|