Searched refs:add_map_info (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/agent/src/os/bsd/
H A Dps_core.c119 static map_info* add_map_info(struct ps_prochandle* ph, int fd, off_t offset, function
690 if (add_map_info(ph, ph->core->core_fd, core_php->p_offset,
721 if (add_map_info(ph, lib_fd, lib_php->p_offset, lib_php->p_vaddr + lib_base, lib_php->p_filesz) == NULL)
767 if (add_map_info(ph, ph->core->exec_fd, exec_php->p_offset, exec_php->p_vaddr, exec_php->p_filesz) == NULL) goto err;
/openjdk7/hotspot/agent/src/os/linux/
H A Dps_core.c119 static map_info* add_map_info(struct ps_prochandle* ph, int fd, off_t offset, function
684 if (add_map_info(ph, ph->core->core_fd, core_php->p_offset,
715 if (add_map_info(ph, lib_fd, lib_php->p_offset, lib_php->p_vaddr + lib_base, lib_php->p_filesz) == NULL)
761 if (add_map_info(ph, ph->core->exec_fd, exec_php->p_offset, exec_php->p_vaddr, exec_php->p_filesz) == NULL) goto err;

Completed in 54 milliseconds