Lines Matching refs:targetAtomAddress
1195 uint32_t targetAtomAddress; in appendSectionRelocations() local
1226 targetAtomAddress = addressForAtom(*ref.target()); in appendSectionRelocations()
1228 other16 = (targetAtomAddress + ref.addend()) >> 16; in appendSectionRelocations()
1229 appendReloc(relocs, sectionOffset, 0, targetAtomAddress, in appendSectionRelocations()
1234 other16 = (targetAtomAddress + ref.addend()) >> 16; in appendSectionRelocations()
1250 targetAtomAddress = addressForAtom(*ref.target()); in appendSectionRelocations()
1252 other16 = (targetAtomAddress + ref.addend()) & 0xFFFF; in appendSectionRelocations()
1253 appendReloc(relocs, sectionOffset, 0, targetAtomAddress, in appendSectionRelocations()
1258 other16 = (targetAtomAddress + ref.addend()) & 0xFFFF; in appendSectionRelocations()
1268 targetAtomAddress = addressForAtom(*ref.target()); in appendSectionRelocations()
1269 other16 = (targetAtomAddress - fromAtomAddress + ref.addend()) >> 16; in appendSectionRelocations()
1270 appendReloc(relocs, sectionOffset, 0, targetAtomAddress, in appendSectionRelocations()
1277 targetAtomAddress = addressForAtom(*ref.target()); in appendSectionRelocations()
1278 other16 = (targetAtomAddress - fromAtomAddress + ref.addend()) & 0xFFFF; in appendSectionRelocations()
1279 appendReloc(relocs, sectionOffset, 0, targetAtomAddress, in appendSectionRelocations()
1306 targetAtomAddress = addressForAtom(*ref.target()); in appendSectionRelocations()
1308 other16 = (targetAtomAddress + ref.addend()) >> 16; in appendSectionRelocations()
1309 appendReloc(relocs, sectionOffset, 0, targetAtomAddress, in appendSectionRelocations()
1314 other16 = (targetAtomAddress + ref.addend()) >> 16; in appendSectionRelocations()
1330 targetAtomAddress = addressForAtom(*ref.target()); in appendSectionRelocations()
1332 other16 = (targetAtomAddress + ref.addend()) & 0xFFFF; in appendSectionRelocations()
1333 appendReloc(relocs, sectionOffset, 0, targetAtomAddress, in appendSectionRelocations()
1338 other16 = (targetAtomAddress + ref.addend()) & 0xFFFF; in appendSectionRelocations()
1348 targetAtomAddress = addressForAtom(*ref.target()); in appendSectionRelocations()
1349 other16 = (targetAtomAddress - fromAtomAddress + ref.addend()) >> 16; in appendSectionRelocations()
1350 appendReloc(relocs, sectionOffset, 0, targetAtomAddress, in appendSectionRelocations()
1357 targetAtomAddress = addressForAtom(*ref.target()); in appendSectionRelocations()
1358 other16 = (targetAtomAddress - fromAtomAddress + ref.addend()) & 0xFFFF; in appendSectionRelocations()
1359 appendReloc(relocs, sectionOffset, 0, targetAtomAddress, in appendSectionRelocations()