Searched refs:pltEntrySize (Results 1 – 14 of 14) sorted by relevance
40 pltEntrySize = 32; in SPARCV9()41 pltHeaderSize = 4 * pltEntrySize; in SPARCV9()193 relocateNoSym(buf + 4, R_SPARC_WDISP19, -(off + 4 - pltEntrySize)); in writePlt()
58 pltEntrySize = 16; in X86()535 in.ibtPlt->getVA() + IBTPltHeaderSize + s.getPltIdx() * pltEntrySize; in writeGotPlt()602 pltEntrySize = 32; in RetpolinePic()656 pltEntrySize = 32; in RetpolineNoPic()
81 pltEntrySize = 16; in X86_64()1027 in.ibtPlt->getVA() + IBTPltHeaderSize + s.getPltIdx() * pltEntrySize; in writeGotPlt()1092 pltEntrySize = 32; in Retpoline()1146 pltEntrySize = 16; in RetpolineZNow()
51 pltEntrySize = 16; in Hexagon()
48 pltEntrySize = 16; in MIPS()325 memset(buf, 0, pltEntrySize); in writePlt()
81 pltEntrySize = 16; in AArch64()856 pltEntrySize = 24; in AArch64BtiPac()
164 pltEntrySize = 4; in PPC()
577 pltEntrySize = 4; in PPC64()1133 int32_t offset = pltHeaderSize + sym.getPltIdx() * pltEntrySize; in writePlt()
59 pltEntrySize = 16; in ARM()
123 pltEntrySize = 16; in RISCV()
132 unsigned pltEntrySize; variable
191 getPltIdx() * target->pltEntrySize; in getPltVA()
2522 off += target->pltEntrySize; in writeTo()2533 return headerSize + entries.size() * target->pltEntrySize; in getSize()2549 off += target->pltEntrySize; in addSymbols()2584 off += target->pltEntrySize; in addSymbols()2598 return headerSize + entries.size() * target->pltEntrySize + footerSize; in getSize()2668 return 16 + in.plt->getNumEntries() * target->pltEntrySize; in getSize()
1678 target->pltEntrySize * sym.getPltIdx(), in postScanRelocations()