Searched refs:section_type (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libdwarf/common/ |
H A D | dwarf_xu_index.c | 192 const char * section_type, in dwarf_get_xu_index_header() argument 219 if (!strcmp(section_type,"cu") ) { in dwarf_get_xu_index_header() 221 } else if (!strcmp(section_type,"tu") ) { in dwarf_get_xu_index_header() 246 "The size of the %s ",(char *)section_type); in dwarf_get_xu_index_header() 285 "The size of the %s ",(char *)section_type); in dwarf_get_xu_index_header() 303 "The size of the %s ",(char *)section_type); in dwarf_get_xu_index_header() 329 "The size of the %s ",(char *)section_type); in dwarf_get_xu_index_header() 347 "The size of the %s ",(char *)section_type); in dwarf_get_xu_index_header() 388 indexptr->gx_type[0] = section_type[0]; in dwarf_get_xu_index_header() 389 indexptr->gx_type[1] = section_type[1]; in dwarf_get_xu_index_header()
|
H A D | dwarf_elfread.c | 731 Dwarf_Unsigned section_type = 0; in _dwarf_elf_object_access_internals_init() local 735 section_type = shp->gh_type; in _dwarf_elf_object_access_internals_init() 736 if (section_type == SHT_REL || in _dwarf_elf_object_access_internals_init() 739 } else if (section_type == SHT_RELA || in _dwarf_elf_object_access_internals_init()
|
H A D | libdwarf.h | 3531 const char * section_type, /* "tu" or "cu" */
|
H A D | generated_libdwarf.h.in | 3531 const char * section_type, /* "tu" or "cu" */
|
H A D | libdwarf.h.in | 3531 const char * section_type, /* "tu" or "cu" */
|