Searched refs:pltIndex (Results 1 – 8 of 8) sorted by relevance
221 unsigned relOff = in.relaPlt->entsize * sym.pltIndex; in writePlt()437 in.ibtPlt->getVA() + IBTPltHeaderSize + s.pltIndex * pltEntrySize; in writeGotPlt()535 unsigned relOff = in.relaPlt->entsize * sym.pltIndex; in writePlt()594 unsigned relOff = in.relaPlt->entsize * sym.pltIndex; in writePlt()
404 write32le(buf + 7, sym.pltIndex); in writePlt()924 in.ibtPlt->getVA() + IBTPltHeaderSize + s.pltIndex * pltEntrySize; in writeGotPlt()1036 write32le(buf + 18, sym.pltIndex); in writePlt()
194 write32(buf, in.plt->getVA() + in.plt->headerSize + 4 * s.pltIndex); in writeGotPlt()
1090 int32_t offset = pltHeaderSize + sym.pltIndex * pltEntrySize; in writePlt()
173 return pltIndex * config->wordsize; in getGotPltOffset()174 return (pltIndex + target->gotPltHeaderEntriesNum) * config->wordsize; in getGotPltOffset()179 ? in.iplt->getVA() + pltIndex * target->ipltEntrySize in getPltVA()181 pltIndex * target->pltEntrySize; in getPltVA()
82 uint32_t pltIndex = -1; variable191 bool isInPlt() const { return pltIndex != -1U; } in isInPlt()
539 sym.pltIndex = old.pltIndex; in replaceWithDefined()1247 target->pltHeaderSize + target->pltEntrySize * sym.pltIndex, 0); in processRelocAux()1492 sym.pltIndex = directSym->pltIndex; in scanReloc()1506 d.value = sym.pltIndex * target->ipltEntrySize; in scanReloc()
1139 assert(sym.pltIndex == entries.size()); in addEntry()1183 assert(sym.pltIndex == entries.size()); in addEntry()2528 sym.pltIndex = entries.size(); in addEntry()2574 sym.pltIndex = entries.size(); in addEntry()