Lines Matching refs:fixupAddress

86                                uint64_t fixupAddress, bool swap,
97 uint64_t fixupAddress, bool swap, bool scatterable,
202 uint64_t fixupAddress, uint64_t targetAddress,
207 uint64_t fixupAddress,
527 uint64_t fixupAddress, bool isBig, in getReferenceInfo() argument
545 displacement = getDisplacementFromThumbBranch(instruction, fixupAddress); in getReferenceInfo()
546 *addend = fixupAddress + 4 + displacement; in getReferenceInfo()
554 displacement = getDisplacementFromThumbBranch(instruction, fixupAddress); in getReferenceInfo()
555 targetAddress = fixupAddress + 4 + displacement; in getReferenceInfo()
563 displacement = getDisplacementFromThumbBranch(instruction, fixupAddress); in getReferenceInfo()
564 targetAddress = fixupAddress + 4 + displacement; in getReferenceInfo()
582 *addend = fixupAddress + 8 + displacement; in getReferenceInfo()
592 targetAddress = fixupAddress + 8 + displacement; in getReferenceInfo()
602 targetAddress = fixupAddress + 8 + displacement; in getReferenceInfo()
641 uint64_t fixupAddress, bool isBig, in getPairReferenceInfo() argument
813 *addend = (int32_t)(value - (toAddress - fixupAddress)); in getPairReferenceInfo()
906 uint64_t fixupAddress, in applyFixupFinal() argument
929 displacement = (targetAddress - (fixupAddress + 4)) + ref.addend(); in applyFixupFinal()
930 value32 = setDisplacementInThumbBranch(*loc32, fixupAddress, in applyFixupFinal()
961 displacement = (targetAddress - (fixupAddress + 8)) + ref.addend(); in applyFixupFinal()
997 *loc32 = targetAddress - fixupAddress + ref.addend() + 1; in applyFixupFinal()
999 *loc32 = targetAddress - fixupAddress + ref.addend(); in applyFixupFinal()
1034 uint64_t fixupAddress = atomAddress + offset; in generateAtomContent() local
1036 applyFixupRelocatable(*ref, &atomContentBuffer[offset], fixupAddress, in generateAtomContent()
1040 applyFixupFinal(*ref, &atomContentBuffer[offset], fixupAddress, in generateAtomContent()
1068 uint64_t fixupAddress, in applyFixupRelocatable() argument
1095 displacement = (ref.addend() - (fixupAddress + 4)); in applyFixupRelocatable()
1097 displacement = (targetAddress - (fixupAddress + 4)) + ref.addend(); in applyFixupRelocatable()
1098 value32 = setDisplacementInThumbBranch(*loc32, fixupAddress, in applyFixupRelocatable()
1133 displacement = (ref.addend() - (fixupAddress + 8)); in applyFixupRelocatable()
1135 displacement = (targetAddress - (fixupAddress + 8)) + ref.addend(); in applyFixupRelocatable()
1170 *loc32 = targetAddress - fixupAddress + ref.addend(); in applyFixupRelocatable()