Home
last modified time | relevance | path

Searched defs:unw_proc_info_t (Results 1 – 1 of 1) sorted by relevance

/minix/sys/lib/libunwind/
H A DAddressSpace.hpp44 struct unw_proc_info_t { struct
45 uintptr_t data_base; // Base address for data-relative relocations
46 uintptr_t start_ip; // Start address of function
47 uintptr_t end_ip; // First address after end of function
48 uintptr_t lsda; // Address of Language Specific Data Area
49 uintptr_t handler; // Personality routine
50 uintptr_t extra_args; // Extra stack space for frameless routines
51 uintptr_t unwind_info; // Address of DWARF unwind info