Searched refs:exe_base (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/kernel32/ |
H A D | process.c | 3126 PVOID exe_base, address; in get_process_exe() local 3130 exe_base = NULL; in get_process_exe() 3137 exe_base = mbi.BaseAddress; in get_process_exe() 3142 return exe_base; in get_process_exe() 3191 PVOID exe_base, exit_thread_ptr; in test_SuspendProcessNewThread() local 3204 exe_base = get_process_exe(pi.hProcess, &nt_header); in test_SuspendProcessNewThread() 3207 ret = are_imports_resolved(pi.hProcess, exe_base, &nt_header); in test_SuspendProcessNewThread() 3215 ret = are_imports_resolved(pi.hProcess, exe_base, &nt_header); in test_SuspendProcessNewThread() 3321 PVOID exe_base, remote_pipe_params, exit_process_ptr, in test_SuspendProcessState() local 3344 exe_base = get_process_exe(pi.hProcess, &nt_header); in test_SuspendProcessState() [all …]
|