Searched refs:UCHAR (Results 1 – 2 of 2) sorted by relevance
329 UCHAR *codePtr = (UCHAR *)inpAddr; in InsertTrampoline32()348 *(UCHAR*)(trampAddr+bytesToMove) = 0xE9; in InsertTrampoline32()349 memcpy((UCHAR*)(trampAddr+bytesToMove+1), &offset32, sizeof(offset32)); in InsertTrampoline32()387 UCHAR *codePtr = (UCHAR *)inpAddr; in InsertTrampoline64()410 *(UCHAR*)(trampAddr+bytesToMove) = 0xE9; in InsertTrampoline64()411 memcpy((UCHAR*)(trampAddr+bytesToMove+1), &offset32, sizeof(offset32)); in InsertTrampoline64()445 UCHAR * const codePtr = (UCHAR *)inpAddr; in InsertTrampoline()
142 typedef unsigned char UCHAR; typedef441 UCHAR field4[100];