Home
last modified time | relevance | path

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

/netbsd-src/sys/lib/libunwind/
H A DAddressSpace.hpp37 struct unw_proc_info_t { struct
38 uintptr_t data_base; // Base address for data-relative relocations
39 uintptr_t start_ip; // Start address of function
40 uintptr_t end_ip; // First address after end of function
41 uintptr_t lsda; // Address of Language Specific Data Area
42 uintptr_t handler; // Personality routine
43 uintptr_t extra_args; // Extra stack space for frameless routines
44 uintptr_t unwind_info; // Address of DWARF unwind info