/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCObjectFileInfo.cpp | 454 Ctx->getELFSection(".debug_info.dwo", DebugSecType, ELF::SHF_EXCLUDE); in initELFMCObjectFileInfo() 456 Ctx->getELFSection(".debug_types.dwo", DebugSecType, ELF::SHF_EXCLUDE); in initELFMCObjectFileInfo() 458 Ctx->getELFSection(".debug_abbrev.dwo", DebugSecType, ELF::SHF_EXCLUDE); in initELFMCObjectFileInfo() 461 ELF::SHF_MERGE | ELF::SHF_STRINGS | ELF::SHF_EXCLUDE, 1, ""); in initELFMCObjectFileInfo() 463 Ctx->getELFSection(".debug_line.dwo", DebugSecType, ELF::SHF_EXCLUDE); in initELFMCObjectFileInfo() 465 Ctx->getELFSection(".debug_loc.dwo", DebugSecType, ELF::SHF_EXCLUDE); in initELFMCObjectFileInfo() 467 DebugSecType, ELF::SHF_EXCLUDE); in initELFMCObjectFileInfo() 469 Ctx->getELFSection(".debug_rnglists.dwo", DebugSecType, ELF::SHF_EXCLUDE); in initELFMCObjectFileInfo() 471 Ctx->getELFSection(".debug_macinfo.dwo", DebugSecType, ELF::SHF_EXCLUDE); in initELFMCObjectFileInfo() 474 Ctx->getELFSection(".debug_loclists.dwo", DebugSecType, ELF::SHF_EXCLUDE); in initELFMCObjectFileInfo()
|
D | MCSectionELF.cpp | 78 if (Flags & ELF::SHF_EXCLUDE) in PrintSwitchToSection() 89 if (Flags & ELF::SHF_EXCLUDE) in PrintSwitchToSection()
|
D | ELFObjectWriter.cpp | 1138 ELF::SHF_EXCLUDE, 16, ""); in writeObject() 1168 ELF::SHF_EXCLUDE); in writeObject()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 750 SHF_EXCLUDE = 0x80000000U, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 922 SHF_EXCLUDE = 0x80000000U, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
D | ELFAsmParser.cpp | 294 flags |= ELF::SHF_EXCLUDE; in parseSectionFlags()
|
/third_party/elfio/elfio/ |
D | elfio_dump.hpp | 1330 if ( flags & SHF_EXCLUDE ) { in section_flags()
|
D | elf_types.hpp | 558 constexpr Elf_Xword SHF_EXCLUDE = 0x80000000; variable
|
/third_party/musl/ndk_musl_include/ |
D | elf.h | 423 #define SHF_EXCLUDE (1U << 31) macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | elf.h | 423 #define SHF_EXCLUDE (1U << 31) macro
|
/third_party/musl/include/ |
D | elf.h | 423 #define SHF_EXCLUDE (1U << 31) macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | elf.h | 423 #define SHF_EXCLUDE (1U << 31) macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | elf.h | 423 #define SHF_EXCLUDE (1U << 31) macro
|
/third_party/musl/porting/linux/user/include/ |
D | elf.h | 424 #define SHF_EXCLUDE (1U << 31) macro
|
/third_party/elfutils/libelf/ |
D | elf.h | 487 #define SHF_EXCLUDE (1U << 31) /* Section is excluded unless macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 272 ELF::SHF_EXCLUDE); in emitModuleMetadata()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 520 BCase(SHF_EXCLUDE); in bitset()
|
/third_party/elfutils/ |
D | NEWS | 136 elflint: Allow SHF_EXCLUDE as generic section flag when --gnu is given.
|
/third_party/elfutils/config/ |
D | elfutils.spec.in | 447 - elflint: Allow SHF_EXCLUDE as generic section flag when --gnu is given.
|
/third_party/elfutils/src/ |
D | elflint.c | 3942 sh_flags &= ~(GElf_Xword) SHF_EXCLUDE; in check_sections()
|
D | ChangeLog | 526 * elflint.c (check_sections): Mask out SHF_EXCLUDE from processor 5322 * readelf.c (print_shdr): Add support for SHF_ORDERED and SHF_EXCLUDE.
|
D | readelf.c | 1323 if (shdr->sh_flags & SHF_EXCLUDE) in print_shdr()
|