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

References

tools/lld/ELF/Relocations.cpp
 1712       thunkVec = &thunkedSymbolsBySection[{d->section->repl, d->value}];
 1713   if (!thunkVec)
 1714     thunkVec = &thunkedSymbols[rel.sym];
 1717   for (Thunk *t : *thunkVec)
 1725   thunkVec->push_back(t);