Lines Matching refs:CurAddress
64 uint32_t *CurAddress = FirstAddress + 1; in patchSled() local
66 *CurAddress++ = 0x18000071; // ldr w17, #12 in patchSled()
67 *CurAddress = uint32_t(PatchOpcodes::PO_LdrX16_12); in patchSled()
68 CurAddress++; in patchSled()
69 *CurAddress = uint32_t(PatchOpcodes::PO_BlrX16); in patchSled()
70 CurAddress++; in patchSled()
71 *CurAddress = FuncId; in patchSled()
72 CurAddress++; in patchSled()
73 *reinterpret_cast<void (**)()>(CurAddress) = TracingHook; in patchSled()
74 CurAddress += 2; in patchSled()
75 *CurAddress = uint32_t(PatchOpcodes::PO_LdpX0X30SP_16); in patchSled()
76 CurAddress++; in patchSled()
86 reinterpret_cast<char *>(CurAddress)); in patchSled()