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

/openjdk7/hotspot/agent/src/os/bsd/
H A Dps_core.c603 static bool core_handle_note(struct ps_prochandle* ph, ELF_PHDR* note_phdr) { argument
606 size_t size = note_phdr->p_filesz;
610 if (lseek(ph->core->core_fd, note_phdr->p_offset, SEEK_SET) == (off_t)-1) {
/openjdk7/hotspot/agent/src/os/linux/
H A Dps_core.c597 static bool core_handle_note(struct ps_prochandle* ph, ELF_PHDR* note_phdr) { argument
600 size_t size = note_phdr->p_filesz;
604 if (lseek(ph->core->core_fd, note_phdr->p_offset, SEEK_SET) == (off_t)-1) {

Completed in 34 milliseconds