Searched refs:lib_info (Results 1 - 8 of 8) 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,
H A Dlibproc_impl.c121 lib_info* lib = ph->libs;
123 lib_info *next = lib->next;
152 lib_info* add_lib_info(struct ps_prochandle* ph, const char* libname, uintptr_t base) {
156 lib_info* add_lib_info_fd(struct ps_prochandle* ph, const char* libname, int fd, uintptr_t base) {
157 lib_info* newlib;
159 if ( (newlib = (lib_info*) calloc(1, sizeof(struct lib_info))) == NULL) {
160 print_debug("can't allocate memory for lib_info\n");
193 // even if symbol table building fails, we add the lib_info.
217 lib_info* li
[all...]
H A Dps_proc.c337 lib_info* lib;
392 lib_info* lib;
H A Dps_core.c45 lib_info* lib = NULL;
286 lib_info* lib = ph->libs;
/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,
H A Dlibproc_impl.c122 lib_info* lib = ph->libs;
124 lib_info *next = lib->next;
153 lib_info* add_lib_info(struct ps_prochandle* ph, const char* libname, uintptr_t base) {
157 lib_info* add_lib_info_fd(struct ps_prochandle* ph, const char* libname, int fd, uintptr_t base) {
158 lib_info* newlib;
160 if ( (newlib = (lib_info*) calloc(1, sizeof(struct lib_info))) == NULL) {
161 print_debug("can't allocate memory for lib_info\n");
191 // even if symbol table building fails, we add the lib_info.
215 lib_info* li
[all...]
H A Dps_proc.c279 lib_info* lib;
H A Dps_core.c45 lib_info* lib = NULL;
285 lib_info* lib = ph->libs;

Completed in 43 milliseconds