Searched refs:cl_exec_fd (Results 1 - 9 of 9) sorted by relevance

/external/valgrind/main/coregrind/
H A Dpub_core_clientstate.h57 extern Int VG_(cl_exec_fd);
H A Dm_clientstate.c63 Int VG_(cl_exec_fd) = -1; variable
H A Dm_main.c1447 if (VG_(cl_exec_fd) != -1)
1448 VG_(cl_exec_fd) = VG_(safe_fd)( VG_(cl_exec_fd) );
H A Dm_debugger.c432 VG_(sprintf)(file, "/proc/%d/fd/%d", pid, VG_(cl_exec_fd));
/external/valgrind/main/coregrind/m_initimg/
H A Dinitimg-darwin.c86 VG_(cl_exec_fd) = sr_Res(res);
H A Dinitimg-linux.c99 VG_(cl_exec_fd) = sr_Res(res);
/external/valgrind/main/coregrind/m_coredump/
H A Dcoredump-elf.c211 if (VG_(resolve_filename)(VG_(cl_exec_fd), name, VKI_PATH_MAX)) {
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-generic.c3907 VG_(sprintf)(name, "/proc/self/fd/%d", VG_(cl_exec_fd));
H A Dsyswrap-linux.c4552 VG_(sprintf)(name, "/proc/self/fd/%d", VG_(cl_exec_fd));

Completed in 117 milliseconds