Home
last modified time | relevance | path

Searched refs:SHF_EXECINSTR (Results 1 – 25 of 26) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSectionELF.cpp74 if (Flags & ELF::SHF_EXECINSTR) in PrintSwitchToSection()
91 if (Flags & ELF::SHF_EXECINSTR) in PrintSwitchToSection()
193 return getFlags() & ELF::SHF_EXECINSTR; in UseCodeAlign()
DMCContext.cpp418 else if (Flags & ELF::SHF_EXECINSTR) in getELFSection()
DMCObjectFileInfo.cpp349 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/
DBPFELFObjectWriter.cpp70 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/
DARMTargetObjectFile.cpp48 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/
DELFAsmParser.cpp99 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/
Dpfe_firmware.c69 SHF_EXECINSTR))) in pfe_load_elf()
Dpfe_hw.c466 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/
DMSP430AsmPrinter.cpp168 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/
DXCoreTargetObjectFile.cpp78 Flags |= ELF::SHF_EXECINSTR; in getXCoreSectionFlags()
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h237 #define SHF_EXECINSTR 0x4 /* Section contains instructions. */ macro
/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h237 #define SHF_EXECINSTR 0x4 /* Section contains instructions. */ macro
/third_party/uboot/u-boot-2020.01/include/
Delf.h336 #define SHF_EXECINSTR 0x4 /* executable */ macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp183 ELF::SHF_ALLOC | ELF::SHF_EXECINSTR); in getExplicitSectionGlobal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELFObjectFile.h748 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/
DELF.h722 SHF_EXECINSTR = 0x4, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h894 SHF_EXECINSTR = 0x4, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.cpp225 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/
DMipsAsmPrinter.cpp1052 ELF::SHF_ALLOC | ELF::SHF_EXECINSTR); in EmitFPCallStub()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp485 (ELF::SHF_WRITE | ELF::SHF_EXECINSTR)); in isReadOnlyData()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp363 ELF::SHF_EXECINSTR | ELF::SHF_ALLOC | ELF::SHF_GROUP, 0, in EmitHwasanMemaccessSymbols()
/third_party/musl/include/
Delf.h410 #define SHF_EXECINSTR (1 << 2) macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h410 #define SHF_EXECINSTR (1 << 2) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp483 Flags |= ELF::SHF_EXECINSTR; in getELFSectionFlags()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp521 BCase(SHF_EXECINSTR); in bitset()

12