Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A 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()
[all...]
H A DMCSectionELF.cpp78 if (Flags & ELF::SHF_EXCLUDE) in PrintSwitchToSection()
89 if (Flags & ELF::SHF_EXCLUDE) in PrintSwitchToSection()
H A DELFObjectWriter.cpp1138 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 DELFAsmParser.cpp294 flags |= ELF::SHF_EXCLUDE; in parseSectionFlags()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h750 SHF_EXCLUDE = 0x80000000U,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DELF.h922 SHF_EXCLUDE = 0x80000000U,
/third_party/elfio/elfio/
H A Delfio_dump.hpp1330 if ( flags & SHF_EXCLUDE ) { in section_flags()
H A Delf_types.hpp558 constexpr Elf_Xword SHF_EXCLUDE = 0x80000000; member
/third_party/musl/porting/linux/user/include/
H A Delf.h425 #define SHF_EXCLUDE (1U << 31) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h423 #define SHF_EXCLUDE (1U << 31) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h423 #define SHF_EXCLUDE (1U << 31) macro
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h423 #define SHF_EXCLUDE (1U << 31) macro
/third_party/musl/include/
H A Delf.h430 #define SHF_EXCLUDE (1U << 31) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp272 ELF::SHF_EXCLUDE); in emitModuleMetadata()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DELFYAML.cpp520 BCase(SHF_EXCLUDE); in bitset()
/third_party/elfutils/libelf/
H A Delf.h487 #define SHF_EXCLUDE (1U << 31) /* Section is excluded unless macro
/third_party/elfutils/src/
H A Delflint.c3938 /* Strictly speaking SHF_EXCLUDE is a processor specific in check_sections()
3942 sh_flags &= ~(GElf_Xword) SHF_EXCLUDE; in check_sections()
H A Dreadelf.c1323 if (shdr->sh_flags & SHF_EXCLUDE) in print_shdr()

Completed in 100 milliseconds