Lines Matching refs:new_function
24 RAW_PTR_EXCLUSION void* new_function; member
84 sizeof(iat->u1.Function) == sizeof(intercept_information->new_function), in InterceptEnumCallback()
89 &(iat->u1.Function), &(intercept_information->new_function), in InterceptEnumCallback()
90 sizeof(intercept_information->new_function)); in InterceptEnumCallback()
117 void* new_function, in InterceptImportedFunction() argument
121 !new_function) { in InterceptImportedFunction()
135 new_function, in InterceptImportedFunction()
193 void* new_function) { in Patch() argument
201 function_name, new_function); in Patch()
214 void* new_function) { in PatchFromModule() argument
222 new_function, &original_function_, &iat_thunk_); in PatchFromModule()
226 intercept_function_ = new_function; in PatchFromModule()