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

References

tools/lld/ELF/InputSection.cpp
  656     return sym.getVA(a);
  658     return a;
  660     return sym.getVA(a) - getARMStaticBase(sym);
  663     return sym.getGotVA() + a;
  665     return in.got->getVA() + a - p;
  667     return in.gotPlt->getVA() + a - p;
  670     return sym.getVA(a) - in.got->getVA();
  672     return sym.getVA(a) - in.gotPlt->getVA();
  675     return sym.getGotVA() + a - in.gotPlt->getVA();
  679     return sym.getGotOffset() + a;
  682     return getAArch64Page(sym.getGotVA() + a) - getAArch64Page(p);
  685     return sym.getGotVA() + a - p;
  687     return sym.getVA(a) - in.mipsGot->getGp(file);
  689     return in.mipsGot->getGp(file) + a;
  698     uint64_t v = in.mipsGot->getGp(file) + a - p;
  709     return in.mipsGot->getVA() + in.mipsGot->getPageEntryOffset(file, sym, a) -
  716     return in.mipsGot->getVA() + in.mipsGot->getSymEntryOffset(file, sym, a) -
  725     uint64_t val = sym.isUndefWeak() ? p + a : sym.getVA(a);
  725     uint64_t val = sym.isUndefWeak() ? p + a : sym.getVA(a);
  729     if (const Relocation *hiRel = getRISCVPCRelHi20(&sym, a))
  740         dest = getARMUndefinedRelativeWeakVA(type, a, p);
  742         dest = getAArch64UndefinedRelativeWeakVA(type, a, p);
  746         dest = sym.getVA(a);
  748       dest = sym.getVA(a);
  753     return sym.getPltVA() + a;
  756     return sym.getPltVA() + a - p;
  763     uint64_t symVA = sym.getVA(a);
  779     return getPPC64TocBase() + a;
  781     return sym.getVA(a) - p;
  791       return a;
  792     return getTlsTpOffset(sym) + a;
  796       return a;
  797     return -getTlsTpOffset(sym) + a;
  799     return sym.getSize() + a;
  801     return in.got->getGlobalDynAddr(sym) + a;
  803     return in.got->getGlobalDynAddr(sym) + a - p;
  805     return getAArch64Page(in.got->getGlobalDynAddr(sym) + a) -
  808     return in.got->getGlobalDynOffset(sym) + a;
  810     return in.got->getVA() + in.got->getGlobalDynOffset(sym) + a - in.gotPlt->getVA();
  812     return in.got->getGlobalDynAddr(sym) + a - p;
  814     return in.got->getVA() + in.got->getTlsIndexOff() + a - in.gotPlt->getVA();
  816     return in.got->getTlsIndexOff() + a;
  818     return in.got->getTlsIndexVA() + a - p;