Searched defs:add_lib_info_fd (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/agent/src/os/bsd/
H A Dlibproc_impl.c153 return add_lib_info_fd(ph, libname, -1, base);
156 lib_info* add_lib_info_fd(struct ps_prochandle* ph, const char* libname, int fd, uintptr_t base) { function
/openjdk7/hotspot/agent/src/os/linux/
H A Dlibproc_impl.c154 return add_lib_info_fd(ph, libname, -1, base);
157 lib_info* add_lib_info_fd(struct ps_prochandle* ph, const char* libname, int fd, uintptr_t base) { function

Completed in 26 milliseconds