Lines Matching refs:write16
1223 write16(loc + 2, (aalk & 3) | (val & 0xfffc)); in relocate()
1228 write16(loc, val); in relocate()
1241 write16(loc, (read16(loc) & mask) | lo(val)); in relocate()
1250 write16(loc, ha(val)); in relocate()
1257 write16(loc, hi(val)); in relocate()
1260 write16(loc, hi(val)); in relocate()
1264 write16(loc, higher(val)); in relocate()
1268 write16(loc, highera(val)); in relocate()
1272 write16(loc, highest(val)); in relocate()
1276 write16(loc, highesta(val)); in relocate()
1292 write16(loc, lo(val)); in relocate()
1313 write16(loc, (read16(loc) & mask) | lo(val)); in relocate()
1318 write16(loc, val); in relocate()