Lines Matching refs:other16

796   uint16_t other16;  in getPairReferenceInfo()  local
823 other16 = (reloc2.offset & 0xFFFF); in getPairReferenceInfo()
847 value = (instruction16 << 16) | other16; in getPairReferenceInfo()
849 value = (other16 << 16) | instruction16; in getPairReferenceInfo()
878 other16 = (reloc2.offset & 0xFFFF); in getPairReferenceInfo()
880 value = (instruction16 << 16) | other16; in getPairReferenceInfo()
882 value = (other16 << 16) | instruction16; in getPairReferenceInfo()
1196 uint16_t other16; in appendSectionRelocations() local
1219 other16 = ref.addend() >> 16; in appendSectionRelocations()
1222 appendReloc(relocs, other16, 0, 0, in appendSectionRelocations()
1227 other16 = (targetAtomAddress + ref.addend()) >> 16; in appendSectionRelocations()
1230 appendReloc(relocs, other16, 0, 0, in appendSectionRelocations()
1233 other16 = (targetAtomAddress + ref.addend()) >> 16; in appendSectionRelocations()
1236 appendReloc(relocs, other16, 0, 0, in appendSectionRelocations()
1243 other16 = ref.addend() & 0xFFFF; in appendSectionRelocations()
1246 appendReloc(relocs, other16, 0, 0, in appendSectionRelocations()
1251 other16 = (targetAtomAddress + ref.addend()) & 0xFFFF; in appendSectionRelocations()
1254 appendReloc(relocs, other16, 0, 0, in appendSectionRelocations()
1257 other16 = (targetAtomAddress + ref.addend()) & 0xFFFF; in appendSectionRelocations()
1260 appendReloc(relocs, other16, 0, 0, in appendSectionRelocations()
1268 other16 = (targetAtomAddress - fromAtomAddress + ref.addend()) >> 16; in appendSectionRelocations()
1271 appendReloc(relocs, other16, 0, fromAtomAddress, in appendSectionRelocations()
1277 other16 = (targetAtomAddress - fromAtomAddress + ref.addend()) & 0xFFFF; in appendSectionRelocations()
1280 appendReloc(relocs, other16, 0, fromAtomAddress, in appendSectionRelocations()
1299 other16 = ref.addend() >> 16; in appendSectionRelocations()
1302 appendReloc(relocs, other16, 0, 0, in appendSectionRelocations()
1307 other16 = (targetAtomAddress + ref.addend()) >> 16; in appendSectionRelocations()
1310 appendReloc(relocs, other16, 0, 0, in appendSectionRelocations()
1313 other16 = (targetAtomAddress + ref.addend()) >> 16; in appendSectionRelocations()
1316 appendReloc(relocs, other16, 0, 0, in appendSectionRelocations()
1323 other16 = ref.addend() & 0xFFFF; in appendSectionRelocations()
1326 appendReloc(relocs, other16, 0, 0, in appendSectionRelocations()
1331 other16 = (targetAtomAddress + ref.addend()) & 0xFFFF; in appendSectionRelocations()
1334 appendReloc(relocs, other16, 0, 0, in appendSectionRelocations()
1337 other16 = (targetAtomAddress + ref.addend()) & 0xFFFF; in appendSectionRelocations()
1340 appendReloc(relocs, other16, 0, 0, in appendSectionRelocations()
1348 other16 = (targetAtomAddress - fromAtomAddress + ref.addend()) >> 16; in appendSectionRelocations()
1351 appendReloc(relocs, other16, 0, fromAtomAddress, in appendSectionRelocations()
1357 other16 = (targetAtomAddress - fromAtomAddress + ref.addend()) & 0xFFFF; in appendSectionRelocations()
1360 appendReloc(relocs, other16, 0, fromAtomAddress, in appendSectionRelocations()