Searched refs:SHF_GROUP (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dsections.c446 { SHF_GROUP, ALL, MSG_SHF_GROUP_CF },
462 { SHF_GROUP, ALL, MSG_SHF_GROUP_NF },
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h479 #define SHF_GROUP 0x200 macro
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dplace.c248 if ((isp->is_shdr->sh_flags & SHF_GROUP) &&
775 if ((shflags & SHF_GROUP) || (shdr->sh_type == SHT_GROUP)) {
H A Doutfile.c326 * SHF_ORDERED, SHF_LINK_ORDER, SHF_GROUP
332 osp->os_shdr->sh_flags &= ~(ALL_SHF_ORDER|SHF_GROUP);
H A Dsections.c2515 * If the input relocation section had the SHF_GROUP
2519 if (risp->is_shdr->sh_flags & SHF_GROUP) {
2520 rosp->os_shdr->sh_flags |= SHF_GROUP;
3513 if ((isp->is_shdr->sh_flags & SHF_GROUP) &&
H A Drelocate.c1710 * groups tied together with an SHF_GROUP section, and .gnu.linkonce
1716 * be in a common SHF_GROUP so that they are all kept or removed
1732 * gcc is in the process of converting to SHF_GROUP. This will
1793 * - Have the same SHF_GROUP flag setting (either on or off)
1807 ((isp->is_shdr->sh_flags & SHF_GROUP) !=
1808 (rep_isp->is_shdr->sh_flags & SHF_GROUP))) {
/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dfile.c645 if (shdr->sh_flags & SHF_GROUP)
655 if ((shdr->sh_flags & SHF_GROUP) &&
1562 * If SHF_GROUP sections were removed, we might need to
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_common.h473 #define SHF_GROUP 0x200 /* Member of section group. */ macro
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h91 #define ALL_SHF_IGNORE (ALL_SHF_ORDER | SHF_GROUP | SHF_MERGE | SHF_STRINGS)

Completed in 85 milliseconds