Home
last modified time | relevance | path

Searched refs:SHF_LINK_ORDER (Results 1 – 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSectionELF.cpp103 if (Flags & ELF::SHF_LINK_ORDER) in PrintSwitchToSection()
174 if (Flags & ELF::SHF_LINK_ORDER) { in PrintSwitchToSection()
DMCObjectFileInfo.cpp880 unsigned Flags = ELF::SHF_LINK_ORDER; in getStackSizesSection()
DELFObjectWriter.cpp1026 if (Section.getFlags() & ELF::SHF_LINK_ORDER) { in writeSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DELFAsmParser.cpp303 flags |= ELF::SHF_LINK_ORDER; in parseSectionFlags()
570 if (Flags & ELF::SHF_LINK_ORDER) in ParseSectionArguments()
/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h241 #define SHF_LINK_ORDER 0x80 /* Special ordering requirements. */ macro
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h241 #define SHF_LINK_ORDER 0x80 /* Special ordering requirements. */ macro
/third_party/elfio/elfio/
Delf_types.hpp497 #define SHF_LINK_ORDER 0x80 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h734 SHF_LINK_ORDER = 0x80U, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h906 SHF_LINK_ORDER = 0x80U, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp598 Flags |= ELF::SHF_LINK_ORDER; in getExplicitSectionGlobal()
702 Flags |= ELF::SHF_LINK_ORDER; in SelectSectionForGlobal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFStreamer.cpp1232 ELF::SHF_ALLOC | ELF::SHF_LINK_ORDER, in SwitchToExIdxSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp3167 auto Flags = ELF::SHF_WRITE | ELF::SHF_ALLOC | ELF::SHF_LINK_ORDER; in emitXRayTable()
3247 Flags |= ELF::SHF_LINK_ORDER; in emitPatchableFunctionEntries()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h414 #define SHF_LINK_ORDER (1 << 7) macro
/third_party/musl/porting/linux/user/include/
Delf.h415 #define SHF_LINK_ORDER (1 << 7) macro
/third_party/musl/ndk_musl_include/
Delf.h414 #define SHF_LINK_ORDER (1 << 7) macro
/third_party/musl/include/
Delf.h414 #define SHF_LINK_ORDER (1 << 7) macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h414 #define SHF_LINK_ORDER (1 << 7) macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h414 #define SHF_LINK_ORDER (1 << 7) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp525 BCase(SHF_LINK_ORDER); in bitset()