/external/llvm/test/MC/AsmParser/ |
D | section_names.s | 34 # 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
|
D | section.s | 52 # 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/ |
D | MCObjectFileInfo.cpp | 402 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/ |
D | XCoreTargetObjectFile.cpp | 35 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/ |
D | ELFAsmParser.cpp | 83 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/ |
D | yaml2obj-elf-multi-doc.test | 22 Type: SHT_PROGBITS 44 Type: SHT_PROGBITS
|
D | readobj-shared-object.test | 55 ELF: Type: SHT_PROGBITS 63 ELF: Type: SHT_PROGBITS 70 ELF: Type: SHT_PROGBITS 87 ELF: Type: SHT_PROGBITS 95 ELF: Type: SHT_PROGBITS
|
D | obj2yaml.test | 197 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/ |
D | entsize.ll | 25 ; 64-NEXT: Type: SHT_PROGBITS 42 ; 64-NEXT: Type: SHT_PROGBITS
|
/external/elfutils/0.153/libasm/ |
D | asm_newscn.c | 88 if (type == SHT_PROGBITS) in text_newscn() 176 || (type != SHT_PROGBITS && unlikely (type != SHT_NOBITS)))
|
/external/llvm/lib/Target/SystemZ/MCTargetDesc/ |
D | SystemZMCAsmInfo.cpp | 32 return Ctx.getELFSection(".note.GNU-stack", ELF::SHT_PROGBITS, in getNonexecutableStackSection()
|
/external/llvm/test/MC/PowerPC/ |
D | ppc64-fixup-apply.s | 64 # CHECK-NEXT: Type: SHT_PROGBITS 90 # CHECK-NEXT: Type: SHT_PROGBITS
|
D | ppc64-initial-cfa.s | 17 # STATIC-NEXT: Type: SHT_PROGBITS 58 # PIC-NEXT: Type: SHT_PROGBITS
|
D | ppc-word.s | 14 # CHECK-NEXT: Type: SHT_PROGBITS
|
D | ppc-llong.s | 14 # CHECK-NEXT: Type: SHT_PROGBITS
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/ |
D | elf-objfmt.c | 894 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/ |
D | eh-directive-section-comdat.s | 66 @ CHECK: Type: SHT_PROGBITS (0x1) 84 @ CHECK: Type: SHT_PROGBITS (0x1)
|
/external/elfutils/0.153/libelf/ |
D | elf-knowledge.h | 63 && (((shdr)->sh_type) != SHT_PROGBITS \
|
/external/chromium_org/courgette/ |
D | disassembler_elf_32.cc | 277 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/ |
D | mips64eb-fixups.s | 28 # CHECK-NEXT: Type: SHT_PROGBITS (0x1)
|
/external/llvm/test/CodeGen/R600/ |
D | elf.ll | 6 ; ELF-CHECK: Type: SHT_PROGBITS
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonTargetObjectFile.cpp | 37 getContext().getELFSection(".sdata", ELF::SHT_PROGBITS, in Initialize()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | ErlangGCPrinter.cpp | 57 .getELFSection(".note.gc", ELF::SHT_PROGBITS, 0, in finishAssembly()
|
/external/llvm/lib/Target/Mips/ |
D | MipsTargetObjectFile.cpp | 32 getContext().getELFSection(".sdata", ELF::SHT_PROGBITS, in Initialize()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 71 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()
|