Home
last modified time | relevance | path

Searched refs:SHF_EXECINSTR (Results 1 – 25 of 48) 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()
/third_party/elfio/tests/
DELFIOTest1.cpp51 text_sec->set_flags( SHF_ALLOC | SHF_EXECINSTR ); in write_obj_i386()
150 text_sec->set_flags( SHF_ALLOC | SHF_EXECINSTR ); in write_exe_i386()
522 text_sec1->set_flags( SHF_ALLOC | SHF_EXECINSTR ); in TEST()
530 text_sec2->set_flags( SHF_ALLOC | SHF_EXECINSTR ); in TEST()
537 null_sec1->set_flags( SHF_ALLOC | SHF_EXECINSTR ); in TEST()
541 null_sec2->set_flags( SHF_ALLOC | SHF_EXECINSTR ); in TEST()
545 null_sec3->set_flags( SHF_ALLOC | SHF_EXECINSTR ); in TEST()
740 text_sec->set_flags( SHF_ALLOC | SHF_EXECINSTR ); in TEST()
DELFIOTest.cpp438 checkSection( sec, 1, ".text", SHT_PROGBITS, SHF_ALLOC | SHF_EXECINSTR, 0x0, in TEST()
499 checkSection( sec, 1, ".text", SHT_PROGBITS, SHF_ALLOC | SHF_EXECINSTR, 0x0, in TEST()
553 checkSection( sec, 1, ".text", SHT_PROGBITS, SHF_ALLOC | SHF_EXECINSTR, 0x0, in TEST()
/third_party/elfutils/backends/
Dsparc_symbol.c80 if ((shdr->sh_flags & (SHF_WRITE | SHF_EXECINSTR)) in sparc_check_special_section()
81 == (SHF_WRITE | SHF_EXECINSTR)) in sparc_check_special_section()
Dalpha_symbol.c93 & (SHF_WRITE | SHF_EXECINSTR)) == (SHF_WRITE | SHF_EXECINSTR) in alpha_check_special_section()
/third_party/elfutils/libasm/
Dasm_newscn.c78 if (flags & SHF_EXECINSTR) in text_newscn()
170 if (unlikely ((flags & ~(SHF_WRITE | SHF_ALLOC | SHF_EXECINSTR | SHF_MERGE in asm_newscn()
/third_party/elfutils/tests/
Dupdate4.c133 shdr->sh_flags = SHF_ALLOC | SHF_EXECINSTR; in main()
205 shdr->sh_flags = SHF_ALLOC | SHF_EXECINSTR; in main()
241 shdr->sh_flags = SHF_ALLOC | SHF_EXECINSTR; in main()
Dasm-tst1.c93 scn1 = asm_newscn (ctx, ".text", SHT_PROGBITS, SHF_ALLOC | SHF_EXECINSTR); in main()
193 if ((cnt == 1 && shdr->sh_flags != (SHF_ALLOC | SHF_EXECINSTR)) in main()
/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/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/elfio/examples/writer/
Dwriter.cpp59 text_sec->set_flags( SHF_ALLOC | SHF_EXECINSTR ); in main()
/third_party/elfio/examples/write_obj/
Dwrite_obj.cpp69 text_sec->set_flags( SHF_ALLOC | SHF_EXECINSTR ); in main()
/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/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/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/mesa3d/src/amd/common/
Dac_rgp_elf_object_pack.c448 sec_hdr[2].sh_flags = SHF_ALLOC | SHF_EXECINSTR; in ac_rgp_file_write_elf_object()
/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/libunwind/include/mingw/
Dfreebsd-elf_common.h237 #define SHF_EXECINSTR 0x4 /* Section contains instructions. */ macro
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h237 #define SHF_EXECINSTR 0x4 /* Section contains instructions. */ macro
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp493 #define SHF_EXECINSTR 0x4 macro
/third_party/elfutils/src/
Delflint.c3647 { ".fini", 6, SHT_PROGBITS, exact, SHF_ALLOC | SHF_EXECINSTR, 0 },
3651 { ".init", 6, SHT_PROGBITS, exact, SHF_ALLOC | SHF_EXECINSTR, 0 },
3669 { ".text", 6, SHT_PROGBITS, exact, SHF_ALLOC | SHF_EXECINSTR, 0 },
3929 #define ALL_SH_FLAGS (SHF_WRITE | SHF_ALLOC | SHF_EXECINSTR | SHF_MERGE \ in check_sections()
4014 if (shdr->sh_flags & SHF_EXECINSTR) in check_sections()
4127 if ((shdr->sh_flags & SHF_EXECINSTR) != 0) in check_sections()
4722 else if (shdr != NULL && (shdr->sh_flags & SHF_EXECINSTR) != 0) in check_program_header()
Dobjdump.c698 && (shdr->sh_flags & SHF_EXECINSTR) != 0) in show_disasm()
/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

12