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

/openjdk9/hotspot/src/jdk.hotspot.agent/linux/native/libsaproc/
H A Dps_core.c808 ELF_PHDR* exec_php = NULL; local
814 for (exec_php = phbuf, i = 0; i < exec_ehdr->e_phnum; i++) {
815 switch (exec_php->p_type) {
820 if (!(exec_php->p_flags & PF_W) && exec_php->p_filesz != 0) {
821 if (add_map_info(ph, ph->core->exec_fd, exec_php->p_offset, exec_php->p_vaddr, exec_php->p_filesz) == NULL) goto err;
831 if (exec_php->p_filesz > BUF_SIZE) {
834 pread(ph->core->exec_fd, interp_name, exec_php
[all...]
/openjdk9/hotspot/src/jdk.hotspot.agent/macosx/native/libsaproc/
H A Dps_core.c1236 ELF_PHDR* exec_php = NULL; local
1241 for (exec_php = phbuf, i = 0; i < exec_ehdr->e_phnum; i++) {
1242 switch (exec_php->p_type) {
1247 if (!(exec_php->p_flags & PF_W) && exec_php->p_filesz != 0) {
1248 if (add_map_info(ph, ph->core->exec_fd, exec_php->p_offset, exec_php->p_vaddr, exec_php->p_filesz) == NULL) goto err;
1257 pread(ph->core->exec_fd, interp_name, MIN(exec_php->p_filesz, BUF_SIZE), exec_php
[all...]

Completed in 123 milliseconds