/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A 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() [all...] |
H A D | MCSectionELF.cpp | 78 if (Flags & ELF::SHF_EXCLUDE) in PrintSwitchToSection() 89 if (Flags & ELF::SHF_EXCLUDE) in PrintSwitchToSection()
|
H A 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-10.0/llvm/lib/MC/MCParser/ |
H A D | ELFAsmParser.cpp | 294 flags |= ELF::SHF_EXCLUDE; in parseSectionFlags()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | ELF.h | 750 SHF_EXCLUDE = 0x80000000U,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 922 SHF_EXCLUDE = 0x80000000U,
|
/third_party/elfio/elfio/ |
H A D | elfio_dump.hpp | 1330 if ( flags & SHF_EXCLUDE ) { in section_flags()
|
H A D | elf_types.hpp | 558 constexpr Elf_Xword SHF_EXCLUDE = 0x80000000; member
|
/third_party/musl/porting/linux/user/include/ |
H A D | elf.h | 425 #define SHF_EXCLUDE (1U << 31) macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | elf.h | 423 #define SHF_EXCLUDE (1U << 31) macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | elf.h | 423 #define SHF_EXCLUDE (1U << 31) macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | elf.h | 423 #define SHF_EXCLUDE (1U << 31) macro
|
/third_party/musl/include/ |
H A D | elf.h | 430 #define SHF_EXCLUDE (1U << 31) macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.cpp | 272 ELF::SHF_EXCLUDE); in emitModuleMetadata()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 520 BCase(SHF_EXCLUDE); in bitset()
|
/third_party/elfutils/libelf/ |
H A D | elf.h | 487 #define SHF_EXCLUDE (1U << 31) /* Section is excluded unless macro
|
/third_party/elfutils/src/ |
H A D | elflint.c | 3938 /* Strictly speaking SHF_EXCLUDE is a processor specific in check_sections() 3942 sh_flags &= ~(GElf_Xword) SHF_EXCLUDE; in check_sections()
|
H A D | readelf.c | 1323 if (shdr->sh_flags & SHF_EXCLUDE) in print_shdr()
|