Lines Matching refs:fixupAddress
85 uint64_t fixupAddress, bool swap,
96 uint64_t fixupAddress, bool swap, bool scatterable,
201 uint64_t fixupAddress, uint64_t targetAddress,
206 uint64_t fixupAddress,
526 uint64_t fixupAddress, bool isBig, in getReferenceInfo() argument
544 displacement = getDisplacementFromThumbBranch(instruction, fixupAddress); in getReferenceInfo()
545 *addend = fixupAddress + 4 + displacement; in getReferenceInfo()
553 displacement = getDisplacementFromThumbBranch(instruction, fixupAddress); in getReferenceInfo()
554 targetAddress = fixupAddress + 4 + displacement; in getReferenceInfo()
562 displacement = getDisplacementFromThumbBranch(instruction, fixupAddress); in getReferenceInfo()
563 targetAddress = fixupAddress + 4 + displacement; in getReferenceInfo()
581 *addend = fixupAddress + 8 + displacement; in getReferenceInfo()
591 targetAddress = fixupAddress + 8 + displacement; in getReferenceInfo()
601 targetAddress = fixupAddress + 8 + displacement; in getReferenceInfo()
640 uint64_t fixupAddress, bool isBig, in getPairReferenceInfo() argument
812 *addend = (int32_t)(value - (toAddress - fixupAddress)); in getPairReferenceInfo()
905 uint64_t fixupAddress, in applyFixupFinal() argument
928 displacement = (targetAddress - (fixupAddress + 4)) + ref.addend(); in applyFixupFinal()
929 value32 = setDisplacementInThumbBranch(*loc32, fixupAddress, in applyFixupFinal()
960 displacement = (targetAddress - (fixupAddress + 8)) + ref.addend(); in applyFixupFinal()
996 *loc32 = targetAddress - fixupAddress + ref.addend() + 1; in applyFixupFinal()
998 *loc32 = targetAddress - fixupAddress + ref.addend(); in applyFixupFinal()
1033 uint64_t fixupAddress = atomAddress + offset; in generateAtomContent() local
1035 applyFixupRelocatable(*ref, &atomContentBuffer[offset], fixupAddress, in generateAtomContent()
1039 applyFixupFinal(*ref, &atomContentBuffer[offset], fixupAddress, in generateAtomContent()
1067 uint64_t fixupAddress, in applyFixupRelocatable() argument
1094 displacement = (ref.addend() - (fixupAddress + 4)); in applyFixupRelocatable()
1096 displacement = (targetAddress - (fixupAddress + 4)) + ref.addend(); in applyFixupRelocatable()
1097 value32 = setDisplacementInThumbBranch(*loc32, fixupAddress, in applyFixupRelocatable()
1132 displacement = (ref.addend() - (fixupAddress + 8)); in applyFixupRelocatable()
1134 displacement = (targetAddress - (fixupAddress + 8)) + ref.addend(); in applyFixupRelocatable()
1169 *loc32 = targetAddress - fixupAddress + ref.addend(); in applyFixupRelocatable()