Home
last modified time | relevance | path

Searched refs:hook_ptr (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectTarget.cpp4767 Target::StopHookCommandLine *hook_ptr = in IOHandlerInputComplete() local
4770 hook_ptr->SetActionFromString(line); in IOHandlerInputComplete()
4860 Target::StopHookCommandLine *hook_ptr = in DoExecute() local
4862 hook_ptr->SetActionFromStrings(m_options.m_one_liner); in DoExecute()
4867 Target::StopHookScripted *hook_ptr = in DoExecute() local
4869 Status error = hook_ptr->SetScriptCallback( in DoExecute()
/openbsd/gnu/usr.bin/perl/win32/
H A Dwin32.c5245 HMODULE module, LPCSTR fun_name, FARPROC hook_ptr in win32_hook_imported_function_in_module() argument
5301 iat->u1.Function = (ULONG_PTR)hook_ptr; in win32_hook_imported_function_in_module()