Searched refs:lib_name (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/agent/src/os/bsd/
H A Dlibproc.h118 bool find_lib(struct ps_prochandle* ph, const char *lib_name);
H A Dps_core.c822 char lib_name[BUF_SIZE]; local
897 if (read_string(ph, (uintptr_t) lib_name_addr, lib_name, sizeof(lib_name)) != true) {
902 if (lib_name[0] != '\0') {
904 lib_fd = pathmap_open(lib_name);
907 print_debug("can't open shared object %s\n", lib_name);
913 lib_name, lib_base, lib_base_diff);
920 add_lib_info_fd(ph, lib_name, lib_fd, lib_base);
921 // Map info is added for the library (lib_name) so
926 print_debug("can't read ELF header for shared object %s\n", lib_name);
[all...]
H A Dlibproc_impl.c375 bool find_lib(struct ps_prochandle* ph, const char *lib_name) { argument
378 if (strcmp(p->name, lib_name) == 0) {
/openjdk7/hotspot/agent/src/os/linux/
H A Dlibproc.h138 bool find_lib(struct ps_prochandle* ph, const char *lib_name);
H A Dps_core.c816 char lib_name[BUF_SIZE]; local
887 lib_name[0] = '\0';
889 read_string(ph, (uintptr_t) lib_name_addr, lib_name, sizeof(lib_name)) != true) {
895 if (lib_name[0] != '\0') {
897 lib_fd = pathmap_open(lib_name);
900 print_debug("can't open shared object %s\n", lib_name);
906 lib_name, lib_base, lib_base_diff);
913 add_lib_info_fd(ph, lib_name, lib_fd, lib_base);
914 // Map info is added for the library (lib_name) s
[all...]
H A Dlibproc_impl.c373 bool find_lib(struct ps_prochandle* ph, const char *lib_name) { argument
376 if (strcmp(p->name, lib_name) == 0) {

Completed in 40 milliseconds