Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/libld/common/
H A Dplace.c700 if ((shflags & SHF_GROUP) || (shdr->sh_type == SHT_GROUP)) { in ld_place_section()
731 if (shdr->sh_type == SHT_GROUP) { in ld_place_section()
1010 (shdr->sh_type != SHT_GROUP) && in ld_place_section()
1222 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.c2815 (isp->is_shdr->sh_type != SHT_GROUP)) in process_elf()
H A Dlibld.msg467 corresponding SHT_GROUP section found"
/titanic_41/usr/src/cmd/sgs/libconv/common/
H A Dsections.msg94 @ MSG_SHT_GROUP "[ SHT_GROUP ]" # 17
96 @ MSG_SHT_GROUP_CF "SHT_GROUP"
/titanic_41/usr/src/cmd/sgs/liblddbg/common/
H A Dsections.c305 if (isp->is_shdr->sh_type == SHT_GROUP) { in Dbg_sec_group()
/titanic_41/usr/src/uts/common/sys/
H A Delf.h424 #define SHT_GROUP 17 macro
/titanic_41/usr/src/cmd/sgs/elfedit/modules/common/
H A Dstr.c180 case SHT_GROUP: in shtype_to_strtab()
/titanic_41/usr/src/cmd/sgs/packages/common/
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
/titanic_41/usr/src/cmd/sgs/mcs/common/
H A Dfile.c368 if (shdr->sh_type == SHT_GROUP) { in traverse_file()
/titanic_41/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.msg292 # SHT_GROUP messages
H A Delfdump.c4106 if (shdr->sh_type != SHT_GROUP) in group()
5107 case SHT_GROUP: in regular()