|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/CodeGen/TargetLoweringObjectFileImpl.cpp 465 return ELF::SHT_FINI_ARRAY;
770 Type = ELF::SHT_FINI_ARRAY;
847 StaticDtorSection = Ctx.getELFSection(".fini_array", ELF::SHT_FINI_ARRAY,
lib/MC/MCParser/ELFAsmParser.cpp 594 Type = ELF::SHT_FINI_ARRAY;
601 Type = ELF::SHT_FINI_ARRAY;
lib/MC/MCSectionELF.cpp 133 else if (Type == ELF::SHT_FINI_ARRAY)
lib/Object/ELF.cpp 244 STRINGIFY_ENUM_CASE(ELF, SHT_FINI_ARRAY);
lib/ObjectYAML/ELFYAML.cpp 454 ECase(SHT_FINI_ARRAY);
tools/lld/ELF/InputSection.cpp 117 return SHT_FINI_ARRAY;
tools/lld/ELF/MarkLive.cpp 166 case SHT_FINI_ARRAY:
tools/lld/ELF/OutputSections.cpp 82 type == SHT_PREINIT_ARRAY || type == SHT_FINI_ARRAY ||
tools/lld/ELF/Writer.cpp 769 if (type == SHT_INIT_ARRAY || type == SHT_FINI_ARRAY ||
tools/llvm-readobj/ELFDumper.cpp 3143 case SHT_FINI_ARRAY: