Lines Matching refs:thunk
102 u8 *instr, *thunk, *br;
115 thunk = instr + (*(int *)(instr + 2)) * 2;
116 if (thunk[0] == 0xc6 && thunk[1] == 0x00)
118 br = thunk + (*(int *)(thunk + 2)) * 2;
119 else if (thunk[0] == 0xc0 && (thunk[1] & 0x0f) == 0x00 &&
120 thunk[6] == 0x44 && thunk[7] == 0x00 &&
121 (thunk[8] & 0x0f) == 0x00 && thunk[9] == 0x00 &&
122 (thunk[1] & 0xf0) == (thunk[8] & 0xf0))
124 br = thunk + (*(int *)(thunk + 2)) * 2;