Home
last modified time | relevance | path

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

/external/elfutils/libebl/
Deblcheckreloctargettype.c47 case SHT_FINI_ARRAY: in ebl_check_reloc_target_type()
DChangeLog254 SHT_INIT_ARRAY, SHT_FINI_ARRAY and SHT_PREINIT_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/swiftshader/third_party/llvm-7.0/llvm/test/MC/AsmParser/
Dsection_names.s58 # CHECK-NEXT: Type: SHT_FINI_ARRAY
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCSectionELF.cpp133 else if (Type == ELF::SHT_FINI_ARRAY) in PrintSwitchToSection()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DELFAsmParser.cpp592 Type = ELF::SHT_FINI_ARRAY; in ParseSectionArguments()
599 Type = ELF::SHT_FINI_ARRAY; in ParseSectionArguments()
/external/u-boot/include/
Delf.h284 #define SHT_FINI_ARRAY 15 /* Array of destructors */ macro
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp286 return ELF::SHT_FINI_ARRAY; in getELFSectionType()
589 Type = ELF::SHT_FINI_ARRAY; in getStaticStructorSection()
658 StaticDtorSection = Ctx.getELFSection(".fini_array", ELF::SHT_FINI_ARRAY, in InitializeELF()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DELF.cpp238 STRINGIFY_ENUM_CASE(ELF, SHT_FINI_ARRAY); in getELFSectionTypeName()
/external/elfutils/libelf/
Delf_getdata.c62 [SHT_FINI_ARRAY] = ELF_T_ADDR,
Delf.h445 #define SHT_FINI_ARRAY 15 /* Array of destructors */ macro
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DELF.h787 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/llvm/include/llvm/Support/
DELF.h678 SHT_FINI_ARRAY = 15, // Pointers to termination functions. enumerator
/external/llvm/lib/ObjectYAML/
DELFYAML.cpp370 ECase(SHT_FINI_ARRAY) in enumeration()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DELFYAML.cpp435 ECase(SHT_FINI_ARRAY); in enumeration()
/external/kmod/port-gnu/
Delf.h332 #define SHT_FINI_ARRAY 15 /* Array of destructors */ macro
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp1026 LLVM_READOBJ_ENUM_CASE(ELF, SHT_FINI_ARRAY ); in getElfSectionType()
2608 case SHT_FINI_ARRAY: in getSectionTypeString()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-nm/
Dllvm-nm.cpp907 case ELF::SHT_FINI_ARRAY: in getSymbolNMTypeChar()
/external/elfutils/src/
Delflint.c3635 { ".fini_array", 12, SHT_FINI_ARRAY, exact, SHF_ALLOC | SHF_WRITE, 0 },
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DELFDumper.cpp2839 case SHT_FINI_ARRAY: in getSectionTypeString()