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

References

lib/ObjectYAML/ELFYAML.cpp
  943       Map["STO_MIPS_MIPS16"] = ELF::STO_MIPS_MIPS16;
tools/llvm-readobj/ELFDumper.cpp
 1407   LLVM_READOBJ_ENUM_ENT(ELF, STO_MIPS_MIPS16)
 5462       if ((Symbol->st_other & STO_MIPS_MIPS16) == STO_MIPS_MIPS16)
 5462       if ((Symbol->st_other & STO_MIPS_MIPS16) == STO_MIPS_MIPS16)