Home
last modified time | relevance | path

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

/titanic_53/usr/src/cmd/sgs/libld/common/
H A Dplace.c775 if ((shflags & SHF_GROUP) || (shdr->sh_type == SHT_GROUP)) { in ld_place_section()
806 if (shdr->sh_type == SHT_GROUP) { in ld_place_section()
1098 (shdr->sh_type != SHT_GROUP) && in ld_place_section()
1310 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.msg466 corresponding SHT_GROUP section found"
/titanic_53/usr/src/cmd/sgs/libconv/common/
H A Dsections.msg94 @ MSG_SHT_GROUP "[ SHT_GROUP ]" # 17
96 @ MSG_SHT_GROUP_CF "SHT_GROUP"
/titanic_53/usr/src/cmd/sgs/liblddbg/common/
H A Dsections.c305 if (isp->is_shdr->sh_type == SHT_GROUP) { in Dbg_sec_group()
/titanic_53/usr/src/uts/common/sys/
H A Delf.h576 #define SHT_GROUP 17 macro
/titanic_53/usr/src/boot/sys/sys/
H A Delf_common.h393 #define SHT_GROUP 17 /* Section group. */ macro
/titanic_53/usr/src/cmd/sgs/elfedit/modules/common/
H A Dstr.c180 case SHT_GROUP: in shtype_to_strtab()
/titanic_53/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_53/usr/src/cmd/sgs/mcs/common/
H A Dfile.c368 if (shdr->sh_type == SHT_GROUP) { in traverse_file()
/titanic_53/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.msg292 # SHT_GROUP messages
H A Delfdump.c4110 if (shdr->sh_type != SHT_GROUP) in group()
5112 case SHT_GROUP: in regular()