/third_party/elfutils/libebl/ |
D | eblcheckreloctargettype.c | 47 case SHT_FINI_ARRAY: in ebl_check_reloc_target_type()
|
D | ChangeLog | 353 SHT_INIT_ARRAY, SHT_FINI_ARRAY and SHT_PREINIT_ARRAY.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCSectionELF.cpp | 133 else if (Type == ELF::SHT_FINI_ARRAY) in PrintSwitchToSection()
|
/third_party/skia/third_party/externals/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()
|
/third_party/libunwind/include/mingw/ |
D | freebsd-elf_common.h | 205 #define SHT_FINI_ARRAY 15 /* Termination function pointers. */ macro
|
/third_party/libunwind/include/win/ |
D | freebsd-elf_common.h | 205 #define SHT_FINI_ARRAY 15 /* Termination function pointers. */ macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | ELF.cpp | 244 STRINGIFY_ENUM_CASE(ELF, SHT_FINI_ARRAY); in getELFSectionTypeName()
|
/third_party/elfutils/libelf/ |
D | elf_getdata.c | 61 [SHT_FINI_ARRAY] = ELF_T_ADDR,
|
D | elf.h | 443 #define SHT_FINI_ARRAY 15 /* Array of destructors */ macro
|
/third_party/elfio/c_wrapper/ |
D | elf_types_c_wrapper.hpp | 479 #define SHT_FINI_ARRAY 15 macro
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 679 SHT_FINI_ARRAY = 15, // Pointers to termination functions. enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 829 SHT_FINI_ARRAY = 15, // Pointers to termination functions. enumerator
|
/third_party/elfio/elfio/ |
D | elfio_dump.hpp | 384 { SHT_FINI_ARRAY, "FINI_ARRAY" },
|
D | elf_types.hpp | 507 constexpr Elf_Word SHT_FINI_ARRAY = 15; variable
|
/third_party/musl/ndk_musl_include/ |
D | elf.h | 384 #define SHT_FINI_ARRAY 15 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | elf.h | 384 #define SHT_FINI_ARRAY 15 macro
|
/third_party/musl/include/ |
D | elf.h | 384 #define SHT_FINI_ARRAY 15 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | elf.h | 384 #define SHT_FINI_ARRAY 15 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | elf.h | 384 #define SHT_FINI_ARRAY 15 macro
|
/third_party/musl/porting/linux/user/include/ |
D | elf.h | 384 #define SHT_FINI_ARRAY 15 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 457 ECase(SHT_FINI_ARRAY); in enumeration()
|
/third_party/elfutils/src/ |
D | elflint.c | 3648 { ".fini_array", 12, SHT_FINI_ARRAY, exact, SHF_ALLOC | SHF_WRITE, 0 },
|