Searched refs:SHF_EXCLUDE (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Delf_386.h81 #define SHF_EXCLUDE 0x80000000 macro
H A Delf_SPARC.h154 #define SHF_EXCLUDE 0x80000000 macro
/opensolaris-onvv-gate/usr/src/cmd/sgs/libconv/common/
H A Dsections.c448 { SHF_EXCLUDE, SOL, MSG_SHF_EXCLUDE_CF },
464 { SHF_EXCLUDE, SOL, MSG_SHF_EXCLUDE_NF },
/opensolaris-onvv-gate/usr/src/common/crypto/fips/
H A Dfips_addchecksum.c130 shdr->sh_flags = SHF_EXCLUDE;
/opensolaris-onvv-gate/usr/src/lib/libelfsign/common/
H A Delfsignlib.c591 shdr.sh_flags = SHF_EXCLUDE;
/opensolaris-onvv-gate/usr/src/cmd/sgs/libld/common/
H A Dfiles.c187 if ((shdr->sh_flags & SHF_EXCLUDE) &&
2420 * SHF_EXCLUDE flags is set for this section.
2427 * Sections SHT_SYMTAB and SHT_DYNDYM, even if SHF_EXCLUDE is on, might
2632 * If the section has the SHF_EXCLUDE flag on, and we're not
2635 if (((shdr->sh_flags & SHF_EXCLUDE) != 0) &&
/opensolaris-onvv-gate/usr/src/cmd/sgs/dump/common/
H A Ddump.c691 if (p->p_shdr.sh_flags & SHF_EXCLUDE)

Completed in 215 milliseconds