Lines Matching refs:write16
1240 write16(loc + 2, (aalk & 3) | (val & 0xfffc)); in relocate()
1245 write16(loc, val); in relocate()
1258 write16(loc, (read16(loc) & mask) | lo(val)); in relocate()
1267 write16(loc, ha(val)); in relocate()
1274 write16(loc, hi(val)); in relocate()
1277 write16(loc, hi(val)); in relocate()
1281 write16(loc, higher(val)); in relocate()
1285 write16(loc, highera(val)); in relocate()
1289 write16(loc, highest(val)); in relocate()
1293 write16(loc, highesta(val)); in relocate()
1309 write16(loc, lo(val)); in relocate()
1330 write16(loc, (read16(loc) & mask) | lo(val)); in relocate()
1335 write16(loc, val); in relocate()