Lines Matching refs:writeValue
227 static void writeValue(uint8_t *loc, uint64_t v, uint8_t bitsSize, in writeValue() function
243 writeValue(loc, v, bitsSize, shift); in writeShuffleValue()
314 writeValue(buf, gotPlt + 0x8000, 16, 16); in writePltHeader()
315 writeValue(buf + 4, gotPlt, 16, 0); in writePltHeader()
316 writeValue(buf + 8, gotPlt, 16, 0); in writePltHeader()
352 writeValue(buf, gotPltEntryAddr + 0x8000, 16, 16); in writePlt()
353 writeValue(buf + 4, gotPltEntryAddr, 16, 0); in writePlt()
354 writeValue(buf + 12, gotPltEntryAddr, 16, 0); in writePlt()
535 writeValue(loc, 0x1d << 26, 32, 0); in fixupCrossModeJump()
601 writeValue(loc, val, 26, 2); in relocate()
608 writeValue(loc, val + 0x8000, 16, 16); in relocate()
611 writeValue(loc, val, 16, 0); in relocate()
638 writeValue(loc, val, 16, 0); in relocate()
664 writeValue(loc, val + 0x8000, 16, 16); in relocate()
674 writeValue(loc, val + 0x80008000, 16, 32); in relocate()
677 writeValue(loc, val + 0x800080008000, 16, 48); in relocate()
700 writeValue(loc, val, 16, 2); in relocate()
705 writeValue(loc, val, 19, 2); in relocate()
710 writeValue(loc, val, 21, 2); in relocate()
715 writeValue(loc, val, 26, 2); in relocate()
718 writeValue(loc, val, 32, 0); in relocate()