Searched defs:unw_proc_info_t (Results 1 – 1 of 1) sorted by relevance
44 struct unw_proc_info_t { struct45 uintptr_t data_base; // Base address for data-relative relocations46 uintptr_t start_ip; // Start address of function47 uintptr_t end_ip; // First address after end of function48 uintptr_t lsda; // Address of Language Specific Data Area49 uintptr_t handler; // Personality routine50 uintptr_t extra_args; // Extra stack space for frameless routines51 uintptr_t unwind_info; // Address of DWARF unwind info