Home
last modified time | relevance | path

Searched refs:SHF_EXCLUDE (Results 1 – 22 of 22) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCObjectFileInfo.cpp454 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()
DMCSectionELF.cpp78 if (Flags & ELF::SHF_EXCLUDE) in PrintSwitchToSection()
89 if (Flags & ELF::SHF_EXCLUDE) in PrintSwitchToSection()
DELFObjectWriter.cpp1138 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/
DELF.h750 SHF_EXCLUDE = 0x80000000U, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h922 SHF_EXCLUDE = 0x80000000U, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DELFAsmParser.cpp294 flags |= ELF::SHF_EXCLUDE; in parseSectionFlags()
/third_party/elfio/elfio/
Delfio_dump.hpp1330 if ( flags & SHF_EXCLUDE ) { in section_flags()
Delf_types.hpp558 constexpr Elf_Xword SHF_EXCLUDE = 0x80000000; variable
/third_party/musl/ndk_musl_include/
Delf.h423 #define SHF_EXCLUDE (1U << 31) macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h423 #define SHF_EXCLUDE (1U << 31) macro
/third_party/musl/include/
Delf.h423 #define SHF_EXCLUDE (1U << 31) macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h423 #define SHF_EXCLUDE (1U << 31) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h423 #define SHF_EXCLUDE (1U << 31) macro
/third_party/musl/porting/linux/user/include/
Delf.h424 #define SHF_EXCLUDE (1U << 31) macro
/third_party/elfutils/libelf/
Delf.h487 #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/
DTargetLoweringObjectFileImpl.cpp272 ELF::SHF_EXCLUDE); in emitModuleMetadata()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp520 BCase(SHF_EXCLUDE); in bitset()
/third_party/elfutils/
DNEWS136 elflint: Allow SHF_EXCLUDE as generic section flag when --gnu is given.
/third_party/elfutils/config/
Delfutils.spec.in447 - elflint: Allow SHF_EXCLUDE as generic section flag when --gnu is given.
/third_party/elfutils/src/
Delflint.c3942 sh_flags &= ~(GElf_Xword) SHF_EXCLUDE; in check_sections()
DChangeLog526 * elflint.c (check_sections): Mask out SHF_EXCLUDE from processor
5322 * readelf.c (print_shdr): Add support for SHF_ORDERED and SHF_EXCLUDE.
Dreadelf.c1323 if (shdr->sh_flags & SHF_EXCLUDE) in print_shdr()