Lines Matching refs:fromAtomAddress
1196 uint32_t fromAtomAddress; in appendSectionRelocations() local
1267 fromAtomAddress = addressForAtom(atom); in appendSectionRelocations()
1269 other16 = (targetAtomAddress - fromAtomAddress + ref.addend()) >> 16; in appendSectionRelocations()
1272 appendReloc(relocs, other16, 0, fromAtomAddress, in appendSectionRelocations()
1276 fromAtomAddress = addressForAtom(atom); in appendSectionRelocations()
1278 other16 = (targetAtomAddress - fromAtomAddress + ref.addend()) & 0xFFFF; in appendSectionRelocations()
1281 appendReloc(relocs, other16, 0, fromAtomAddress, in appendSectionRelocations()
1347 fromAtomAddress = addressForAtom(atom); in appendSectionRelocations()
1349 other16 = (targetAtomAddress - fromAtomAddress + ref.addend()) >> 16; in appendSectionRelocations()
1352 appendReloc(relocs, other16, 0, fromAtomAddress, in appendSectionRelocations()
1356 fromAtomAddress = addressForAtom(atom); in appendSectionRelocations()
1358 other16 = (targetAtomAddress - fromAtomAddress + ref.addend()) & 0xFFFF; in appendSectionRelocations()
1361 appendReloc(relocs, other16, 0, fromAtomAddress, in appendSectionRelocations()