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

/freebsd-10.2-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.2-release/contrib/llvm/lib/MC/
H A DMCSectionELF.cpp82 if (Flags & ELF::SHF_EXCLUDE)
93 if (Flags & ELF::SHF_EXCLUDE)
/freebsd-10.2-release/contrib/llvm/lib/Object/
H A DELFYAML.cpp269 BCase(SHF_EXCLUDE)
/freebsd-10.2-release/contrib/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp288 flags |= ELF::SHF_EXCLUDE;
/freebsd-10.2-release/contrib/llvm/tools/llvm-readobj/
H A DELFDumper.cpp380 LLVM_READOBJ_ENUM_ENT(ELF, SHF_EXCLUDE ),
/freebsd-10.2-release/contrib/llvm/include/llvm/Support/
H A DELF.h1302 SHF_EXCLUDE = 0x80000000U,
/freebsd-10.2-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.2-release/contrib/binutils/bfd/
H A Delf32-ppc.c1926 if (hdr->sh_flags & SHF_EXCLUDE)
1944 shdr->sh_flags |= SHF_EXCLUDE;

Completed in 108 milliseconds