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

References

lib/Object/ELF.cpp
  220       STRINGIFY_ENUM_CASE(ELF, SHT_MIPS_REGINFO);
lib/ObjectYAML/ELFYAML.cpp
  490     ECase(SHT_MIPS_REGINFO);
lib/Target/Mips/MCTargetDesc/MipsOptionRecord.cpp
   55     MCSectionELF *Sec = Context.getELFSection(".reginfo", ELF::SHT_MIPS_REGINFO,
tools/lld/ELF/SyntheticSections.cpp
  212     : SyntheticSection(SHF_ALLOC, SHT_MIPS_REGINFO, 4, ".reginfo"),
  231     if (sec->type == SHT_MIPS_REGINFO)
tools/lld/ELF/Writer.cpp
 1855         addPhdrForSection(part, SHT_MIPS_REGINFO, PT_MIPS_REGINFO, PF_R);
tools/llvm-readobj/ELFDumper.cpp
 3105     case SHT_MIPS_REGINFO: