• Home
  • Raw
  • Download

Lines Matching refs:relocateNoSym

442   target->relocateNoSym(buf + 8, R_AARCH64_ABS64, s);  in writeTo()
466 target->relocateNoSym(buf, R_AARCH64_ADR_PREL_PG_HI21, in writeTo()
468 target->relocateNoSym(buf + 4, R_AARCH64_ADD_ABS_LO12_NC, s); in writeTo()
512 target->relocateNoSym(buf, R_ARM_JUMP24, offset); in writeTo()
550 target->relocateNoSym(buf, R_ARM_THM_JUMP24, offset); in writeTo()
567 target->relocateNoSym(buf, R_ARM_MOVW_ABS_NC, s); in writeLong()
568 target->relocateNoSym(buf + 4, R_ARM_MOVT_ABS, s); in writeLong()
585 target->relocateNoSym(buf, R_ARM_THM_MOVW_ABS_NC, s); in writeLong()
586 target->relocateNoSym(buf + 4, R_ARM_THM_MOVT_ABS, s); in writeLong()
606 target->relocateNoSym(buf, R_ARM_MOVW_PREL_NC, offset); in writeLong()
607 target->relocateNoSym(buf + 4, R_ARM_MOVT_PREL, offset); in writeLong()
627 target->relocateNoSym(buf, R_ARM_THM_MOVW_PREL_NC, offset); in writeLong()
628 target->relocateNoSym(buf + 4, R_ARM_THM_MOVT_PREL, offset); in writeLong()
643 target->relocateNoSym(buf + 4, R_ARM_ABS32, getARMThunkDestVA(destination)); in writeLong()
669 target->relocateNoSym(buf + 12, R_ARM_REL32, s - p - 12); in writeLong()
699 target->relocateNoSym(buf + 8, R_ARM_ABS32, s); in writeLong()
725 target->relocateNoSym(buf + 12, R_ARM_REL32, s - p - 12); in writeLong()
742 target->relocateNoSym(buf, R_MIPS_HI16, s); in writeTo()
743 target->relocateNoSym(buf + 8, R_MIPS_LO16, s); in writeTo()
764 target->relocateNoSym(buf, R_MICROMIPS_HI16, s); in writeTo()
765 target->relocateNoSym(buf + 4, R_MICROMIPS_26_S1, s); in writeTo()
766 target->relocateNoSym(buf + 8, R_MICROMIPS_LO16, s); in writeTo()
788 target->relocateNoSym(buf, R_MICROMIPS_HI16, s); in writeTo()
789 target->relocateNoSym(buf + 4, R_MICROMIPS_LO16, s); in writeTo()
790 target->relocateNoSym(buf + 8, R_MICROMIPS_PC26_S1, s - p - 12); in writeTo()