Lines Matching refs:write16
1216 write16(loc + 2, (aalk & 3) | (val & 0xfffc)); in relocate()
1221 write16(loc, val); in relocate()
1234 write16(loc, (read16(loc) & mask) | lo(val)); in relocate()
1243 write16(loc, ha(val)); in relocate()
1250 write16(loc, hi(val)); in relocate()
1253 write16(loc, hi(val)); in relocate()
1257 write16(loc, higher(val)); in relocate()
1261 write16(loc, highera(val)); in relocate()
1265 write16(loc, highest(val)); in relocate()
1269 write16(loc, highesta(val)); in relocate()
1285 write16(loc, lo(val)); in relocate()
1306 write16(loc, (read16(loc) & mask) | lo(val)); in relocate()
1311 write16(loc, val); in relocate()