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