/third_party/elfutils/libasm/ |
D | asm_newscn.c | 84 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/ |
D | MCSectionELF.cpp | 103 if (Flags & ELF::SHF_LINK_ORDER) in PrintSwitchToSection() 174 if (Flags & ELF::SHF_LINK_ORDER) { in PrintSwitchToSection()
|
D | MCObjectFileInfo.cpp | 880 unsigned Flags = ELF::SHF_LINK_ORDER; in getStackSizesSection()
|
D | ELFObjectWriter.cpp | 1026 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/ |
D | ELFAsmParser.cpp | 303 flags |= ELF::SHF_LINK_ORDER; in parseSectionFlags() 570 if (Flags & ELF::SHF_LINK_ORDER) in ParseSectionArguments()
|
/third_party/elfio/c_wrapper/ |
D | elf_types_c_wrapper.hpp | 497 #define SHF_LINK_ORDER 0x80 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 734 SHF_LINK_ORDER = 0x80U, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 906 SHF_LINK_ORDER = 0x80U, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 598 Flags |= ELF::SHF_LINK_ORDER; in getExplicitSectionGlobal() 702 Flags |= ELF::SHF_LINK_ORDER; in SelectSectionForGlobal()
|
/third_party/elfio/elfio/ |
D | elfio_dump.hpp | 1315 if ( flags & SHF_LINK_ORDER ) { in section_flags()
|
D | elf_types.hpp | 546 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/ |
D | ARMELFStreamer.cpp | 1232 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/ |
D | AsmPrinter.cpp | 3167 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/ |
D | elf.h | 415 #define SHF_LINK_ORDER (1 << 7) macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | elf.h | 414 #define SHF_LINK_ORDER (1 << 7) macro
|
/third_party/musl/include/ |
D | elf.h | 419 #define SHF_LINK_ORDER (1 << 7) macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | elf.h | 414 #define SHF_LINK_ORDER (1 << 7) macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | elf.h | 414 #define SHF_LINK_ORDER (1 << 7) macro
|
/third_party/elfutils/libelf/ |
D | elf.h | 476 #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/ |
D | ELFYAML.cpp | 525 BCase(SHF_LINK_ORDER); in bitset()
|
/third_party/elfutils/src/ |
D | elflint.c | 3687 #define EXTRA_SHFLAGS (SHF_LINK_ORDER \ 3930 | SHF_STRINGS | SHF_INFO_LINK | SHF_LINK_ORDER \ in check_sections()
|
D | readelf.c | 1311 if (shdr->sh_flags & SHF_LINK_ORDER) in print_shdr()
|