Lines Matching refs:fixupAddress

140                                uint64_t fixupAddress, bool isBig,
151 uint64_t fixupAddress, bool isBig, bool scatterable,
220 uint64_t fixupAddress, uint64_t targetAddress,
225 uint64_t fixupAddress, uint64_t targetAddress,
379 uint64_t fixupAddress, bool isBig, in getReferenceInfo() argument
474 const DefinedAtom *inAtom, uint32_t offsetInAtom, uint64_t fixupAddress, in getPairReferenceInfo() argument
571 uint64_t fixupAddress = atomAddress + offset; in generateAtomContent() local
573 applyFixupRelocatable(*ref, &atomContentBuffer[offset], fixupAddress, in generateAtomContent()
576 applyFixupFinal(*ref, &atomContentBuffer[offset], fixupAddress, in generateAtomContent()
584 uint64_t fixupAddress, in applyFixupFinal() argument
600 displacement = (targetAddress - fixupAddress) + ref.addend(); in applyFixupFinal()
607 ((targetAddress + ref.addend()) & (-4096)) - (fixupAddress & (-4096)); in applyFixupFinal()
655 *loc64 = (targetAddress - fixupAddress) + ref.addend(); in applyFixupFinal()
660 *loc32 = (targetAddress - fixupAddress) + ref.addend(); in applyFixupFinal()
663 *loc32 = fixupAddress - targetAddress + ref.addend(); in applyFixupFinal()
691 uint64_t fixupAddress, in applyFixupRelocatable() argument
725 *loc64 = ref.addend() + inAtomAddress - fixupAddress; in applyFixupRelocatable()
732 *loc64 = targetAddress - fixupAddress; in applyFixupRelocatable()
735 *loc32 = ref.addend() + inAtomAddress - fixupAddress; in applyFixupRelocatable()
742 *loc32 = fixupAddress - targetAddress + ref.addend(); in applyFixupRelocatable()
748 *loc32 = inAtomAddress - fixupAddress; in applyFixupRelocatable()
755 *loc32 = targetAddress - fixupAddress; in applyFixupRelocatable()