/external/llvm/lib/MC/ |
D | MCObjectFileInfo.cpp | 263 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 …]
|
D | MCSectionELF.cpp | 121 else if (Type == ELF::SHT_PROGBITS) in PrintSwitchToSection()
|
D | MCELFStreamer.cpp | 135 SetSection(".data", ELF::SHT_PROGBITS, in SetSectionData() 141 SetSection(".text", ELF::SHT_PROGBITS, in SetSectionText()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreTargetObjectFile.cpp | 23 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/ |
D | ELFAsmParser.cpp | 82 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/ |
D | asm-tst1.c | 100 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()
|
D | asm-tst6.c | 82 scn = asm_newscn_ingrp (ctx, ".data", SHT_PROGBITS, in main() 122 scn = asm_newscn_ingrp (ctx, ".stab", SHT_PROGBITS, 0, grp); in main()
|
D | asm-tst2.c | 99 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()
|
D | update4.c | 139 shdr->sh_type = SHT_PROGBITS; in main() 175 shdr->sh_type = SHT_PROGBITS; in main() 211 shdr->sh_type = SHT_PROGBITS; in main()
|
D | asm-tst9.c | 119 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()
|
D | asm-tst3.c | 54 [1] = SHT_PROGBITS, 91 scn1 = asm_newscn (ctx, ".data", SHT_PROGBITS, SHF_ALLOC | SHF_WRITE); in main()
|
D | asm-tst4.c | 76 scn = asm_newscn (ctx, buf, SHT_PROGBITS, SHF_ALLOC | SHF_WRITE); in main()
|
D | asm-tst5.c | 78 scn = asm_newscn (ctx, buf, SHT_PROGBITS, SHF_ALLOC | SHF_WRITE); in main()
|
D | sectiondump.c | 134 case SHT_PROGBITS: in handle_section()
|
/external/elfutils/libasm/ |
D | asm_newscn.c | 88 if (type == SHT_PROGBITS) in text_newscn() 177 || (type != SHT_PROGBITS && unlikely (type != SHT_NOBITS)))
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 76 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/ |
D | elf-knowledge.h | 63 && (((shdr)->sh_type) != SHT_PROGBITS \
|
/external/llvm/lib/Target/MBlaze/ |
D | MBlazeTargetObjectFile.cpp | 27 getContext().getELFSection(".sdata", ELF::SHT_PROGBITS, in Initialize()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonTargetObjectFile.cpp | 36 getContext().getELFSection(".sdata", ELF::SHT_PROGBITS, in Initialize()
|
/external/llvm/lib/Target/Mips/ |
D | MipsTargetObjectFile.cpp | 32 getContext().getELFSection(".sdata", ELF::SHT_PROGBITS, in Initialize()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MCAsmInfo.cpp | 114 return Ctx.getELFSection(".note.GNU-stack", ELF::SHT_PROGBITS, in getNonexecutableStackSection()
|
/external/qemu/elff/ |
D | elff_elf.h | 263 #define SHT_PROGBITS 1 macro
|
/external/elfutils/src/ |
D | elflint.c | 1164 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/ |
D | NOTES | 47 .comment/SHT_PROGBITS in strip, ld
|
/external/kernel-headers/original/linux/ |
D | elf.h | 237 #define SHT_PROGBITS 1 macro
|