Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/Arch/
DX86.cpp221 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()
DX86_64.cpp404 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()
DPPC.cpp194 write32(buf, in.plt->getVA() + in.plt->headerSize + 4 * s.pltIndex); in writeGotPlt()
DPPC64.cpp1090 int32_t offset = pltHeaderSize + sym.pltIndex * pltEntrySize; in writePlt()
/external/llvm-project/lld/ELF/
DSymbols.cpp173 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()
DSymbols.h82 uint32_t pltIndex = -1; variable
191 bool isInPlt() const { return pltIndex != -1U; } in isInPlt()
DRelocations.cpp539 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()
DSyntheticSections.cpp1139 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()