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

/openjdk7/hotspot/agent/src/os/bsd/
H A Dlibproc_impl.h38 typedef struct lib_info { struct
43 struct lib_info* next;
44 } lib_info; typedef in typeref:struct:lib_info
100 lib_info* libs; // head of lib list
101 lib_info* lib_tail; // tail of lib list - to append at the end
119 lib_info* add_lib_info(struct ps_prochandle* ph, const char* libname, uintptr_t base);
122 lib_info* add_lib_info_fd(struct ps_prochandle* ph, const char* libname, int fd,
/openjdk7/hotspot/agent/src/os/linux/
H A Dlibproc_impl.h38 typedef struct lib_info { struct
43 struct lib_info* next;
44 } lib_info; typedef in typeref:struct:lib_info
98 lib_info* libs; // head of lib list
99 lib_info* lib_tail; // tail of lib list - to append at the end
117 lib_info* add_lib_info(struct ps_prochandle* ph, const char* libname, uintptr_t base);
120 lib_info* add_lib_info_fd(struct ps_prochandle* ph, const char* libname, int fd,

Completed in 29 milliseconds