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

References

tools/lld/ELF/InputSection.cpp
  849       addend += target->getImplicitAddend(bufLoc, type);
  852     RelExpr expr = target->getRelExpr(type, sym, bufLoc);
  873       target->relocateOne(bufLoc, type,
  879       target->relocateOne(bufLoc, type, 0);
  881       target->relocateOne(bufLoc, type, SignExtend64<bits>(sym.getVA(addend)));