/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()
|
/third_party/elfio/tests/ |
D | ELFIOTest1.cpp | 51 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()
|
D | ELFIOTest.cpp | 438 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/ |
D | sparc_symbol.c | 80 if ((shdr->sh_flags & (SHF_WRITE | SHF_EXECINSTR)) in sparc_check_special_section() 81 == (SHF_WRITE | SHF_EXECINSTR)) in sparc_check_special_section()
|
D | alpha_symbol.c | 93 & (SHF_WRITE | SHF_EXECINSTR)) == (SHF_WRITE | SHF_EXECINSTR) in alpha_check_special_section()
|
/third_party/elfutils/libasm/ |
D | asm_newscn.c | 78 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/ |
D | update4.c | 133 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()
|
D | asm-tst1.c | 93 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/ |
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/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/elfio/examples/writer/ |
D | writer.cpp | 59 text_sec->set_flags( SHF_ALLOC | SHF_EXECINSTR ); in main()
|
/third_party/elfio/examples/write_obj/ |
D | write_obj.cpp | 69 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/ |
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/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/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/mesa3d/src/amd/common/ |
D | ac_rgp_elf_object_pack.c | 448 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/ |
D | HexagonTargetObjectFile.cpp | 183 ELF::SHF_ALLOC | ELF::SHF_EXECINSTR); in getExplicitSectionGlobal()
|
/third_party/libunwind/include/mingw/ |
D | freebsd-elf_common.h | 237 #define SHF_EXECINSTR 0x4 /* Section contains instructions. */ macro
|
/third_party/libunwind/include/win/ |
D | freebsd-elf_common.h | 237 #define SHF_EXECINSTR 0x4 /* Section contains instructions. */ macro
|
/third_party/elfio/c_wrapper/ |
D | elf_types_c_wrapper.hpp | 493 #define SHF_EXECINSTR 0x4 macro
|
/third_party/elfutils/src/ |
D | elflint.c | 3647 { ".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()
|
D | objdump.c | 698 && (shdr->sh_flags & SHF_EXECINSTR) != 0) in show_disasm()
|
/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
|