Home
last modified time | relevance | path

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

123

/external/llvm/test/MC/AsmParser/
Dsection_names.s34 # CHECK-NEXT: Type: SHT_PROGBITS
36 # CHECK-NEXT: Type: SHT_PROGBITS
38 # CHECK-NEXT: Type: SHT_PROGBITS
42 # CHECK-NEXT: Type: SHT_PROGBITS
44 # CHECK-NEXT: Type: SHT_PROGBITS
48 # CHECK-NEXT: Type: SHT_PROGBITS
50 # CHECK-NEXT: Type: SHT_PROGBITS
54 # CHECK-NEXT: Type: SHT_PROGBITS
56 # CHECK-NEXT: Type: SHT_PROGBITS
Dsection.s52 # CHECK-NEXT: Type: SHT_PROGBITS
68 # CHECK-NEXT: Type: SHT_PROGBITS
84 # CHECK-NEXT: Type: SHT_PROGBITS
100 # CHECK-NEXT: Type: SHT_PROGBITS
116 # CHECK-NEXT: Type: SHT_PROGBITS
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp402 EHSectionType = ELF::SHT_PROGBITS; in InitELFMCObjectFileInfo()
419 Ctx->getELFSection(".text", ELF::SHT_PROGBITS, in InitELFMCObjectFileInfo()
425 Ctx->getELFSection(".data", ELF::SHT_PROGBITS, in InitELFMCObjectFileInfo()
430 Ctx->getELFSection(".rodata", ELF::SHT_PROGBITS, in InitELFMCObjectFileInfo()
435 Ctx->getELFSection(".tdata", ELF::SHT_PROGBITS, in InitELFMCObjectFileInfo()
447 Ctx->getELFSection(".data.rel", ELF::SHT_PROGBITS, in InitELFMCObjectFileInfo()
452 Ctx->getELFSection(".data.rel.local", ELF::SHT_PROGBITS, in InitELFMCObjectFileInfo()
457 Ctx->getELFSection(".data.rel.ro", ELF::SHT_PROGBITS, in InitELFMCObjectFileInfo()
462 Ctx->getELFSection(".data.rel.ro.local", ELF::SHT_PROGBITS, in InitELFMCObjectFileInfo()
467 Ctx->getELFSection(".rodata.cst4", ELF::SHT_PROGBITS, in InitELFMCObjectFileInfo()
[all …]
/external/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp35 Ctx.getELFSection(".dp.data", ELF::SHT_PROGBITS, in Initialize()
40 Ctx.getELFSection(".dp.data.large", ELF::SHT_PROGBITS, in Initialize()
45 Ctx.getELFSection(".dp.rodata", ELF::SHT_PROGBITS, in Initialize()
50 Ctx.getELFSection(".dp.rodata.large", ELF::SHT_PROGBITS, in Initialize()
55 Ctx.getELFSection(".cp.rodata", ELF::SHT_PROGBITS, in Initialize()
60 Ctx.getELFSection(".cp.rodata.large", ELF::SHT_PROGBITS, in Initialize()
65 Ctx.getELFSection(".cp.rodata.cst4", ELF::SHT_PROGBITS, in Initialize()
70 Ctx.getELFSection(".cp.rodata.cst8", ELF::SHT_PROGBITS, in Initialize()
75 Ctx.getELFSection(".cp.rodata.cst16", ELF::SHT_PROGBITS, in Initialize()
80 Ctx.getELFSection(".cp.rodata.string", ELF::SHT_PROGBITS, in Initialize()
[all …]
/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp83 return ParseSectionSwitch(".data", ELF::SHT_PROGBITS, in ParseSectionDirectiveData()
88 return ParseSectionSwitch(".text", ELF::SHT_PROGBITS, in ParseSectionDirectiveText()
98 return ParseSectionSwitch(".rodata", ELF::SHT_PROGBITS, in ParseSectionDirectiveRoData()
103 return ParseSectionSwitch(".tdata", ELF::SHT_PROGBITS, in ParseSectionDirectiveTData()
115 return ParseSectionSwitch(".data.rel", ELF::SHT_PROGBITS, in ParseSectionDirectiveDataRel()
121 return ParseSectionSwitch(".data.rel.ro", ELF::SHT_PROGBITS, in ParseSectionDirectiveDataRelRo()
127 return ParseSectionSwitch(".data.rel.ro.local", ELF::SHT_PROGBITS, in ParseSectionDirectiveDataRelRoLocal()
133 return ParseSectionSwitch(".eh_frame", ELF::SHT_PROGBITS, in ParseSectionDirectiveEhFrame()
507 unsigned Type = ELF::SHT_PROGBITS; in ParseSectionArguments()
528 Type = ELF::SHT_PROGBITS; in ParseSectionArguments()
/external/llvm/test/Object/
Dyaml2obj-elf-multi-doc.test22 Type: SHT_PROGBITS
44 Type: SHT_PROGBITS
Dreadobj-shared-object.test55 ELF: Type: SHT_PROGBITS
63 ELF: Type: SHT_PROGBITS
70 ELF: Type: SHT_PROGBITS
87 ELF: Type: SHT_PROGBITS
95 ELF: Type: SHT_PROGBITS
Dobj2yaml.test197 ELF-MIPSEL-NEXT: Type: SHT_PROGBITS
232 ELF-MIPSEL-NEXT: Type: SHT_PROGBITS
242 ELF-MIPSEL-NEXT: Type: SHT_PROGBITS
291 ELF-MIPS64EL-NEXT: Type: SHT_PROGBITS
296 ELF-MIPS64EL-NEXT: Type: SHT_PROGBITS
321 ELF-MIPS64EL-NEXT: Type: SHT_PROGBITS
354 ELF-X86-64-NEXT: Type: SHT_PROGBITS
359 ELF-X86-64-NEXT: Type: SHT_PROGBITS
365 ELF-X86-64-NEXT: Type: SHT_PROGBITS
/external/llvm/test/MC/ELF/
Dentsize.ll25 ; 64-NEXT: Type: SHT_PROGBITS
42 ; 64-NEXT: Type: SHT_PROGBITS
/external/elfutils/0.153/libasm/
Dasm_newscn.c88 if (type == SHT_PROGBITS) in text_newscn()
176 || (type != SHT_PROGBITS && unlikely (type != SHT_NOBITS)))
/external/llvm/lib/Target/SystemZ/MCTargetDesc/
DSystemZMCAsmInfo.cpp32 return Ctx.getELFSection(".note.GNU-stack", ELF::SHT_PROGBITS, in getNonexecutableStackSection()
/external/llvm/test/MC/PowerPC/
Dppc64-fixup-apply.s64 # CHECK-NEXT: Type: SHT_PROGBITS
90 # CHECK-NEXT: Type: SHT_PROGBITS
Dppc64-initial-cfa.s17 # STATIC-NEXT: Type: SHT_PROGBITS
58 # PIC-NEXT: Type: SHT_PROGBITS
Dppc-word.s14 # CHECK-NEXT: Type: SHT_PROGBITS
Dppc-llong.s14 # CHECK-NEXT: Type: SHT_PROGBITS
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
Delf-objfmt.c894 elf_section_type type=SHT_PROGBITS; in elf_objfmt_init_new_section()
922 elf_secthead_set_typeflags(esd, SHT_PROGBITS, in elf_objfmt_add_default_section()
1017 offsetof(struct elf_section_switch_data, type), SHT_PROGBITS }, in elf_objfmt_section_switch()
1040 data.type = SHT_PROGBITS; in elf_objfmt_section_switch()
1055 data.type = SHT_PROGBITS; in elf_objfmt_section_switch()
1058 data.type = SHT_PROGBITS; in elf_objfmt_section_switch()
1061 data.type = SHT_PROGBITS; in elf_objfmt_section_switch()
1065 data.type = SHT_PROGBITS; in elf_objfmt_section_switch()
1069 data.type = SHT_PROGBITS; in elf_objfmt_section_switch()
/external/llvm/test/MC/ARM/
Deh-directive-section-comdat.s66 @ CHECK: Type: SHT_PROGBITS (0x1)
84 @ CHECK: Type: SHT_PROGBITS (0x1)
/external/elfutils/0.153/libelf/
Delf-knowledge.h63 && (((shdr)->sh_type) != SHT_PROGBITS \
/external/chromium_org/courgette/
Ddisassembler_elf_32.cc277 case SHT_PROGBITS: in ParseFile()
473 case SHT_PROGBITS: in CheckSection()
493 if (section_header->sh_type != SHT_PROGBITS) in ParseRel32RelocsFromSections()
/external/llvm/test/MC/Mips/
Dmips64eb-fixups.s28 # CHECK-NEXT: Type: SHT_PROGBITS (0x1)
/external/llvm/test/CodeGen/R600/
Delf.ll6 ; ELF-CHECK: Type: SHT_PROGBITS
/external/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp37 getContext().getELFSection(".sdata", ELF::SHT_PROGBITS, in Initialize()
/external/llvm/lib/CodeGen/AsmPrinter/
DErlangGCPrinter.cpp57 .getELFSection(".note.gc", ELF::SHT_PROGBITS, 0, in finishAssembly()
/external/llvm/lib/Target/Mips/
DMipsTargetObjectFile.cpp32 getContext().getELFSection(".sdata", ELF::SHT_PROGBITS, in Initialize()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp71 ELF::SHT_PROGBITS, in emitPersonalityValue()
164 return ELF::SHT_PROGBITS; in getELFSectionType()
302 return getContext().getELFSection(Name, ELF::SHT_PROGBITS, in SelectSectionForGlobal()
371 return getContext().getELFSection(Name, ELF::SHT_PROGBITS, in getStaticCtorSection()
391 return getContext().getELFSection(Name, ELF::SHT_PROGBITS, in getStaticDtorSection()

123