/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCSectionELF.cpp | 74 if (Flags & ELF::SHF_EXECINSTR) in PrintSwitchToSection() 91 if (Flags & ELF::SHF_EXECINSTR) in PrintSwitchToSection() 193 return getFlags() & ELF::SHF_EXECINSTR; in UseCodeAlign()
|
D | MCContext.cpp | 418 else if (Flags & ELF::SHF_EXECINSTR) in getELFSection()
|
D | MCObjectFileInfo.cpp | 349 ELF::SHF_EXECINSTR | ELF::SHF_ALLOC); in initELFMCObjectFileInfo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/MCTargetDesc/ |
D | BPFELFObjectWriter.cpp | 70 if ((Flags & ELF::SHF_ALLOC) && (Flags & ELF::SHF_EXECINSTR)) in getRelocType()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMTargetObjectFile.cpp | 48 ELF::SHF_EXECINSTR | ELF::SHF_ALLOC | ELF::SHF_ARM_PURECODE; in Initialize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
D | ELFAsmParser.cpp | 99 ELF::SHF_EXECINSTR | in ParseSectionDirectiveText() 297 flags |= ELF::SHF_EXECINSTR; in parseSectionFlags() 352 flags |= ELF::SHF_EXECINSTR; in parseSunStyleSectionFlags() 506 Flags |= ELF::SHF_ALLOC | ELF::SHF_EXECINSTR; in ParseSectionArguments()
|
/third_party/uboot/u-boot-2020.01/drivers/net/pfe_eth/ |
D | pfe_firmware.c | 69 SHF_EXECINSTR))) in pfe_load_elf()
|
D | pfe_hw.c | 466 if (flags & SHF_EXECINSTR) { in pe_load_ddr_section()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | MSP430AsmPrinter.cpp | 168 ELF::SHT_PROGBITS, ELF::SHF_ALLOC | ELF::SHF_EXECINSTR); in EmitInterruptVectorSection()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
D | XCoreTargetObjectFile.cpp | 78 Flags |= ELF::SHF_EXECINSTR; in getXCoreSectionFlags()
|
/third_party/libunwind/include/win/ |
D | freebsd-elf_common.h | 237 #define SHF_EXECINSTR 0x4 /* Section contains instructions. */ macro
|
/third_party/libunwind/include/mingw/ |
D | freebsd-elf_common.h | 237 #define SHF_EXECINSTR 0x4 /* Section contains instructions. */ macro
|
/third_party/uboot/u-boot-2020.01/include/ |
D | elf.h | 336 #define SHF_EXECINSTR 0x4 /* executable */ macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonTargetObjectFile.cpp | 183 ELF::SHF_ALLOC | ELF::SHF_EXECINSTR); in getExplicitSectionGlobal()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | ELFObjectFile.h | 748 return getSection(Sec)->sh_flags & ELF::SHF_EXECINSTR; in isSectionText() 756 !(EShdr->sh_flags & ELF::SHF_EXECINSTR); in isSectionData() 803 (getSection(Sec)->sh_flags & ELF::SHF_EXECINSTR || in isBerkeleyText()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 722 SHF_EXECINSTR = 0x4, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 894 SHF_EXECINSTR = 0x4, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceELFObjectWriter.cpp | 225 constexpr Elf64_Xword ShFlags = SHF_ALLOC | SHF_EXECINSTR; in writeFunctionCode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsAsmPrinter.cpp | 1052 ELF::SHF_ALLOC | ELF::SHF_EXECINSTR); in EmitFPCallStub()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 485 (ELF::SHF_WRITE | ELF::SHF_EXECINSTR)); in isReadOnlyData()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64AsmPrinter.cpp | 363 ELF::SHF_EXECINSTR | ELF::SHF_ALLOC | ELF::SHF_GROUP, 0, in EmitHwasanMemaccessSymbols()
|
/third_party/musl/include/ |
D | elf.h | 410 #define SHF_EXECINSTR (1 << 2) macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | elf.h | 410 #define SHF_EXECINSTR (1 << 2) macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 483 Flags |= ELF::SHF_EXECINSTR; in getELFSectionFlags()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 521 BCase(SHF_EXECINSTR); in bitset()
|