Home
last modified time | relevance | path

Searched refs:PTUNWIND (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/amd64/
H A Ddlamd64getunwind.c87 if (PTUNWIND(lmp) && (mpp->mr_addr)) { in getunwind_core()
96 (void *)(PTUNWIND(lmp)->p_vaddr + base); in getunwind_core()
98 (void *)(PTUNWIND(lmp)->p_vaddr + in getunwind_core()
99 PTUNWIND(lmp)->p_memsz + base); in getunwind_core()
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A D_elf.h147 #define PTUNWIND(X) (((Rt_elfp *)(X)->rt_priv)->e_ptunwind) macro
H A Delf.c1716 PTUNWIND(lmp) = uphdr;