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

References

lib/Object/ELF.cpp
  221       STRINGIFY_ENUM_CASE(ELF, SHT_MIPS_OPTIONS);
lib/ObjectYAML/ELFYAML.cpp
  491     ECase(SHT_MIPS_OPTIONS);
lib/Target/Mips/MCTargetDesc/MipsOptionRecord.cpp
   37         Context.getELFSection(".MIPS.options", ELF::SHT_MIPS_OPTIONS,
tools/lld/ELF/SyntheticSections.cpp
  151     : SyntheticSection(SHF_ALLOC, SHT_MIPS_OPTIONS, 8, ".MIPS.options"),
  174     if (sec->type == SHT_MIPS_OPTIONS)
tools/lld/ELF/Writer.cpp
 1856         addPhdrForSection(part, SHT_MIPS_OPTIONS, PT_MIPS_OPTIONS, PF_R);
tools/llvm-readobj/ELFDumper.cpp
 3107     case SHT_MIPS_OPTIONS: