Home
last modified time | relevance | path

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

12

/external/elfutils/libebl/
Deblcheckreloctargettype.c47 case SHT_FINI_ARRAY: in ebl_check_reloc_target_type()
/external/llvm-project/llvm/test/tools/llvm-nm/
Dlinker-synthesized.test27 Type: SHT_FINI_ARRAY
/external/llvm/test/MC/AsmParser/
Dsection_names.s46 # CHECK-NEXT: Type: SHT_FINI_ARRAY
/external/llvm/lib/MC/
DMCSectionELF.cpp126 else if (Type == ELF::SHT_FINI_ARRAY) in PrintSwitchToSection()
/external/llvm-project/llvm/test/MC/AsmParser/
Dsection_names.s58 # CHECK-NEXT: Type: SHT_FINI_ARRAY
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dsection-types.test31 # LLVM: Type: SHT_FINI_ARRAY
171 Type: SHT_FINI_ARRAY
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSectionELF.cpp133 else if (Type == ELF::SHT_FINI_ARRAY) in PrintSwitchToSection()
/external/llvm-project/llvm/lib/MC/
DMCSectionELF.cpp133 else if (Type == ELF::SHT_FINI_ARRAY) in PrintSwitchToSection()
/external/llvm-project/llvm/test/tools/llvm-size/
Delf-sysv.test99 Type: SHT_FINI_ARRAY
/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp490 Type = ELF::SHT_FINI_ARRAY; in ParseSectionArguments()
497 Type = ELF::SHT_FINI_ARRAY; in ParseSectionArguments()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp160 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/llvm-project/lld/ELF/
DMarkLive.cpp172 case SHT_FINI_ARRAY: in isReserved()
DOutputSections.cpp87 type == SHT_PREINIT_ARRAY || type == SHT_FINI_ARRAY || in canMergeToProgbits()
/external/llvm-project/llvm/lib/MC/MCParser/
DELFAsmParser.cpp601 Type = ELF::SHT_FINI_ARRAY; in ParseSectionArguments()
608 Type = ELF::SHT_FINI_ARRAY; in ParseSectionArguments()
/external/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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DELF.cpp244 STRINGIFY_ENUM_CASE(ELF, SHT_FINI_ARRAY); in getELFSectionTypeName()
/external/llvm-project/llvm/lib/Object/
DELF.cpp263 STRINGIFY_ENUM_CASE(ELF, SHT_FINI_ARRAY); in getELFSectionTypeName()
/external/elfutils/libelf/
Delf_getdata.c62 [SHT_FINI_ARRAY] = ELF_T_ADDR,
/external/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()
/external/llvm/include/llvm/Support/
DELF.h678 SHT_FINI_ARRAY = 15, // Pointers to termination functions. enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h679 SHT_FINI_ARRAY = 15, // Pointers to termination functions. enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h829 SHT_FINI_ARRAY = 15, // Pointers to termination functions. enumerator
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DELF.h852 SHT_FINI_ARRAY = 15, // Pointers to termination functions. enumerator
/external/llvm-project/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp488 return ELF::SHT_FINI_ARRAY; in getELFSectionType()
961 Type = ELF::SHT_FINI_ARRAY; in getStaticStructorSection()
1052 StaticDtorSection = Ctx.getELFSection(".fini_array", ELF::SHT_FINI_ARRAY, in InitializeELF()
/external/llvm/lib/ObjectYAML/
DELFYAML.cpp370 ECase(SHT_FINI_ARRAY) in enumeration()

12