reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
168 write32(buf, in.plt->getVA() + 4 * s.pltIndex);
tools/lld/ELF/Relocations.cpp508 sym.pltIndex = old.pltIndex; 508 sym.pltIndex = old.pltIndex; 1136 target->pltHeaderSize + target->pltEntrySize * sym.pltIndex, 0); 1345 sym.pltIndex = directSym->pltIndex; 1345 sym.pltIndex = directSym->pltIndex; 1357 unsigned entryOffset = sym.pltIndex * target->pltEntrySize;tools/lld/ELF/Symbols.cpp
161 return pltIndex * config->wordsize; 162 return (pltIndex + target->gotPltHeaderEntriesNum) * config->wordsize; 173 plt->getVA() + plt->headerSize + pltIndex * target->pltEntrySize;tools/lld/ELF/Symbols.h
183 bool isInPlt() const { return pltIndex != -1U; }
tools/lld/ELF/SyntheticSections.cpp1095 assert(sym.pltIndex == entries.size()); 1139 assert(sym.pltIndex == entries.size()); 2484 target->writePlt(buf + off, got, plt, b->pltIndex, relOff); 2490 sym.pltIndex = entries.size();