Home
last modified time | relevance | path

Searched refs:SHT_FINI_ARRAY (Results 1 – 17 of 17) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSectionELF.cpp133 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/
DELFAsmParser.cpp594 Type = ELF::SHT_FINI_ARRAY; in ParseSectionArguments()
601 Type = ELF::SHT_FINI_ARRAY; in ParseSectionArguments()
/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h205 #define SHT_FINI_ARRAY 15 /* Termination function pointers. */ macro
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h205 #define SHT_FINI_ARRAY 15 /* Termination function pointers. */ macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DELF.cpp244 STRINGIFY_ENUM_CASE(ELF, SHT_FINI_ARRAY); in getELFSectionTypeName()
/third_party/elfio/elfio/
Delf_types.hpp479 #define SHT_FINI_ARRAY 15 macro
Delfio_dump.hpp357 { SHT_FINI_ARRAY, "FINI_ARRAY" },
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp465 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/
DELF.h679 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/
DELF.h829 SHT_FINI_ARRAY = 15, // Pointers to termination functions. enumerator
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h384 #define SHT_FINI_ARRAY 15 macro
/third_party/musl/porting/linux/user/include/
Delf.h384 #define SHT_FINI_ARRAY 15 macro
/third_party/musl/ndk_musl_include/
Delf.h384 #define SHT_FINI_ARRAY 15 macro
/third_party/musl/include/
Delf.h384 #define SHT_FINI_ARRAY 15 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h384 #define SHT_FINI_ARRAY 15 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h384 #define SHT_FINI_ARRAY 15 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp457 ECase(SHT_FINI_ARRAY); in enumeration()