Home
last modified time | relevance | path

Searched refs:SHT_PROGBITS (Results 1 – 25 of 42) sorted by relevance

12

/external/llvm/lib/MC/
DMCObjectFileInfo.cpp263 EHSectionType = ELF::SHT_PROGBITS; in InitELFMCObjectFileInfo()
280 Ctx->getELFSection(".text", ELF::SHT_PROGBITS, in InitELFMCObjectFileInfo()
286 Ctx->getELFSection(".data", ELF::SHT_PROGBITS, in InitELFMCObjectFileInfo()
291 Ctx->getELFSection(".rodata", ELF::SHT_PROGBITS, in InitELFMCObjectFileInfo()
296 Ctx->getELFSection(".tdata", ELF::SHT_PROGBITS, in InitELFMCObjectFileInfo()
308 Ctx->getELFSection(".data.rel", ELF::SHT_PROGBITS, in InitELFMCObjectFileInfo()
313 Ctx->getELFSection(".data.rel.local", ELF::SHT_PROGBITS, in InitELFMCObjectFileInfo()
318 Ctx->getELFSection(".data.rel.ro", ELF::SHT_PROGBITS, in InitELFMCObjectFileInfo()
323 Ctx->getELFSection(".data.rel.ro.local", ELF::SHT_PROGBITS, in InitELFMCObjectFileInfo()
328 Ctx->getELFSection(".rodata.cst4", ELF::SHT_PROGBITS, in InitELFMCObjectFileInfo()
[all …]
DMCSectionELF.cpp121 else if (Type == ELF::SHT_PROGBITS) in PrintSwitchToSection()
DMCELFStreamer.cpp135 SetSection(".data", ELF::SHT_PROGBITS, in SetSectionData()
141 SetSection(".text", ELF::SHT_PROGBITS, in SetSectionText()
/external/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp23 Ctx.getELFSection(".dp.data", ELF::SHT_PROGBITS, in Initialize()
34 Ctx.getELFSection(".cp.rodata.cst4", ELF::SHT_PROGBITS, in Initialize()
39 Ctx.getELFSection(".cp.rodata.cst8", ELF::SHT_PROGBITS, in Initialize()
44 Ctx.getELFSection(".cp.rodata.cst16", ELF::SHT_PROGBITS, in Initialize()
56 Ctx.getELFSection(".cp.rodata", ELF::SHT_PROGBITS, in Initialize()
/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp82 return ParseSectionSwitch(".data", ELF::SHT_PROGBITS, in ParseSectionDirectiveData()
87 return ParseSectionSwitch(".text", ELF::SHT_PROGBITS, in ParseSectionDirectiveText()
97 return ParseSectionSwitch(".rodata", ELF::SHT_PROGBITS, in ParseSectionDirectiveRoData()
102 return ParseSectionSwitch(".tdata", ELF::SHT_PROGBITS, in ParseSectionDirectiveTData()
114 return ParseSectionSwitch(".data.rel", ELF::SHT_PROGBITS, in ParseSectionDirectiveDataRel()
120 return ParseSectionSwitch(".data.rel.ro", ELF::SHT_PROGBITS, in ParseSectionDirectiveDataRelRo()
126 return ParseSectionSwitch(".data.rel.ro.local", ELF::SHT_PROGBITS, in ParseSectionDirectiveDataRelRoLocal()
132 return ParseSectionSwitch(".eh_frame", ELF::SHT_PROGBITS, in ParseSectionDirectiveEhFrame()
412 unsigned Type = ELF::SHT_PROGBITS; in ParseDirectiveSection()
424 Type = ELF::SHT_PROGBITS; in ParseDirectiveSection()
[all …]
/external/elfutils/tests/
Dasm-tst1.c100 scn1 = asm_newscn (ctx, ".text", SHT_PROGBITS, SHF_ALLOC | SHF_EXECINSTR); in main()
101 scn2 = asm_newscn (ctx, ".data", SHT_PROGBITS, SHF_ALLOC | SHF_WRITE); in main()
194 if (shdr->sh_type != (cnt == 3 ? SHT_STRTAB : SHT_PROGBITS)) in main()
Dasm-tst6.c82 scn = asm_newscn_ingrp (ctx, ".data", SHT_PROGBITS, in main()
122 scn = asm_newscn_ingrp (ctx, ".stab", SHT_PROGBITS, 0, grp); in main()
Dasm-tst2.c99 scn1 = asm_newscn (ctx, ".data", SHT_PROGBITS, SHF_ALLOC | SHF_WRITE); in main()
210 if (shdr->sh_type != (cnt == 2 ? SHT_STRTAB : SHT_PROGBITS)) in main()
Dupdate4.c139 shdr->sh_type = SHT_PROGBITS; in main()
175 shdr->sh_type = SHT_PROGBITS; in main()
211 shdr->sh_type = SHT_PROGBITS; in main()
Dasm-tst9.c119 scn = asm_newscn (ctx, ".data", SHT_PROGBITS, SHF_ALLOC | SHF_WRITE); in main()
244 if (shdr->sh_type != (cnt == 2 ? SHT_STRTAB : SHT_PROGBITS)) in main()
Dasm-tst3.c54 [1] = SHT_PROGBITS,
91 scn1 = asm_newscn (ctx, ".data", SHT_PROGBITS, SHF_ALLOC | SHF_WRITE); in main()
Dasm-tst4.c76 scn = asm_newscn (ctx, buf, SHT_PROGBITS, SHF_ALLOC | SHF_WRITE); in main()
Dasm-tst5.c78 scn = asm_newscn (ctx, buf, SHT_PROGBITS, SHF_ALLOC | SHF_WRITE); in main()
Dsectiondump.c134 case SHT_PROGBITS: in handle_section()
/external/elfutils/libasm/
Dasm_newscn.c88 if (type == SHT_PROGBITS) in text_newscn()
177 || (type != SHT_PROGBITS && unlikely (type != SHT_NOBITS)))
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp76 ELF::SHT_PROGBITS, in emitPersonalityValue()
142 return ELF::SHT_PROGBITS; in getELFSectionType()
262 return getContext().getELFSection(Name, ELF::SHT_PROGBITS, in SelectSectionForGlobal()
360 return getContext().getELFSection(Name, ELF::SHT_PROGBITS, in getStaticCtorSection()
380 return getContext().getELFSection(Name, ELF::SHT_PROGBITS, in getStaticDtorSection()
/external/elfutils/libelf/
Delf-knowledge.h63 && (((shdr)->sh_type) != SHT_PROGBITS \
/external/llvm/lib/Target/MBlaze/
DMBlazeTargetObjectFile.cpp27 getContext().getELFSection(".sdata", ELF::SHT_PROGBITS, in Initialize()
/external/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp36 getContext().getELFSection(".sdata", ELF::SHT_PROGBITS, in Initialize()
/external/llvm/lib/Target/Mips/
DMipsTargetObjectFile.cpp32 getContext().getELFSection(".sdata", ELF::SHT_PROGBITS, in Initialize()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MCAsmInfo.cpp114 return Ctx.getELFSection(".note.GNU-stack", ELF::SHT_PROGBITS, in getNonexecutableStackSection()
/external/qemu/elff/
Delff_elf.h263 #define SHT_PROGBITS 1 macro
/external/elfutils/src/
Delflint.c1164 if((*destshdrp)->sh_type != SHT_PROGBITS in check_reloc_shdr()
3316 { ".comment", 8, SHT_PROGBITS, exact, 0, 0 },
3317 { ".data", 6, SHT_PROGBITS, exact, SHF_ALLOC | SHF_WRITE, 0 },
3318 { ".data1", 7, SHT_PROGBITS, exact, SHF_ALLOC | SHF_WRITE, 0 },
3319 { ".debug_str", 11, SHT_PROGBITS, exact_or_gnuld, SHF_MERGE | SHF_STRINGS, 0 },
3320 { ".debug", 6, SHT_PROGBITS, exact, 0, 0 },
3324 { ".fini", 6, SHT_PROGBITS, exact, SHF_ALLOC | SHF_EXECINSTR, 0 },
3326 { ".got", 5, SHT_PROGBITS, unused, 0, 0 }, // XXX more info?
3328 { ".init", 6, SHT_PROGBITS, exact, SHF_ALLOC | SHF_EXECINSTR, 0 },
3330 { ".interp", 8, SHT_PROGBITS, atleast, 0, SHF_ALLOC }, // XXX more tests?
[all …]
/external/elfutils/
DNOTES47 .comment/SHT_PROGBITS in strip, ld
/external/kernel-headers/original/linux/
Delf.h237 #define SHT_PROGBITS 1 macro

12