Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dplace.c853 if ((shflags & SHF_GROUP) || (shdr->sh_type == SHT_GROUP)) { in ld_place_section()
884 if (shdr->sh_type == SHT_GROUP) { in ld_place_section()
1217 (shdr->sh_type != SHT_GROUP) && in ld_place_section()
1440 if ((shdr->sh_type == SHT_GROUP) && in ld_place_section()
H A Dgroups.c103 if (isp->is_shdr->sh_type == SHT_GROUP) { in ld_get_group()
H A Dfiles.c2857 (isp->is_shdr->sh_type != SHT_GROUP)) in process_elf()
H A Dlibld.msg466 corresponding SHT_GROUP section found"
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dsections.msg94 @ MSG_SHT_GROUP "[ SHT_GROUP ]" # 17
96 @ MSG_SHT_GROUP_CF "SHT_GROUP"
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_elf_defines.h109 #ifndef SHT_GROUP
110 #define SHT_GROUP 17 macro
H A Ddwarf_init_finish.c79 #ifndef SHT_GROUP
80 #define SHT_GROUP 17 macro
1150 if (doas.type == SHT_GROUP) { in determine_target_group()
H A Ddwarf_elf_load_headers.c1680 if ((type == SHT_GROUP) || (!strcmp(sname,".group"))){ in elf_sht_groupsec()
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dsections.c305 if (isp->is_shdr->sh_type == SHT_GROUP) { in Dbg_sec_group()
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h577 #define SHT_GROUP 17 macro
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_common.h393 #define SHT_GROUP 17 /* Section group. */ macro
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dstr.c180 case SHT_GROUP: in shtype_to_strtab()
/illumos-gate/usr/src/cmd/sgs/tools/
H A DSUNWonld-README380 4421842 fixups in SHT_GROUP processing required...
593 4731174 strip(1) does not fixup SHT_GROUP data
656 4787579 invalid SHT_GROUP entries can cause linker to seg fault
1574 6900241 ld should track SHT_GROUP sections by symbol name, not section name
/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dfile.c371 if (shdr->sh_type == SHT_GROUP) { in traverse_file()
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.msg304 # SHT_GROUP messages
H A Delfdump.c4263 if (shdr->sh_type != SHT_GROUP) in group()
5277 case SHT_GROUP: in regular()