|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
tools/lld/ELF/Arch/Mips.cpp 725 if (sym->stOther & STO_MIPS_PIC)
tools/lld/ELF/Arch/PPC64.cpp 919 getPPC64GlobalEntryToLocalEntryOffset(s.stOther));
tools/lld/ELF/Driver.cpp 1425 s->replace(Defined{s->file, s->getName(), s->binding, s->stOther, s->type,
1441 s->replace(Undefined{nullptr, s->getName(), STB_WEAK, s->stOther, s->type});
tools/lld/ELF/InputSection.cpp 776 return symVA - p + getPPC64GlobalEntryToLocalEntryOffset(sym.stOther);
1081 end, f->stOther))
tools/lld/ELF/Relocations.cpp 505 sym.replace(Defined{sym.file, sym.getName(), sym.binding, sym.stOther,
1002 if ((sym.stOther & 0x3) == STV_DEFAULT)
tools/lld/ELF/Symbols.cpp 109 ((sym.stOther & STO_MIPS_MICROMIPS) || sym.needsPltAddr))
tools/lld/ELF/SyntheticSections.cpp 2134 eSym->st_other |= sym->stOther & 0xe0;
2185 ((sym->stOther & STO_MIPS_MICROMIPS) || sym->needsPltAddr)) {
3453 sym->getVA() + getPPC64GlobalEntryToLocalEntryOffset(sym->stOther));
tools/lld/ELF/Thunks.cpp 306 getPPC64GlobalEntryToLocalEntryOffset(dest.stOther)});
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)