Home
last modified time | relevance | path

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

/third_party/elfutils/libasm/
Dasm_newscn.c84 if (flags & SHF_LINK_ORDER) in text_newscn()
171 | SHF_STRINGS | SHF_LINK_ORDER)) != 0) in asm_newscn()
/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/elfio/c_wrapper/
Delf_types_c_wrapper.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/elfio/elfio/
Delfio_dump.hpp1315 if ( flags & SHF_LINK_ORDER ) { in section_flags()
Delf_types.hpp546 constexpr Elf_Xword SHF_LINK_ORDER = 0x80; variable
/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/linux/user/include/
Delf.h415 #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/musl/include/
Delf.h419 #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/liteos_m_iccarm/kernel/include/
Delf.h414 #define SHF_LINK_ORDER (1 << 7) macro
/third_party/elfutils/libelf/
Delf.h476 #define SHF_LINK_ORDER (1 << 7) /* Preserve order after combining */ macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp525 BCase(SHF_LINK_ORDER); in bitset()
/third_party/elfutils/src/
Delflint.c3687 #define EXTRA_SHFLAGS (SHF_LINK_ORDER \
3930 | SHF_STRINGS | SHF_INFO_LINK | SHF_LINK_ORDER \ in check_sections()
Dreadelf.c1311 if (shdr->sh_flags & SHF_LINK_ORDER) in print_shdr()