Lines Matching refs:CurAddress
65 uint32_t *CurAddress = FirstAddress + 1; in patchSled() local
67 *CurAddress = uint32_t(PatchOpcodes::PO_LdrW0_12); in patchSled()
68 CurAddress++; in patchSled()
69 *CurAddress = uint32_t(PatchOpcodes::PO_LdrX16_12); in patchSled()
70 CurAddress++; in patchSled()
71 *CurAddress = uint32_t(PatchOpcodes::PO_BlrX16); in patchSled()
72 CurAddress++; in patchSled()
73 *CurAddress = FuncId; in patchSled()
74 CurAddress++; in patchSled()
75 *reinterpret_cast<void (**)()>(CurAddress) = TracingHook; in patchSled()
76 CurAddress += 2; in patchSled()
77 *CurAddress = uint32_t(PatchOpcodes::PO_LdpX0X30SP_16); in patchSled()
78 CurAddress++; in patchSled()
88 reinterpret_cast<char *>(CurAddress)); in patchSled()