/external/llvm-project/llvm/test/MC/AsmParser/ |
D | section_names.s | 50 # CHECK-NEXT: Type: SHT_INIT_ARRAY 52 # CHECK-NEXT: Type: SHT_INIT_ARRAY
|
/external/elfutils/libebl/ |
D | eblcheckreloctargettype.c | 46 case SHT_INIT_ARRAY: in ebl_check_reloc_target_type()
|
/external/llvm-project/llvm/test/tools/llvm-nm/ |
D | linker-synthesized.test | 30 Type: SHT_INIT_ARRAY
|
/external/llvm/test/MC/AsmParser/ |
D | section_names.s | 40 # CHECK-NEXT: Type: SHT_INIT_ARRAY
|
/external/llvm/lib/MC/ |
D | MCSectionELF.cpp | 124 if (Type == ELF::SHT_INIT_ARRAY) in PrintSwitchToSection()
|
/external/llvm-project/llvm/test/tools/llvm-size/ |
D | elf-berkeley.test | 64 Type: SHT_INIT_ARRAY
|
D | elf-sysv.test | 95 Type: SHT_INIT_ARRAY
|
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/ |
D | section-types.test | 29 # LLVM: Type: SHT_INIT_ARRAY 169 Type: SHT_INIT_ARRAY
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCSectionELF.cpp | 131 if (Type == ELF::SHT_INIT_ARRAY) in PrintSwitchToSection()
|
/external/llvm-project/llvm/lib/MC/ |
D | MCSectionELF.cpp | 131 if (Type == ELF::SHT_INIT_ARRAY) in PrintSwitchToSection()
|
/external/llvm/lib/MC/MCParser/ |
D | ELFAsmParser.cpp | 488 Type = ELF::SHT_INIT_ARRAY; in ParseSectionArguments() 495 Type = ELF::SHT_INIT_ARRAY; in ParseSectionArguments()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 157 return ELF::SHT_INIT_ARRAY; in getELFSectionType() 386 Type = ELF::SHT_INIT_ARRAY; in getStaticStructorSection() 453 ".init_array", ELF::SHT_INIT_ARRAY, ELF::SHF_WRITE | ELF::SHF_ALLOC); in InitializeELF()
|
/external/llvm-project/lld/ELF/ |
D | MarkLive.cpp | 173 case SHT_INIT_ARRAY: in isReserved()
|
D | OutputSections.cpp | 86 return type == SHT_NOBITS || type == SHT_PROGBITS || type == SHT_INIT_ARRAY || in canMergeToProgbits()
|
/external/llvm-project/llvm/lib/MC/MCParser/ |
D | ELFAsmParser.cpp | 595 Type = ELF::SHT_INIT_ARRAY; in ParseSectionArguments() 606 Type = ELF::SHT_INIT_ARRAY; in ParseSectionArguments()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
D | ELFAsmParser.cpp | 588 Type = ELF::SHT_INIT_ARRAY; in ParseSectionArguments() 599 Type = ELF::SHT_INIT_ARRAY; in ParseSectionArguments()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | ELF.cpp | 243 STRINGIFY_ENUM_CASE(ELF, SHT_INIT_ARRAY); in getELFSectionTypeName()
|
/external/llvm-project/llvm/lib/Object/ |
D | ELF.cpp | 262 STRINGIFY_ENUM_CASE(ELF, SHT_INIT_ARRAY); in getELFSectionTypeName()
|
/external/elfutils/libelf/ |
D | elf_getdata.c | 61 [SHT_INIT_ARRAY] = ELF_T_ADDR,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 462 return ELF::SHT_INIT_ARRAY; in getELFSectionType() 767 Type = ELF::SHT_INIT_ARRAY; in getStaticStructorSection() 845 StaticCtorSection = Ctx.getELFSection(".init_array", ELF::SHT_INIT_ARRAY, in InitializeELF()
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 677 SHT_INIT_ARRAY = 14, // Pointers to initialization functions. enumerator
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 678 SHT_INIT_ARRAY = 14, // Pointers to initialization functions. enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 828 SHT_INIT_ARRAY = 14, // Pointers to initialization functions. enumerator
|
/external/llvm-project/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 851 SHT_INIT_ARRAY = 14, // Pointers to initialization functions. enumerator
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 485 return ELF::SHT_INIT_ARRAY; in getELFSectionType() 958 Type = ELF::SHT_INIT_ARRAY; in getStaticStructorSection() 1050 StaticCtorSection = Ctx.getELFSection(".init_array", ELF::SHT_INIT_ARRAY, in InitializeELF()
|