Searched refs:interp_fd (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/agent/src/os/bsd/
H A Dlibproc_impl.h84 int interp_fd; // file descriptor of interpreter (ld-elf.so.1) member in struct:core_data
H A Dps_core.c56 if (ph->core->interp_fd >= 0)
57 close(ph->core->interp_fd);
738 if (read_elf_header(ph->core->interp_fd, &interp_ehdr) != true) {
743 if (read_lib_segments(ph, ph->core->interp_fd, &interp_ehdr, ph->core->ld_base_addr) != true) {
779 if ((ph->core->interp_fd = pathmap_open(interp_name)) < 0) {
965 ph->core->interp_fd = -1;
/openjdk7/hotspot/agent/src/os/linux/
H A Dlibproc_impl.h82 int interp_fd; // file descriptor of interpreter (ld-linux.so.2) member in struct:core_data
H A Dps_core.c56 if (ph->core->interp_fd >= 0)
57 close(ph->core->interp_fd);
732 if (read_elf_header(ph->core->interp_fd, &interp_ehdr) != true) {
737 if (read_lib_segments(ph, ph->core->interp_fd, &interp_ehdr, ph->core->ld_base_addr) != true) {
773 if ((ph->core->interp_fd = pathmap_open(interp_name)) < 0) {
959 ph->core->interp_fd = -1;

Completed in 34 milliseconds