reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
60 (dr->file == file || dr->needsPltAddr || dr->section->bss))
tools/lld/ELF/Relocations.cpp 1137 sym.needsPltAddr = true;
tools/lld/ELF/Symbols.cpp 109 ((sym.stOther & STO_MIPS_MICROMIPS) || sym.needsPltAddr))
tools/lld/ELF/SyntheticSections.cpp2102 if (!isa<Defined>(sym) || sym->needsPltAddr) 2174 if (sym->isInPlt() && sym->needsPltAddr) 2185 ((sym->stOther & STO_MIPS_MICROMIPS) || sym->needsPltAddr)) {