reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
509 sym.gotIndex = old.gotIndex; 509 sym.gotIndex = old.gotIndex;tools/lld/ELF/Symbols.cpp
151 uint64_t Symbol::getGotOffset() const { return gotIndex * config->wordsize; }
tools/lld/ELF/Symbols.h 182 bool isInGot() const { return gotIndex != -1U; }
tools/lld/ELF/SyntheticSections.cpp610 sym.gotIndex = numEntries; 934 p.first->gotIndex = p.second; 936 p.first->gotIndex = p.second; 1985 return l.sym->gotIndex < r.sym->gotIndex; 1985 return l.sym->gotIndex < r.sym->gotIndex;