Searched refs:pltEntrySize (Results 1 – 14 of 14) sorted by relevance
42 pltEntrySize = 32; in SPARCV9()43 pltHeaderSize = 4 * pltEntrySize; in SPARCV9()195 relocateNoSym(buf + 4, R_SPARC_WDISP19, -(off + 4 - pltEntrySize)); in writePlt()
64 pltEntrySize = 16; in X86()437 in.ibtPlt->getVA() + IBTPltHeaderSize + s.pltIndex * pltEntrySize; in writeGotPlt()504 pltEntrySize = 32; in RetpolinePic()558 pltEntrySize = 32; in RetpolineNoPic()
89 pltEntrySize = 16; in X86_64()924 in.ibtPlt->getVA() + IBTPltHeaderSize + s.pltIndex * pltEntrySize; in writeGotPlt()989 pltEntrySize = 32; in Retpoline()1042 pltEntrySize = 16; in RetpolineZNow()
70 pltEntrySize = 16; in AArch64()615 pltEntrySize = 24; in AArch64BtiPac()
50 pltEntrySize = 16; in MIPS()327 memset(buf, 0, pltEntrySize); in writePlt()
51 pltEntrySize = 16; in Hexagon()
163 pltEntrySize = 4; in PPC()
101 pltEntrySize = 16; in RISCV()
577 pltEntrySize = 4; in PPC64()1090 int32_t offset = pltHeaderSize + sym.pltIndex * pltEntrySize; in writePlt()
63 pltEntrySize = 16; in ARM()
125 unsigned pltEntrySize; variable
181 pltIndex * target->pltEntrySize; in getPltVA()
2523 off += target->pltEntrySize; in writeTo()2533 return headerSize + entries.size() * target->pltEntrySize; in getSize()2549 off += target->pltEntrySize; in addSymbols()2583 off += target->pltEntrySize; in addSymbols()2597 return headerSize + entries.size() * target->pltEntrySize + footerSize; in getSize()2667 return 16 + in.plt->getNumEntries() * target->pltEntrySize; in getSize()
1247 target->pltHeaderSize + target->pltEntrySize * sym.pltIndex, 0); in processRelocAux()