reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/TargetLoweringObjectFileImpl.cpp
  462     return ELF::SHT_INIT_ARRAY;
  767       Type = ELF::SHT_INIT_ARRAY;
  845   StaticCtorSection = Ctx.getELFSection(".init_array", ELF::SHT_INIT_ARRAY,
lib/MC/MCParser/ELFAsmParser.cpp
  588       Type = ELF::SHT_INIT_ARRAY;
  599       Type = ELF::SHT_INIT_ARRAY;
lib/MC/MCSectionELF.cpp
  131   if (Type == ELF::SHT_INIT_ARRAY)
lib/Object/ELF.cpp
  243     STRINGIFY_ENUM_CASE(ELF, SHT_INIT_ARRAY);
lib/ObjectYAML/ELFYAML.cpp
  453   ECase(SHT_INIT_ARRAY);
tools/lld/ELF/InputSection.cpp
  115     return SHT_INIT_ARRAY;
tools/lld/ELF/MarkLive.cpp
  167   case SHT_INIT_ARRAY:
tools/lld/ELF/OutputSections.cpp
   81   return type == SHT_NOBITS || type == SHT_PROGBITS || type == SHT_INIT_ARRAY ||
tools/lld/ELF/Writer.cpp
  769   if (type == SHT_INIT_ARRAY || type == SHT_FINI_ARRAY ||
tools/llvm-readobj/ELFDumper.cpp
 3141   case SHT_INIT_ARRAY: