/external/elfutils/libebl/ |
D | eblcheckreloctargettype.c | 47 case SHT_FINI_ARRAY: in ebl_check_reloc_target_type()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMTargetObjectFile.cpp | 35 getContext().getELFSection(".fini_array", ELF::SHT_FINI_ARRAY, in Initialize()
|
/external/llvm/test/MC/AsmParser/ |
D | section_names.s | 46 # CHECK-NEXT: Type: SHT_FINI_ARRAY
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCSectionELF.cpp | 113 else if (Type == ELF::SHT_FINI_ARRAY) in PrintSwitchToSection()
|
D | ELFObjectWriter.cpp | 1002 case ELF::SHT_FINI_ARRAY: in WriteSection()
|
/external/llvm/lib/MC/ |
D | MCSectionELF.cpp | 126 else if (Type == ELF::SHT_FINI_ARRAY) in PrintSwitchToSection()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AsmParser/ |
D | section_names.s | 58 # CHECK-NEXT: Type: SHT_FINI_ARRAY
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCSectionELF.cpp | 133 else if (Type == ELF::SHT_FINI_ARRAY) in PrintSwitchToSection()
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/ |
D | ELFAsmParser.cpp | 592 Type = ELF::SHT_FINI_ARRAY; in ParseSectionArguments() 599 Type = ELF::SHT_FINI_ARRAY; in ParseSectionArguments()
|
/external/u-boot/include/ |
D | elf.h | 284 #define SHT_FINI_ARRAY 15 /* Array of destructors */ macro
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 286 return ELF::SHT_FINI_ARRAY; in getELFSectionType() 589 Type = ELF::SHT_FINI_ARRAY; in getStaticStructorSection() 658 StaticDtorSection = Ctx.getELFSection(".fini_array", ELF::SHT_FINI_ARRAY, in InitializeELF()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | ELF.cpp | 238 STRINGIFY_ENUM_CASE(ELF, SHT_FINI_ARRAY); in getELFSectionTypeName()
|
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/ |
D | ELFAsmParser.cpp | 416 Type = ELF::SHT_FINI_ARRAY; in ParseDirectiveSection()
|
/external/elfutils/libelf/ |
D | elf_getdata.c | 62 [SHT_FINI_ARRAY] = ELF_T_ADDR,
|
D | elf.h | 444 #define SHT_FINI_ARRAY 15 /* Array of destructors */ macro
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 134 return ELF::SHT_FINI_ARRAY; in getELFSectionType()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | ELF.h | 715 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/llvm/include/llvm/Support/ |
D | ELF.h | 678 SHT_FINI_ARRAY = 15, // Pointers to termination functions. enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 787 SHT_FINI_ARRAY = 15, // Pointers to termination functions. enumerator
|
/external/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 370 ECase(SHT_FINI_ARRAY) in enumeration()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 435 ECase(SHT_FINI_ARRAY); in enumeration()
|
/external/kmod/port-gnu/ |
D | elf.h | 332 #define SHT_FINI_ARRAY 15 /* Array of destructors */ macro
|