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

/freebsd-10.0-release/contrib/binutils/include/elf/
H A Di370.h40 #define SHF_EXCLUDE 0x80000000 /* Link editor is to exclude \ macro
H A Dor32.h56 #define SHF_EXCLUDE 0x80000000 /* Link editor is to exclude \ macro
H A Dppc.h168 #define SHF_EXCLUDE 0x80000000 /* Link editor is to exclude \ macro
H A Dsparc.h53 #define SHF_EXCLUDE 0x80000000 /* exclude from linking */ macro
/freebsd-10.0-release/contrib/binutils/gas/config/
H A Dtc-ppc.c2866 /* For ELF, add support for SHF_EXCLUDE and SHT_ORDERED. */
2872 return SHF_EXCLUDE;
2882 return SHF_EXCLUDE;
2902 if (attr & SHF_EXCLUDE)
/freebsd-10.0-release/contrib/binutils/bfd/
H A Delf32-ppc.c1926 if (hdr->sh_flags & SHF_EXCLUDE)
1944 shdr->sh_flags |= SHF_EXCLUDE;

Completed in 88 milliseconds