Lines Matching refs:write32be
208 write32be(buf + 8, (got - plt - 6) >> 1); in writePltHeader()
230 write32be(buf + 2, (sym.getGotPltVA() - pltEntryAddr) >> 1); in writePlt()
231 write32be(buf + 24, (in.plt->getVA() - pltEntryAddr - 22) >> 1); in writePlt()
232 write32be(buf + 28, in.relaPlt->entsize * sym.getPltIdx()); in writePlt()
330 write32be(loc + 2, 0xc0000004); in relaxTlsGdToIe()
365 write32be(loc + 2, 0x00000000); in relaxTlsGdToLe()
405 write32be(loc + 2, 0x00000000); in relaxTlsLdToLe()
477 write32be(loc, val >> 1); in relaxGot()
536 write32be(loc, (read32be(loc) & 0xF00000FF) | ((val & 0xFFF) << 16) | in relocate()
559 write32be(loc, val); in relocate()
564 write32be(loc, val); in relocate()
574 write32be(loc, val >> 1); in relocate()