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

References

lib/ObjectYAML/ELFYAML.cpp
  944       Map["STO_MIPS_MICROMIPS"] = ELF::STO_MIPS_MICROMIPS;
lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp
  578     if (ElfSym->getOther() & ELF::STO_MIPS_MICROMIPS)
lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp
  571     if (cast<MCSymbolELF>(Sym).getOther() & ELF::STO_MIPS_MICROMIPS)
  582     if (cast<MCSymbolELF>(Sym).getOther() & ELF::STO_MIPS_MICROMIPS)
lib/Target/Mips/MCTargetDesc/MipsELFStreamer.cpp
   81       Label->setOther(ELF::STO_MIPS_MICROMIPS);
lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp
  889     Symbol->setOther(ELF::STO_MIPS_MICROMIPS);
  974   if (!(RhsSym.getOther() & ELF::STO_MIPS_MICROMIPS))
  977   Symbol->setOther(ELF::STO_MIPS_MICROMIPS);
tools/lld/ELF/Symbols.cpp
  109         ((sym.stOther & STO_MIPS_MICROMIPS) || sym.needsPltAddr))
tools/lld/ELF/SyntheticSections.cpp
 2185             ((sym->stOther & STO_MIPS_MICROMIPS) || sym->needsPltAddr)) {
 2188           eSym->st_other |= STO_MIPS_MICROMIPS;
tools/lld/ELF/Thunks.cpp
  679   d->stOther |= STO_MIPS_MICROMIPS;
  703   d->stOther |= STO_MIPS_MICROMIPS;
  891   if ((s.stOther & STO_MIPS_MICROMIPS) && isMipsR6())
  893   if (s.stOther & STO_MIPS_MICROMIPS)
tools/llvm-readobj/ELFDumper.cpp
 1401   LLVM_READOBJ_ENUM_ENT(ELF, STO_MIPS_MICROMIPS)