Searched defs:unw_proc_info_t (Results 1 – 1 of 1) sorted by relevance
37 struct unw_proc_info_t { struct38 uintptr_t data_base; // Base address for data-relative relocations39 uintptr_t start_ip; // Start address of function40 uintptr_t end_ip; // First address after end of function41 uintptr_t lsda; // Address of Language Specific Data Area42 uintptr_t handler; // Personality routine43 uintptr_t extra_args; // Extra stack space for frameless routines44 uintptr_t unwind_info; // Address of DWARF unwind info