Lines Matching refs:write16
1271 write16(loc + 2, (aalk & 3) | (val & 0xfffc)); in relocate()
1276 write16(loc, val); in relocate()
1289 write16(loc, (read16(loc) & mask) | lo(val)); in relocate()
1298 write16(loc, ha(val)); in relocate()
1305 write16(loc, hi(val)); in relocate()
1308 write16(loc, hi(val)); in relocate()
1312 write16(loc, higher(val)); in relocate()
1316 write16(loc, highera(val)); in relocate()
1320 write16(loc, highest(val)); in relocate()
1324 write16(loc, highesta(val)); in relocate()
1340 write16(loc, lo(val)); in relocate()
1361 write16(loc, (read16(loc) & mask) | lo(val)); in relocate()
1366 write16(loc, val); in relocate()