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

/freebsd-12-stable/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.h170 #define SHF_EXCLUDE 0x80000000 /* Link editor is to exclude \ macro
H A Dsparc.h53 #define SHF_EXCLUDE 0x80000000 /* exclude from linking */ macro
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionELF.cpp78 if (Flags & ELF::SHF_EXCLUDE)
89 if (Flags & ELF::SHF_EXCLUDE)
H A DMCObjectFileInfo.cpp454 Ctx->getELFSection(".debug_info.dwo", DebugSecType, ELF::SHF_EXCLUDE);
456 Ctx->getELFSection(".debug_types.dwo", DebugSecType, ELF::SHF_EXCLUDE);
458 Ctx->getELFSection(".debug_abbrev.dwo", DebugSecType, ELF::SHF_EXCLUDE);
461 ELF::SHF_MERGE | ELF::SHF_STRINGS | ELF::SHF_EXCLUDE, 1, "");
463 Ctx->getELFSection(".debug_line.dwo", DebugSecType, ELF::SHF_EXCLUDE);
465 Ctx->getELFSection(".debug_loc.dwo", DebugSecType, ELF::SHF_EXCLUDE);
467 DebugSecType, ELF::SHF_EXCLUDE);
469 Ctx->getELFSection(".debug_rnglists.dwo", DebugSecType, ELF::SHF_EXCLUDE);
471 Ctx->getELFSection(".debug_macinfo.dwo", DebugSecType, ELF::SHF_EXCLUDE);
474 Ctx->getELFSection(".debug_loclists.dwo", DebugSecType, ELF::SHF_EXCLUDE);
[all...]
H A DELFObjectWriter.cpp1138 ELF::SHF_EXCLUDE, 16, "");
1168 ELF::SHF_EXCLUDE);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp294 flags |= ELF::SHF_EXCLUDE;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h922 SHF_EXCLUDE = 0x80000000U,
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp93 const uint64_t PreserveMask = ELF::SHF_COMPRESSED | ELF::SHF_EXCLUDE |
/freebsd-12-stable/contrib/binutils/gas/config/
H A Dtc-ppc.c2914 /* For ELF, add support for SHF_EXCLUDE and SHT_ORDERED. */
2920 return SHF_EXCLUDE;
2930 return SHF_EXCLUDE;
2950 if (attr & SHF_EXCLUDE)
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp559 // SHF_EXCLUDE'ed sections are discarded by the linker. However,
562 if ((sec.sh_flags & SHF_EXCLUDE) && !config->relocatable) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp272 ELF::SHF_EXCLUDE);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp520 BCase(SHF_EXCLUDE);
/freebsd-12-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h1067 _ELF_DEFINE_SHF(SHF_EXCLUDE, 0x80000000UL, \
/freebsd-12-stable/contrib/binutils/bfd/
H A Delf32-ppc.c1956 if (hdr->sh_flags & SHF_EXCLUDE)
1974 shdr->sh_flags |= SHF_EXCLUDE;
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1446 ENUM_ENT(SHF_EXCLUDE, "E"),
1511 // SHF_EXCLUDE ("E") has a value of 0x80000000 and SHF_MASKPROC is 0xf0000000.
1542 // Mask off all the processor-specific bits. This removes the SHF_EXCLUDE

Completed in 352 milliseconds