reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
188 uint64_t getGotOffset() const;
679 return sym.getGotOffset() + a;
tools/lld/ELF/Relocations.cpp230 uint64_t off = sym.getGotOffset(); 273 mainPart->relaDyn->addReloc(target->tlsGotRel, in.got, sym.getGotOffset(), 966 uint64_t off = sym.getGotOffset();tools/lld/ELF/Symbols.cpp
148 return in.got->getVA() + getGotOffset();