/third_party/elfutils/libebl/ |
D | eblcheckreloctargettype.c | 48 case SHT_PREINIT_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 | 135 else if (Type == ELF::SHT_PREINIT_ARRAY) in PrintSwitchToSection()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
D | ELFAsmParser.cpp | 596 Type = ELF::SHT_PREINIT_ARRAY; in ParseSectionArguments() 603 Type = ELF::SHT_PREINIT_ARRAY; in ParseSectionArguments()
|
/third_party/libunwind/include/mingw/ |
D | freebsd-elf_common.h | 206 #define SHT_PREINIT_ARRAY 16 /* Pre-initialization function ptrs. */ macro
|
/third_party/libunwind/include/win/ |
D | freebsd-elf_common.h | 206 #define SHT_PREINIT_ARRAY 16 /* Pre-initialization function ptrs. */ macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | ELF.cpp | 245 STRINGIFY_ENUM_CASE(ELF, SHT_PREINIT_ARRAY); in getELFSectionTypeName()
|
/third_party/elfutils/libelf/ |
D | elf_getdata.c | 62 [SHT_PREINIT_ARRAY] = ELF_T_ADDR,
|
D | elf.h | 444 #define SHT_PREINIT_ARRAY 16 /* Array of pre-constructors */ macro
|
/third_party/elfio/c_wrapper/ |
D | elf_types_c_wrapper.hpp | 480 #define SHT_PREINIT_ARRAY 16 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 680 SHT_PREINIT_ARRAY = 16, // Pointers to pre-init functions. enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 830 SHT_PREINIT_ARRAY = 16, // Pointers to pre-init functions. enumerator
|
/third_party/elfio/elfio/ |
D | elfio_dump.hpp | 385 { SHT_PREINIT_ARRAY, "PREINIT_ARRAY" },
|
D | elf_types.hpp | 508 constexpr Elf_Word SHT_PREINIT_ARRAY = 16; variable
|
/third_party/musl/porting/linux/user/include/ |
D | elf.h | 385 #define SHT_PREINIT_ARRAY 16 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | elf.h | 385 #define SHT_PREINIT_ARRAY 16 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | elf.h | 385 #define SHT_PREINIT_ARRAY 16 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | elf.h | 385 #define SHT_PREINIT_ARRAY 16 macro
|
/third_party/musl/include/ |
D | elf.h | 385 #define SHT_PREINIT_ARRAY 16 macro
|
/third_party/musl/ndk_musl_include/ |
D | elf.h | 385 #define SHT_PREINIT_ARRAY 16 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 468 return ELF::SHT_PREINIT_ARRAY; in getELFSectionType()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 458 ECase(SHT_PREINIT_ARRAY); in enumeration()
|
/third_party/elfutils/src/ |
D | elflint.c | 3657 { ".preinit_array", 15, SHT_PREINIT_ARRAY, exact, SHF_ALLOC | SHF_WRITE, 0 },
|