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

/openjdk7/hotspot/agent/src/os/linux/
H A Dps_core.c702 static bool read_lib_segments(struct ps_prochandle* ph, int lib_fd, ELF_EHDR* lib_ehdr, uintptr_t lib_base) { argument
707 if ((phbuf = read_program_header_table(lib_fd, lib_ehdr)) == NULL)
713 for (lib_php = phbuf, i = 0; i < lib_ehdr->e_phnum; i++) {
941 ELF_EHDR lib_ehdr; local
/openjdk7/hotspot/agent/src/os/bsd/
H A Dps_core.c708 static bool read_lib_segments(struct ps_prochandle* ph, int lib_fd, ELF_EHDR* lib_ehdr, uintptr_t lib_base) { argument
713 if ((phbuf = read_program_header_table(lib_fd, lib_ehdr)) == NULL)
719 for (lib_php = phbuf, i = 0; i < lib_ehdr->e_phnum; i++) {

Completed in 87 milliseconds