Lines Matching refs:targetAtomAddress

1194   uint32_t targetAtomAddress;  in appendSectionRelocations()  local
1225 targetAtomAddress = addressForAtom(*ref.target()); in appendSectionRelocations()
1227 other16 = (targetAtomAddress + ref.addend()) >> 16; in appendSectionRelocations()
1228 appendReloc(relocs, sectionOffset, 0, targetAtomAddress, in appendSectionRelocations()
1233 other16 = (targetAtomAddress + ref.addend()) >> 16; in appendSectionRelocations()
1249 targetAtomAddress = addressForAtom(*ref.target()); in appendSectionRelocations()
1251 other16 = (targetAtomAddress + ref.addend()) & 0xFFFF; in appendSectionRelocations()
1252 appendReloc(relocs, sectionOffset, 0, targetAtomAddress, in appendSectionRelocations()
1257 other16 = (targetAtomAddress + ref.addend()) & 0xFFFF; in appendSectionRelocations()
1267 targetAtomAddress = addressForAtom(*ref.target()); in appendSectionRelocations()
1268 other16 = (targetAtomAddress - fromAtomAddress + ref.addend()) >> 16; in appendSectionRelocations()
1269 appendReloc(relocs, sectionOffset, 0, targetAtomAddress, in appendSectionRelocations()
1276 targetAtomAddress = addressForAtom(*ref.target()); in appendSectionRelocations()
1277 other16 = (targetAtomAddress - fromAtomAddress + ref.addend()) & 0xFFFF; in appendSectionRelocations()
1278 appendReloc(relocs, sectionOffset, 0, targetAtomAddress, in appendSectionRelocations()
1305 targetAtomAddress = addressForAtom(*ref.target()); in appendSectionRelocations()
1307 other16 = (targetAtomAddress + ref.addend()) >> 16; in appendSectionRelocations()
1308 appendReloc(relocs, sectionOffset, 0, targetAtomAddress, in appendSectionRelocations()
1313 other16 = (targetAtomAddress + ref.addend()) >> 16; in appendSectionRelocations()
1329 targetAtomAddress = addressForAtom(*ref.target()); in appendSectionRelocations()
1331 other16 = (targetAtomAddress + ref.addend()) & 0xFFFF; in appendSectionRelocations()
1332 appendReloc(relocs, sectionOffset, 0, targetAtomAddress, in appendSectionRelocations()
1337 other16 = (targetAtomAddress + ref.addend()) & 0xFFFF; in appendSectionRelocations()
1347 targetAtomAddress = addressForAtom(*ref.target()); in appendSectionRelocations()
1348 other16 = (targetAtomAddress - fromAtomAddress + ref.addend()) >> 16; in appendSectionRelocations()
1349 appendReloc(relocs, sectionOffset, 0, targetAtomAddress, in appendSectionRelocations()
1356 targetAtomAddress = addressForAtom(*ref.target()); in appendSectionRelocations()
1357 other16 = (targetAtomAddress - fromAtomAddress + ref.addend()) & 0xFFFF; in appendSectionRelocations()
1358 appendReloc(relocs, sectionOffset, 0, targetAtomAddress, in appendSectionRelocations()