Searched defs:core_ehdr (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/agent/src/os/bsd/
H A Dps_core.c651 static bool read_core_segments(struct ps_prochandle* ph, ELF_EHDR* core_ehdr) { argument
656 if ((phbuf = read_program_header_table(ph->core->core_fd, core_ehdr)) == NULL)
682 for (core_php = phbuf, i = 0; i < core_ehdr->e_phnum; i++) {
946 ELF_EHDR core_ehdr; local
974 if (read_elf_header(ph->core->core_fd, &core_ehdr) != true || core_ehdr.e_type != ET_CORE) {
990 if (read_core_segments(ph, &core_ehdr) != true)
/openjdk7/hotspot/agent/src/os/linux/
H A Dps_core.c645 static bool read_core_segments(struct ps_prochandle* ph, ELF_EHDR* core_ehdr) { argument
650 if ((phbuf = read_program_header_table(ph->core->core_fd, core_ehdr)) == NULL)
676 for (core_php = phbuf, i = 0; i < core_ehdr->e_phnum; i++) {
939 ELF_EHDR core_ehdr; local
968 if (read_elf_header(ph->core->core_fd, &core_ehdr) != true || core_ehdr.e_type != ET_CORE) {
984 if (read_core_segments(ph, &core_ehdr) != true)

Completed in 35 milliseconds