Lines Matching refs:write16
629 write16(Loc + 2, (AALK & 3) | (Val & 0xfffc)); in relocateOne()
635 write16(Loc, Val); in relocateOne()
644 write16(Loc, (read16(Loc) & Mask) | lo(Val)); in relocateOne()
652 write16(Loc, ha(Val)); in relocateOne()
657 write16(Loc, hi(Val)); in relocateOne()
661 write16(Loc, higher(Val)); in relocateOne()
665 write16(Loc, highera(Val)); in relocateOne()
669 write16(Loc, highest(Val)); in relocateOne()
673 write16(Loc, highesta(Val)); in relocateOne()
690 write16(Loc, lo(Val)); in relocateOne()
710 write16(Loc, (read16(Loc) & Mask) | lo(Val)); in relocateOne()