Searched refs:SHT_FINI_ARRAY (Results 1 - 10 of 10) sorted by relevance

/external/llvm/lib/MC/
H A DMCSectionELF.cpp113 else if (Type == ELF::SHT_FINI_ARRAY)
H A DELFObjectWriter.cpp1313 case ELF::SHT_FINI_ARRAY:
/external/qemu/elff/
H A Delff_elf.h275 #define SHT_FINI_ARRAY 15 macro
/external/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp134 return ELF::SHT_FINI_ARRAY;
375 return getContext().getELFSection(Name, ELF::SHT_FINI_ARRAY,
398 getContext().getELFSection(".fini_array", ELF::SHT_FINI_ARRAY,
/external/elfutils/libelf/
H A Delf_getdata.c85 [SHT_FINI_ARRAY] = ELF_T_ADDR,
H A Delf.h336 #define SHT_FINI_ARRAY 15 /* Array of destructors */ macro
/external/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp418 Type = ELF::SHT_FINI_ARRAY;
/external/llvm/include/llvm/Support/
H A DELF.h825 SHT_FINI_ARRAY = 15, // Pointers to termination functions. enumerator in enum:llvm::ELF::__anon9110
/external/elfutils/src/
H A Delflint.c3325 { ".fini_array", 12, SHT_FINI_ARRAY, exact, SHF_ALLOC | SHF_WRITE, 0 },
H A Dldgeneric.c1367 || shdr->sh_type == SHT_FINI_ARRAY

Completed in 234 milliseconds