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

/external/chromium_org/courgette/
H A Dtypes_elf.h87 SHT_FINI_ARRAY = 15, enumerator in enum:sh_type_values
H A Ddisassembler_elf_32.cc289 case SHT_FINI_ARRAY:
/external/llvm/lib/MC/
H A DMCSectionELF.cpp126 else if (Type == ELF::SHT_FINI_ARRAY)
H A DELFObjectWriter.cpp1563 case ELF::SHT_FINI_ARRAY:
/external/llvm/test/MC/AsmParser/
H A Dsection_names.s46 # CHECK-NEXT: Type: SHT_FINI_ARRAY
/external/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp515 Type = ELF::SHT_FINI_ARRAY;
522 Type = ELF::SHT_FINI_ARRAY;
/external/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp156 return ELF::SHT_FINI_ARRAY;
386 return getContext().getELFSection(Name, ELF::SHT_FINI_ARRAY,
409 getContext().getELFSection(".fini_array", ELF::SHT_FINI_ARRAY,
/external/elfutils/0.153/libelf/
H A Delf_getdata.c85 [SHT_FINI_ARRAY] = ELF_T_ADDR,
H A Delf.h333 #define SHT_FINI_ARRAY 15 /* Array of destructors */ macro
/external/llvm/lib/Object/
H A DELFYAML.cpp316 ECase(SHT_FINI_ARRAY)
/external/llvm/include/llvm/Support/
H A DELF.h1275 SHT_FINI_ARRAY = 15, // Pointers to termination functions.
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp427 LLVM_READOBJ_ENUM_CASE(ELF, SHT_FINI_ARRAY );
/external/elfutils/0.153/src/
H A Delflint.c3350 { ".fini_array", 12, SHT_FINI_ARRAY, exact, SHF_ALLOC | SHF_WRITE, 0 },
H A Dldgeneric.c1365 || shdr->sh_type == SHT_FINI_ARRAY

Completed in 5985 milliseconds