/external/elfutils/libebl/ |
D | eblcheckreloctargettype.c | 47 case SHT_FINI_ARRAY: in ebl_check_reloc_target_type()
|
/external/llvm-project/llvm/test/tools/llvm-nm/ |
D | linker-synthesized.test | 27 Type: SHT_FINI_ARRAY
|
/external/llvm/test/MC/AsmParser/ |
D | section_names.s | 46 # CHECK-NEXT: Type: SHT_FINI_ARRAY
|
/external/llvm/lib/MC/ |
D | MCSectionELF.cpp | 126 else if (Type == ELF::SHT_FINI_ARRAY) in PrintSwitchToSection()
|
/external/llvm-project/llvm/test/MC/AsmParser/ |
D | section_names.s | 58 # CHECK-NEXT: Type: SHT_FINI_ARRAY
|
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/ |
D | section-types.test | 31 # LLVM: Type: SHT_FINI_ARRAY 171 Type: SHT_FINI_ARRAY
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCSectionELF.cpp | 133 else if (Type == ELF::SHT_FINI_ARRAY) in PrintSwitchToSection()
|
/external/llvm-project/llvm/lib/MC/ |
D | MCSectionELF.cpp | 133 else if (Type == ELF::SHT_FINI_ARRAY) in PrintSwitchToSection()
|
/external/llvm-project/llvm/test/tools/llvm-size/ |
D | elf-sysv.test | 99 Type: SHT_FINI_ARRAY
|
/external/llvm/lib/MC/MCParser/ |
D | ELFAsmParser.cpp | 490 Type = ELF::SHT_FINI_ARRAY; in ParseSectionArguments() 497 Type = ELF::SHT_FINI_ARRAY; in ParseSectionArguments()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 160 return ELF::SHT_FINI_ARRAY; in getELFSectionType() 389 Type = ELF::SHT_FINI_ARRAY; in getStaticStructorSection() 455 ".fini_array", ELF::SHT_FINI_ARRAY, ELF::SHF_WRITE | ELF::SHF_ALLOC); in InitializeELF()
|
/external/llvm-project/lld/ELF/ |
D | MarkLive.cpp | 172 case SHT_FINI_ARRAY: in isReserved()
|
D | OutputSections.cpp | 87 type == SHT_PREINIT_ARRAY || type == SHT_FINI_ARRAY || in canMergeToProgbits()
|
/external/llvm-project/llvm/lib/MC/MCParser/ |
D | ELFAsmParser.cpp | 601 Type = ELF::SHT_FINI_ARRAY; in ParseSectionArguments() 608 Type = ELF::SHT_FINI_ARRAY; in ParseSectionArguments()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
D | ELFAsmParser.cpp | 594 Type = ELF::SHT_FINI_ARRAY; in ParseSectionArguments() 601 Type = ELF::SHT_FINI_ARRAY; in ParseSectionArguments()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | ELF.cpp | 244 STRINGIFY_ENUM_CASE(ELF, SHT_FINI_ARRAY); in getELFSectionTypeName()
|
/external/llvm-project/llvm/lib/Object/ |
D | ELF.cpp | 263 STRINGIFY_ENUM_CASE(ELF, SHT_FINI_ARRAY); in getELFSectionTypeName()
|
/external/elfutils/libelf/ |
D | elf_getdata.c | 62 [SHT_FINI_ARRAY] = ELF_T_ADDR,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 465 return ELF::SHT_FINI_ARRAY; in getELFSectionType() 770 Type = ELF::SHT_FINI_ARRAY; in getStaticStructorSection() 847 StaticDtorSection = Ctx.getELFSection(".fini_array", ELF::SHT_FINI_ARRAY, in InitializeELF()
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 678 SHT_FINI_ARRAY = 15, // Pointers to termination functions. enumerator
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 679 SHT_FINI_ARRAY = 15, // Pointers to termination functions. enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 829 SHT_FINI_ARRAY = 15, // Pointers to termination functions. enumerator
|
/external/llvm-project/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 852 SHT_FINI_ARRAY = 15, // Pointers to termination functions. enumerator
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 488 return ELF::SHT_FINI_ARRAY; in getELFSectionType() 961 Type = ELF::SHT_FINI_ARRAY; in getStaticStructorSection() 1052 StaticDtorSection = Ctx.getELFSection(".fini_array", ELF::SHT_FINI_ARRAY, in InitializeELF()
|
/external/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 370 ECase(SHT_FINI_ARRAY) in enumeration()
|