Home
last modified time | relevance | path

Searched refs:SHT_PROGBITS (Results 1 - 25 of 84) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp29 DataSection = Ctx.getELFSection(".dp.data", ELF::SHT_PROGBITS, in Initialize()
32 DataSectionLarge = Ctx.getELFSection(".dp.data.large", ELF::SHT_PROGBITS, in Initialize()
35 DataRelROSection = Ctx.getELFSection(".dp.rodata", ELF::SHT_PROGBITS, in Initialize()
39 ".dp.rodata.large", ELF::SHT_PROGBITS, in Initialize()
42 Ctx.getELFSection(".cp.rodata", ELF::SHT_PROGBITS, in Initialize()
45 Ctx.getELFSection(".cp.rodata.large", ELF::SHT_PROGBITS, in Initialize()
48 ".cp.rodata.cst4", ELF::SHT_PROGBITS, in Initialize()
51 ".cp.rodata.cst8", ELF::SHT_PROGBITS, in Initialize()
54 ".cp.rodata.cst16", ELF::SHT_PROGBITS, in Initialize()
57 Ctx.getELFSection(".cp.rodata.string", ELF::SHT_PROGBITS, in Initialize()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCObjectFileInfo.cpp336 : ELF::SHT_PROGBITS; in initELFMCObjectFileInfo()
348 TextSection = Ctx->getELFSection(".text", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
351 DataSection = Ctx->getELFSection(".data", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
355 Ctx->getELFSection(".rodata", ELF::SHT_PROGBITS, ELF::SHF_ALLOC); in initELFMCObjectFileInfo()
358 Ctx->getELFSection(".tdata", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
364 DataRelROSection = Ctx->getELFSection(".data.rel.ro", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
368 Ctx->getELFSection(".rodata.cst4", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
372 Ctx->getELFSection(".rodata.cst8", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
376 Ctx->getELFSection(".rodata.cst16", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
380 Ctx->getELFSection(".rodata.cst32", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
[all...]
H A DMCAsmInfoELF.cpp24 return Ctx.getELFSection(".note.GNU-stack", ELF::SHT_PROGBITS, 0); in getNonexecutableStackSection()
/third_party/libabigail/src/
H A Dabg-elf-helpers.cc340 /// Examples of values of this parameter are SHT_PROGBITS or SHT_NOBITS.
373 /// Examples of values of this parameter are SHT_PROGBITS or SHT_NOBITS.
520 {return find_section(elf_handle, ".text", SHT_PROGBITS);} in find_text_section()
538 {return find_section(elf_handle, ".rodata", SHT_PROGBITS);} in find_rodata_section()
547 {return find_section(elf_handle, ".data", SHT_PROGBITS);} in find_data_section()
556 {return find_section(elf_handle, ".data1", SHT_PROGBITS);} in find_data1_section()
567 {return find_section(elf_handle, ".opd", SHT_PROGBITS);} in find_opd_section()
625 {return find_section(elf_handle, "__ksymtab", SHT_PROGBITS);} in find_ksymtab_section()
635 {return find_section(elf_handle, "__ksymtab_gpl", SHT_PROGBITS);} in find_ksymtab_gpl_section()
648 return find_section(elf_handle, "__ksymtab_strings", SHT_PROGBITS); in find_ksymtab_strings_section()
[all...]
H A Dabg-elf-reader.cc65 if (header->sh_type != SHT_PROGBITS) in find_alt_dwarf_debug_info_link()
392 SHT_PROGBITS); in locate_alt_ctf_debug_info()
421 elf_helpers::find_section(hdl, ".ctf", SHT_PROGBITS); in locate_alt_ctf_debug_info()
/third_party/elfutils/tests/
H A Dasm-tst1.c93 scn1 = asm_newscn (ctx, ".text", SHT_PROGBITS, SHF_ALLOC | SHF_EXECINSTR); in main()
94 scn2 = asm_newscn (ctx, ".data", SHT_PROGBITS, SHF_ALLOC | SHF_WRITE); in main()
187 if (shdr->sh_type != (cnt == 3 ? SHT_STRTAB : SHT_PROGBITS)) in main()
H A Dasm-tst6.c75 scn = asm_newscn_ingrp (ctx, ".data", SHT_PROGBITS, in main()
115 scn = asm_newscn_ingrp (ctx, ".stab", SHT_PROGBITS, 0, grp); in main()
H A Dupdate4.c132 shdr->sh_type = SHT_PROGBITS; in main()
168 shdr->sh_type = SHT_PROGBITS; in main()
204 shdr->sh_type = SHT_PROGBITS; in main()
H A Dasm-tst2.c92 scn1 = asm_newscn (ctx, ".data", SHT_PROGBITS, SHF_ALLOC | SHF_WRITE); in main()
203 if (shdr->sh_type != (cnt == 2 ? SHT_STRTAB : SHT_PROGBITS)) in main()
H A Dasm-tst9.c112 scn = asm_newscn (ctx, ".data", SHT_PROGBITS, SHF_ALLOC | SHF_WRITE); in main()
237 if (shdr->sh_type != (cnt == 2 ? SHT_STRTAB : SHT_PROGBITS)) in main()
H A Dasm-tst3.c47 [1] = SHT_PROGBITS,
84 scn1 = asm_newscn (ctx, ".data", SHT_PROGBITS, SHF_ALLOC | SHF_WRITE); in main()
H A Dasm-tst5.c71 scn = asm_newscn (ctx, buf, SHT_PROGBITS, SHF_ALLOC | SHF_WRITE); in main()
H A Dasm-tst4.c69 scn = asm_newscn (ctx, buf, SHT_PROGBITS, SHF_ALLOC | SHF_WRITE); in main()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp93 return ParseSectionSwitch(".data", ELF::SHT_PROGBITS, in ParseSectionDirectiveData()
98 return ParseSectionSwitch(".text", ELF::SHT_PROGBITS, in ParseSectionDirectiveText()
108 return ParseSectionSwitch(".rodata", ELF::SHT_PROGBITS, in ParseSectionDirectiveRoData()
113 return ParseSectionSwitch(".tdata", ELF::SHT_PROGBITS, in ParseSectionDirectiveTData()
125 return ParseSectionSwitch(".data.rel", ELF::SHT_PROGBITS, in ParseSectionDirectiveDataRel()
130 return ParseSectionSwitch(".data.rel.ro", ELF::SHT_PROGBITS, in ParseSectionDirectiveDataRelRo()
136 return ParseSectionSwitch(".eh_frame", ELF::SHT_PROGBITS, in ParseSectionDirectiveEhFrame()
582 unsigned Type = ELF::SHT_PROGBITS; in ParseSectionArguments()
607 Type = ELF::SHT_PROGBITS; in ParseSectionArguments()
/third_party/elfio/examples/writer/
H A Dwriter.cpp58 text_sec->set_type( SHT_PROGBITS ); in main()
90 data_sec->set_type( SHT_PROGBITS ); in main()
/third_party/elfutils/libasm/
H A Dasm_newscn.c89 if (type == SHT_PROGBITS) in text_newscn()
174 || (type != SHT_PROGBITS && unlikely (type != SHT_NOBITS))) in asm_newscn()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DR600AsmPrinter.cpp113 Context.getELFSection(".AMDGPU.config", ELF::SHT_PROGBITS, 0); in runOnMachineFunction()
122 Context.getELFSection(".AMDGPU.csdata", ELF::SHT_PROGBITS, 0); in runOnMachineFunction()
/third_party/elfio/tests/
H A DELFIOTest1.cpp50 text_sec->set_type( SHT_PROGBITS ); in write_obj_i386()
68 data_sec->set_type( SHT_PROGBITS ); in write_obj_i386()
149 text_sec->set_type( SHT_PROGBITS ); in write_exe_i386()
178 data_sec->set_type( SHT_PROGBITS ); in write_exe_i386()
521 text_sec1->set_type( SHT_PROGBITS ); in TEST()
529 text_sec2->set_type( SHT_PROGBITS ); in TEST()
739 text_sec->set_type( SHT_PROGBITS ); in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp118 getContext().getELFSection(".sdata", ELF::SHT_PROGBITS, in Initialize()
182 return getContext().getELFSection(GO->getSection(), ELF::SHT_PROGBITS, in getExplicitSectionGlobal()
185 return getContext().getELFSection(GO->getSection(), ELF::SHT_PROGBITS, in getExplicitSectionGlobal()
415 return getContext().getELFSection(Name.str(), ELF::SHT_PROGBITS, in selectSmallSectionForGlobal()
/third_party/elfutils/libebl/
H A Deblcheckreloctargettype.c44 case SHT_PROGBITS: in ebl_check_reloc_target_type()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
H A DAVRTargetObjectFile.cpp24 Ctx.getELFSection(".progmem.data", ELF::SHT_PROGBITS, ELF::SHF_ALLOC); in Initialize()
/third_party/elfutils/libelf/
H A Delf-knowledge.h42 && (((shdr)->sh_type) != SHT_PROGBITS \
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceELFObjectWriter.cpp227 Section = createSection<ELFTextSection>(SectionName, SHT_PROGBITS, ShFlags, in writeFunctionCode()
359 Section = createSection<ELFDataSection>(SectionName, SHT_PROGBITS, ShFlags, in writeDataOfType()
370 Section = createSection<ELFDataSection>(SectionName, SHT_PROGBITS, ShFlags, in writeDataOfType()
531 SecStrBuf.str(), SHT_PROGBITS, ShFlags, Align, WriteAmt);
583 Section = createSection<ELFDataSection>(SectionName, SHT_PROGBITS, SHF_ALLOC, in writeJumpTable()
/third_party/elfutils/backends/
H A Dppc64_init.c88 && opd_shdr->sh_type == SHT_PROGBITS in ppc64_init()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DErlangGCPrinter.cpp52 ELF::SHT_PROGBITS, 0)); in finishAssembly()

Completed in 20 milliseconds

1234