Home
last modified time | relevance | path

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

/external/elfutils/libebl/
Deblcheckreloctargettype.c47 case SHT_FINI_ARRAY: in ebl_check_reloc_target_type()
DChangeLog42 SHT_INIT_ARRAY, SHT_FINI_ARRAY and SHT_PREINIT_ARRAY.
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMTargetObjectFile.cpp35 getContext().getELFSection(".fini_array", ELF::SHT_FINI_ARRAY, in Initialize()
/external/llvm/test/MC/AsmParser/
Dsection_names.s46 # CHECK-NEXT: Type: SHT_FINI_ARRAY
/external/swiftshader/third_party/LLVM/lib/MC/
DMCSectionELF.cpp113 else if (Type == ELF::SHT_FINI_ARRAY) in PrintSwitchToSection()
DELFObjectWriter.cpp1002 case ELF::SHT_FINI_ARRAY: in WriteSection()
/external/llvm/lib/MC/
DMCSectionELF.cpp126 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/elfutils/libelf/
Delf_getdata.c64 [SHT_FINI_ARRAY] = ELF_T_ADDR,
Delf.h333 #define SHT_FINI_ARRAY 15 /* Array of destructors */ macro
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DELFAsmParser.cpp416 Type = ELF::SHT_FINI_ARRAY; in ParseDirectiveSection()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp134 return ELF::SHT_FINI_ARRAY; in getELFSectionType()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DELF.h715 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/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/elfutils/src/
Delflint.c3603 { ".fini_array", 12, SHT_FINI_ARRAY, exact, SHF_ALLOC | SHF_WRITE, 0 },
Dldgeneric.c1357 || shdr->sh_type == SHT_FINI_ARRAY in add_relocatable_file()