Searched refs:SHT_INIT_ARRAY (Results 1 - 19 of 19) sorted by relevance
/third_party/elfutils/libebl/ |
H A D | eblcheckreloctargettype.c | 46 case SHT_INIT_ARRAY: in ebl_check_reloc_target_type()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCSectionELF.cpp | 131 if (Type == ELF::SHT_INIT_ARRAY) in PrintSwitchToSection()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
H A D | ELFAsmParser.cpp | 588 Type = ELF::SHT_INIT_ARRAY; in ParseSectionArguments() 599 Type = ELF::SHT_INIT_ARRAY; in ParseSectionArguments()
|
/third_party/elfutils/libelf/ |
H A D | elf_getdata.c | 60 [SHT_INIT_ARRAY] = ELF_T_ADDR,
|
H A D | elf.h | 442 #define SHT_INIT_ARRAY 14 /* Array of constructors */ macro
|
/third_party/elfio/c_wrapper/ |
H A D | elf_types_c_wrapper.hpp | 478 #define SHT_INIT_ARRAY 14 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | ELF.cpp | 243 STRINGIFY_ENUM_CASE(ELF, SHT_INIT_ARRAY); in getELFSectionTypeName()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A 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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | ELF.h | 678 SHT_INIT_ARRAY = 14, // Pointers to initialization functions.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 828 SHT_INIT_ARRAY = 14, // Pointers to initialization functions.
|
/third_party/elfio/elfio/ |
H A D | elfio_dump.hpp | 383 { SHT_INIT_ARRAY, "INIT_ARRAY" },
|
H A D | elf_types.hpp | 506 constexpr Elf_Word SHT_INIT_ARRAY = 14; member
|
/third_party/musl/porting/linux/user/include/ |
H A D | elf.h | 384 #define SHT_INIT_ARRAY 14 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | elf.h | 383 #define SHT_INIT_ARRAY 14 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | elf.h | 383 #define SHT_INIT_ARRAY 14 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | elf.h | 383 #define SHT_INIT_ARRAY 14 macro
|
/third_party/musl/include/ |
H A D | elf.h | 384 #define SHT_INIT_ARRAY 14 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 456 ECase(SHT_INIT_ARRAY); in enumeration()
|
/third_party/elfutils/src/ |
H A D | elflint.c | 3652 { ".init_array", 12, SHT_INIT_ARRAY, exact, SHF_ALLOC | SHF_WRITE, 0 },
|
Completed in 87 milliseconds