Searched refs:pltEntrySize (Results 1 – 14 of 14) sorted by relevance
42 pltEntrySize = 32; in SPARCV9()43 pltHeaderSize = 4 * pltEntrySize; in SPARCV9()143 relocateOne(buf + 4, R_SPARC_WDISP19, -(off + 4 - pltEntrySize)); in writePlt()
61 pltEntrySize = 16; in X86()433 in.ibtPlt->getVA() + IBTPltHeaderSize + s.pltIndex * pltEntrySize; in writeGotPlt()500 pltEntrySize = 32; in RetpolinePic()554 pltEntrySize = 32; in RetpolineNoPic()
65 pltEntrySize = 16; in X86_64()591 in.ibtPlt->getVA() + IBTPltHeaderSize + s.pltIndex * pltEntrySize; in writeGotPlt()656 pltEntrySize = 32; in Retpoline()709 pltEntrySize = 16; in RetpolineZNow()
68 pltEntrySize = 16; in AArch64()600 pltEntrySize = 24; in AArch64BtiPac()
49 pltEntrySize = 16; in MIPS()326 memset(buf, 0, pltEntrySize); in writePlt()
51 pltEntrySize = 16; in Hexagon()
304 pltEntrySize = 4; in PPC64()678 int32_t offset = pltHeaderSize + sym.pltIndex * pltEntrySize; in writePlt()
100 pltEntrySize = 16; in RISCV()
63 pltEntrySize = 16; in ARM()
160 pltEntrySize = 4; in PPC()
108 unsigned pltEntrySize; variable
169 pltIndex * target->pltEntrySize; in getPltVA()
2476 off += target->pltEntrySize; in writeTo()2486 return headerSize + entries.size() * target->pltEntrySize; in getSize()2502 off += target->pltEntrySize; in addSymbols()2536 off += target->pltEntrySize; in addSymbols()2550 return headerSize + entries.size() * target->pltEntrySize + footerSize; in getSize()2620 return 16 + in.plt->getNumEntries() * target->pltEntrySize; in getSize()
1208 target->pltHeaderSize + target->pltEntrySize * sym.pltIndex, 0); in processRelocAux()