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

/openjdk7/hotspot/agent/src/os/bsd/
H A Dps_core.c654 ELF_PHDR* core_php = NULL; local
682 for (core_php = phbuf, i = 0; i < core_ehdr->e_phnum; i++) {
683 switch (core_php->p_type) {
685 if (core_handle_note(ph, core_php) != true) goto err;
689 if (core_php->p_filesz != 0) {
690 if (add_map_info(ph, ph->core->core_fd, core_php->p_offset,
691 core_php->p_vaddr, core_php->p_filesz) == NULL) goto err;
697 core_php++;
/openjdk7/hotspot/agent/src/os/linux/
H A Dps_core.c648 ELF_PHDR* core_php = NULL; local
676 for (core_php = phbuf, i = 0; i < core_ehdr->e_phnum; i++) {
677 switch (core_php->p_type) {
679 if (core_handle_note(ph, core_php) != true) goto err;
683 if (core_php->p_filesz != 0) {
684 if (add_map_info(ph, ph->core->core_fd, core_php->p_offset,
685 core_php->p_vaddr, core_php->p_filesz) == NULL) goto err;
691 core_php++;

Completed in 35 milliseconds