Home
last modified time | relevance | path

Searched refs:SHF_EXECINSTR (Results 1 - 25 of 44) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A 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()
H A DMCContext.cpp418 else if (Flags & ELF::SHF_EXECINSTR) in getELFSection()
H A DMCObjectFileInfo.cpp349 ELF::SHF_EXECINSTR | ELF::SHF_ALLOC); in initELFMCObjectFileInfo()
/third_party/elfutils/backends/
H A 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()
H A Dalpha_symbol.c93 & (SHF_WRITE | SHF_EXECINSTR)) == (SHF_WRITE | SHF_EXECINSTR) in alpha_check_special_section()
/third_party/elfio/tests/
H A 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()
H A 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/libasm/
H A 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/
H A 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()
H A 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/
H A DBPFELFObjectWriter.cpp70 if ((Flags & ELF::SHF_ALLOC) && (Flags & ELF::SHF_EXECINSTR)) in getRelocType()
/third_party/elfio/examples/writer/
H A Dwriter.cpp59 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/
H A 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/
H A 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/write_obj/
H A 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/MSP430/
H A 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/
H A DXCoreTargetObjectFile.cpp78 Flags |= ELF::SHF_EXECINSTR; in getXCoreSectionFlags()
/third_party/elfio/c_wrapper/
H A Delf_types_c_wrapper.hpp493 #define SHF_EXECINSTR 0x4 macro
/third_party/mesa3d/src/amd/common/
H A Dac_rgp_elf_object_pack.c448 sec_hdr[2].sh_flags = SHF_ALLOC | SHF_EXECINSTR; in ac_rgp_file_write_elf_object()
H A Dac_rtld.c362 if (shdr->sh_flags & SHF_EXECINSTR) { in ac_rtld_open()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A 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/
H A 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/elfutils/src/
H A 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()
H A Dobjdump.c698 && (shdr->sh_flags & SHF_EXECINSTR) != 0) in show_disasm()
/third_party/libbpf/src/
H A Dlinker.c739 if (sec->shdr->sh_flags & SHF_EXECINSTR) { in linker_sanity_check_elf()
903 if (link_sec->shdr->sh_flags & SHF_EXECINSTR) { in linker_sanity_check_elf_relos()
2075 if (src_linked_sec->shdr->sh_flags & SHF_EXECINSTR) { in linker_append_elf_relos()

Completed in 28 milliseconds

12