Searched refs:extra_argument (Results 1 – 4 of 4) sorted by relevance
41 extra_argument = 0; in InternalThunk()48 ULONG extra_argument; member71 thunk->extra_argument = reinterpret_cast<ULONG>(original_function); in SetInternalThunk()
76 FunctionStub::FunctionStub(uintptr_t extra_argument, void* dest) in FunctionStub() argument78 argument_(extra_argument), in FunctionStub()109 FunctionStub* FunctionStub::Create(uintptr_t extra_argument, void* dest) { in Create() argument115 new (stub) FunctionStub(extra_argument, dest); in Create()
95 static FunctionStub* Create(uintptr_t extra_argument, void* dest);122 FunctionStub(uintptr_t extra_argument, void* dest);
28 %extra_argument {Parse *pParse}