Lines Matching refs:fromAtomAddress
1195 uint32_t fromAtomAddress; in appendSectionRelocations() local
1266 fromAtomAddress = addressForAtom(atom); in appendSectionRelocations()
1268 other16 = (targetAtomAddress - fromAtomAddress + ref.addend()) >> 16; in appendSectionRelocations()
1271 appendReloc(relocs, other16, 0, fromAtomAddress, in appendSectionRelocations()
1275 fromAtomAddress = addressForAtom(atom); in appendSectionRelocations()
1277 other16 = (targetAtomAddress - fromAtomAddress + ref.addend()) & 0xFFFF; in appendSectionRelocations()
1280 appendReloc(relocs, other16, 0, fromAtomAddress, in appendSectionRelocations()
1346 fromAtomAddress = addressForAtom(atom); in appendSectionRelocations()
1348 other16 = (targetAtomAddress - fromAtomAddress + ref.addend()) >> 16; in appendSectionRelocations()
1351 appendReloc(relocs, other16, 0, fromAtomAddress, in appendSectionRelocations()
1355 fromAtomAddress = addressForAtom(atom); in appendSectionRelocations()
1357 other16 = (targetAtomAddress - fromAtomAddress + ref.addend()) & 0xFFFF; in appendSectionRelocations()
1360 appendReloc(relocs, other16, 0, fromAtomAddress, in appendSectionRelocations()