Searched refs:dynamic_addr (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/agent/src/os/bsd/
H A Dlibproc_impl.h87 uintptr_t dynamic_addr; // address of dynamic section of a.out member in struct:core_data
H A Dps_core.c788 ph->core->dynamic_addr = exec_php->p_vaddr;
789 print_debug("address of _DYNAMIC is 0x%lx\n", ph->core->dynamic_addr);
814 uintptr_t addr = ph->core->dynamic_addr;
/openjdk7/hotspot/agent/src/os/linux/
H A Dlibproc_impl.h85 uintptr_t dynamic_addr; // address of dynamic section of a.out member in struct:core_data
H A Dps_core.c782 ph->core->dynamic_addr = exec_php->p_vaddr;
783 print_debug("address of _DYNAMIC is 0x%lx\n", ph->core->dynamic_addr);
808 uintptr_t addr = ph->core->dynamic_addr;

Completed in 47 milliseconds