Home
last modified time | relevance | path

Searched refs:pltIndex (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lld/ELF/Arch/
DX86.cpp221 unsigned relOff = in.relaPlt->entsize * sym.pltIndex; in writePlt()
457 in.ibtPlt->getVA() + IBTPltHeaderSize + s.pltIndex * pltEntrySize; in writeGotPlt()
555 unsigned relOff = in.relaPlt->entsize * sym.pltIndex; in writePlt()
614 unsigned relOff = in.relaPlt->entsize * sym.pltIndex; in writePlt()
DX86_64.cpp413 write32le(buf + 7, sym.pltIndex); in writePlt()
983 in.ibtPlt->getVA() + IBTPltHeaderSize + s.pltIndex * pltEntrySize; in writeGotPlt()
1095 write32le(buf + 18, sym.pltIndex); in writePlt()
DPPC.cpp195 write32(buf, in.plt->getVA() + in.plt->headerSize + 4 * s.pltIndex); in writeGotPlt()
DPPC64.cpp1116 int32_t offset = pltHeaderSize + sym.pltIndex * pltEntrySize; in writePlt()
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DSymbols.cpp175 return pltIndex * target->gotEntrySize; in getGotPltOffset()
176 return (pltIndex + target->gotPltHeaderEntriesNum) * target->gotEntrySize; in getGotPltOffset()
181 ? in.iplt->getVA() + pltIndex * target->ipltEntrySize in getPltVA()
183 pltIndex * target->pltEntrySize; in getPltVA()
DSymbols.h82 uint32_t pltIndex = -1; variable
193 bool isInPlt() const { return pltIndex != -1U; } in isInPlt()
DRelocations.cpp552 sym.pltIndex = old.pltIndex; in replaceWithDefined()
1269 target->pltHeaderSize + target->pltEntrySize * sym.pltIndex, 0); in processRelocAux()
1511 sym.pltIndex = directSym->pltIndex; in scanReloc()
1525 d.value = sym.pltIndex * target->ipltEntrySize; in scanReloc()
DSyntheticSections.cpp1149 assert(sym.pltIndex == entries.size()); in addEntry()
1194 assert(sym.pltIndex == entries.size()); in addEntry()
2590 sym.pltIndex = entries.size(); in addEntry()
2636 sym.pltIndex = entries.size(); in addEntry()