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

123

/external/llvm/test/MC/AsmParser/
H A 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
H A 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/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmInfo.cpp32 return Ctx.getELFSection(".note.GNU-stack", ELF::SHT_PROGBITS,
/external/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp35 Ctx.getELFSection(".dp.data", ELF::SHT_PROGBITS,
40 Ctx.getELFSection(".dp.data.large", ELF::SHT_PROGBITS,
45 Ctx.getELFSection(".dp.rodata", ELF::SHT_PROGBITS,
50 Ctx.getELFSection(".dp.rodata.large", ELF::SHT_PROGBITS,
55 Ctx.getELFSection(".cp.rodata", ELF::SHT_PROGBITS,
60 Ctx.getELFSection(".cp.rodata.large", ELF::SHT_PROGBITS,
65 Ctx.getELFSection(".cp.rodata.cst4", ELF::SHT_PROGBITS,
70 Ctx.getELFSection(".cp.rodata.cst8", ELF::SHT_PROGBITS,
75 Ctx.getELFSection(".cp.rodata.cst16", ELF::SHT_PROGBITS,
80 Ctx.getELFSection(".cp.rodata.string", ELF::SHT_PROGBITS,
[all...]
/external/llvm/lib/MC/
H A DMCObjectFileInfo.cpp402 EHSectionType = ELF::SHT_PROGBITS;
419 Ctx->getELFSection(".text", ELF::SHT_PROGBITS,
425 Ctx->getELFSection(".data", ELF::SHT_PROGBITS,
430 Ctx->getELFSection(".rodata", ELF::SHT_PROGBITS,
435 Ctx->getELFSection(".tdata", ELF::SHT_PROGBITS,
447 Ctx->getELFSection(".data.rel", ELF::SHT_PROGBITS,
452 Ctx->getELFSection(".data.rel.local", ELF::SHT_PROGBITS,
457 Ctx->getELFSection(".data.rel.ro", ELF::SHT_PROGBITS,
462 Ctx->getELFSection(".data.rel.ro.local", ELF::SHT_PROGBITS,
467 Ctx->getELFSection(".rodata.cst4", ELF::SHT_PROGBITS,
[all...]
H A DMCSectionELF.cpp134 else if (Type == ELF::SHT_PROGBITS)
/external/elfutils/0.153/libelf/
H A Delf-knowledge.h63 && (((shdr)->sh_type) != SHT_PROGBITS \
/external/llvm/test/MC/PowerPC/
H A Dppc-llong.s14 # CHECK-NEXT: Type: SHT_PROGBITS
H A Dppc-word.s14 # CHECK-NEXT: Type: SHT_PROGBITS
H A Dppc64-fixup-apply.s64 # CHECK-NEXT: Type: SHT_PROGBITS
90 # CHECK-NEXT: Type: SHT_PROGBITS
H A Dppc64-initial-cfa.s17 # STATIC-NEXT: Type: SHT_PROGBITS
58 # PIC-NEXT: Type: SHT_PROGBITS
/external/llvm/test/MC/Mips/
H A Dmips64eb-fixups.s28 # CHECK-NEXT: Type: SHT_PROGBITS (0x1)
/external/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp83 return ParseSectionSwitch(".data", ELF::SHT_PROGBITS,
88 return ParseSectionSwitch(".text", ELF::SHT_PROGBITS,
98 return ParseSectionSwitch(".rodata", ELF::SHT_PROGBITS,
103 return ParseSectionSwitch(".tdata", ELF::SHT_PROGBITS,
115 return ParseSectionSwitch(".data.rel", ELF::SHT_PROGBITS,
121 return ParseSectionSwitch(".data.rel.ro", ELF::SHT_PROGBITS,
127 return ParseSectionSwitch(".data.rel.ro.local", ELF::SHT_PROGBITS,
133 return ParseSectionSwitch(".eh_frame", ELF::SHT_PROGBITS,
507 unsigned Type = ELF::SHT_PROGBITS;
528 Type = ELF::SHT_PROGBITS;
[all...]
/external/elfutils/0.153/libasm/
H A Dasm_newscn.c88 if (type == SHT_PROGBITS)
176 || (type != SHT_PROGBITS && unlikely (type != SHT_NOBITS)))
/external/chromium_org/courgette/
H A Dtypes_elf.h75 SHT_PROGBITS = 1, enumerator in enum:sh_type_values
H A Ddisassembler_elf_32.cc277 case SHT_PROGBITS:
473 case SHT_PROGBITS:
493 if (section_header->sh_type != SHT_PROGBITS)
/external/llvm/lib/CodeGen/AsmPrinter/
H A DErlangGCPrinter.cpp57 .getELFSection(".note.gc", ELF::SHT_PROGBITS, 0,
/external/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp37 getContext().getELFSection(".sdata", ELF::SHT_PROGBITS,
/external/llvm/lib/Target/Mips/
H A DMipsTargetObjectFile.cpp32 getContext().getELFSection(".sdata", ELF::SHT_PROGBITS,
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCAsmInfo.cpp139 return Ctx.getELFSection(".note.GNU-stack", ELF::SHT_PROGBITS,
/external/llvm/test/MC/ARM/
H A Delf-movt.s20 @ OBJ-NEXT: Type: SHT_PROGBITS
H A Deh-directive-section-comdat.s66 @ CHECK: Type: SHT_PROGBITS (0x1)
84 @ CHECK: Type: SHT_PROGBITS (0x1)
H A Deh-directive-text-section.s34 @ CHECK: Type: SHT_PROGBITS (0x1)
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf-objfmt.c894 elf_section_type type=SHT_PROGBITS;
922 elf_secthead_set_typeflags(esd, SHT_PROGBITS,
1017 offsetof(struct elf_section_switch_data, type), SHT_PROGBITS },
1040 data.type = SHT_PROGBITS;
1055 data.type = SHT_PROGBITS;
1058 data.type = SHT_PROGBITS;
1061 data.type = SHT_PROGBITS;
1065 data.type = SHT_PROGBITS;
1069 data.type = SHT_PROGBITS;
/external/llvm/lib/Target/R600/
H A DAMDGPUAsmPrinter.cpp79 ELF::SHT_PROGBITS, 0,
102 ELF::SHT_PROGBITS, 0,

Completed in 461 milliseconds

123