/external/llvm/lib/MC/ |
D | MCObjectFileInfo.cpp | 425 : ELF::SHT_PROGBITS; in initELFMCObjectFileInfo() 437 TextSection = Ctx->getELFSection(".text", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo() 440 DataSection = Ctx->getELFSection(".data", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo() 444 Ctx->getELFSection(".rodata", ELF::SHT_PROGBITS, ELF::SHF_ALLOC); in initELFMCObjectFileInfo() 447 Ctx->getELFSection(".tdata", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo() 453 DataRelROSection = Ctx->getELFSection(".data.rel.ro", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo() 457 Ctx->getELFSection(".rodata.cst4", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo() 461 Ctx->getELFSection(".rodata.cst8", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo() 465 Ctx->getELFSection(".rodata.cst16", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo() 468 StaticCtorSection = Ctx->getELFSection(".ctors", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo() [all …]
|
D | MCAsmInfoELF.cpp | 24 return Ctx.getELFSection(".note.GNU-stack", ELF::SHT_PROGBITS, 0); in getNonexecutableStackSection()
|
/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/Target/XCore/ |
D | XCoreTargetObjectFile.cpp | 30 DataSection = Ctx.getELFSection(".dp.data", ELF::SHT_PROGBITS, in Initialize() 33 DataSectionLarge = Ctx.getELFSection(".dp.data.large", ELF::SHT_PROGBITS, in Initialize() 36 DataRelROSection = Ctx.getELFSection(".dp.rodata", ELF::SHT_PROGBITS, in Initialize() 40 ".dp.rodata.large", ELF::SHT_PROGBITS, in Initialize() 43 Ctx.getELFSection(".cp.rodata", ELF::SHT_PROGBITS, in Initialize() 46 Ctx.getELFSection(".cp.rodata.large", ELF::SHT_PROGBITS, in Initialize() 49 ".cp.rodata.cst4", ELF::SHT_PROGBITS, in Initialize() 52 ".cp.rodata.cst8", ELF::SHT_PROGBITS, in Initialize() 55 ".cp.rodata.cst16", ELF::SHT_PROGBITS, in Initialize() 58 Ctx.getELFSection(".cp.rodata.string", ELF::SHT_PROGBITS, in Initialize() [all …]
|
/external/google-breakpad/src/common/linux/ |
D | file_id_unittest.cc | 139 elf.AddSection(".text", text, SHT_PROGBITS); in TYPED_TEST() 167 elf.AddSection(".text", text, SHT_PROGBITS); in TYPED_TEST() 199 elf.AddSection(".text", text, SHT_PROGBITS); in TYPED_TEST() 232 elf1.AddSection(".foo", foo_1, SHT_PROGBITS); in TYPED_TEST() 235 elf1.AddSection(".text", text_1, SHT_PROGBITS); in TYPED_TEST() 250 elf2.AddSection(".foo", foo_2, SHT_PROGBITS); in TYPED_TEST() 252 elf2.AddSection(".text", text_2, SHT_PROGBITS); in TYPED_TEST()
|
D | dump_symbols_unittest.cc | 98 elf.AddSection(".text", text, SHT_PROGBITS); in TEST_F() 138 elf.AddSection(".text", text, SHT_PROGBITS); in TEST_F()
|
D | dump_symbols.cc | 604 elf_header->e_machine == EM_MIPS ? SHT_MIPS_DWARF : SHT_PROGBITS; in LoadSymbols() 618 FindElfSectionByName<ElfClass>(".stab", SHT_PROGBITS, in LoadSymbols() 704 FindElfSectionByName<ElfClass>(".eh_frame", SHT_PROGBITS, in LoadSymbols() 711 FindElfSectionByName<ElfClass>(".got", SHT_PROGBITS, in LoadSymbols() 715 FindElfSectionByName<ElfClass>(".text", SHT_PROGBITS, in LoadSymbols() 736 = FindElfSectionByName<ElfClass>(".gnu_debuglink", SHT_PROGBITS, in LoadSymbols()
|
/external/llvm/test/Object/ |
D | no-section-header-string-table.test | 4 CHECK: Type: SHT_PROGBITS (0x1) 5 CHECK: Type: SHT_PROGBITS (0x1) 6 CHECK: Type: SHT_PROGBITS (0x1)
|
D | yaml2obj-elf-multi-doc.test | 22 Type: SHT_PROGBITS 44 Type: SHT_PROGBITS
|
D | obj2yaml.test | 201 ELF-MIPSEL-NEXT: Type: SHT_PROGBITS 230 ELF-MIPSEL-NEXT: Type: SHT_PROGBITS 240 ELF-MIPSEL-NEXT: Type: SHT_PROGBITS 244 ELF-MIPSEL-NEXT: Type: SHT_PROGBITS 306 ELF-MIPS64EL-NEXT: Type: SHT_PROGBITS 311 ELF-MIPS64EL-NEXT: Type: SHT_PROGBITS 334 ELF-MIPS64EL-NEXT: Type: SHT_PROGBITS 362 ELF-X86-64-NEXT: Type: SHT_PROGBITS 367 ELF-X86-64-NEXT: Type: SHT_PROGBITS 373 ELF-X86-64-NEXT: Type: SHT_PROGBITS [all …]
|
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
|
/external/llvm/lib/Target/AMDGPU/Utils/ |
D | AMDGPUBaseInfo.cpp | 71 return Ctx.getELFSection(".hsatext", ELF::SHT_PROGBITS, in getHSATextSection() 79 return Ctx.getELFSection(".hsadata_global_agent", ELF::SHT_PROGBITS, in getHSADataGlobalAgentSection() 86 return Ctx.getELFSection(".hsadata_global_program", ELF::SHT_PROGBITS, in getHSADataGlobalProgramSection() 92 return Ctx.getELFSection(".hsarodata_readonly_agent", ELF::SHT_PROGBITS, in getHSARodataReadonlyAgentSection()
|
/external/llvm/lib/MC/MCParser/ |
D | ELFAsmParser.cpp | 81 return ParseSectionSwitch(".data", ELF::SHT_PROGBITS, in ParseSectionDirectiveData() 86 return ParseSectionSwitch(".text", ELF::SHT_PROGBITS, in ParseSectionDirectiveText() 96 return ParseSectionSwitch(".rodata", ELF::SHT_PROGBITS, in ParseSectionDirectiveRoData() 101 return ParseSectionSwitch(".tdata", ELF::SHT_PROGBITS, in ParseSectionDirectiveTData() 113 return ParseSectionSwitch(".data.rel", ELF::SHT_PROGBITS, in ParseSectionDirectiveDataRel() 118 return ParseSectionSwitch(".data.rel.ro", ELF::SHT_PROGBITS, in ParseSectionDirectiveDataRelRo() 124 return ParseSectionSwitch(".eh_frame", ELF::SHT_PROGBITS, in ParseSectionDirectiveEhFrame() 480 unsigned Type = ELF::SHT_PROGBITS; in ParseSectionArguments() 501 Type = ELF::SHT_PROGBITS; in ParseSectionArguments()
|
/external/elfutils/tests/ |
D | asm-tst1.c | 92 scn1 = asm_newscn (ctx, ".text", SHT_PROGBITS, SHF_ALLOC | SHF_EXECINSTR); in main() 93 scn2 = asm_newscn (ctx, ".data", SHT_PROGBITS, SHF_ALLOC | SHF_WRITE); in main() 186 if (shdr->sh_type != (cnt == 3 ? SHT_STRTAB : SHT_PROGBITS)) in main()
|
D | asm-tst6.c | 74 scn = asm_newscn_ingrp (ctx, ".data", SHT_PROGBITS, in main() 114 scn = asm_newscn_ingrp (ctx, ".stab", SHT_PROGBITS, 0, grp); in main()
|
D | update4.c | 131 shdr->sh_type = SHT_PROGBITS; in main() 167 shdr->sh_type = SHT_PROGBITS; in main() 203 shdr->sh_type = SHT_PROGBITS; in main()
|
D | asm-tst2.c | 91 scn1 = asm_newscn (ctx, ".data", SHT_PROGBITS, SHF_ALLOC | SHF_WRITE); in main() 202 if (shdr->sh_type != (cnt == 2 ? SHT_STRTAB : SHT_PROGBITS)) in main()
|
D | asm-tst9.c | 111 scn = asm_newscn (ctx, ".data", SHT_PROGBITS, SHF_ALLOC | SHF_WRITE); in main() 236 if (shdr->sh_type != (cnt == 2 ? SHT_STRTAB : SHT_PROGBITS)) in main()
|
/external/llvm/test/MC/ELF/ |
D | entsize.ll | 25 ; 64-NEXT: Type: SHT_PROGBITS 42 ; 64-NEXT: Type: SHT_PROGBITS
|
/external/elfutils/libasm/ |
D | asm_newscn.c | 91 if (type == SHT_PROGBITS) in text_newscn() 176 || (type != SHT_PROGBITS && unlikely (type != SHT_NOBITS))) in asm_newscn()
|
/external/llvm/test/MC/ARM/ |
D | eh-link.s | 13 @ CHECK-NEXT: Type: SHT_PROGBITS 48 @ CHECK-NEXT: Type: SHT_PROGBITS
|
/external/elfutils/libebl/ |
D | eblcheckreloctargettype.c | 44 case SHT_PROGBITS: in ebl_check_reloc_target_type()
|
/external/llvm/test/MC/PowerPC/ |
D | ppc64-fixup-apply.s | 66 # CHECK-NEXT: Type: SHT_PROGBITS 94 # CHECK-NEXT: Type: SHT_PROGBITS
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | hsa-globals.ll | 61 ; ELF: Type: SHT_PROGBITS (0x1) 71 ; ELF: Type: SHT_PROGBITS (0x1)
|