Home
last modified time | relevance | path

Searched refs:_Unwind_Personality_Fn (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libc/amd64/unwind/
H A Dunwind_context.h46 _Unwind_Personality_Fn pfn;
H A Deh_frame.c86 _Unwind_Personality_Fn pfn = 0; in _Unw_Decode_FDE()
125 pfn = (_Unwind_Personality_Fn) in _Unw_Decode_FDE()
H A Dunwind.c167 static _Unwind_Personality_Fn
208 ctx->pfn = (_Unwind_Personality_Fn)def_per_fcn; in complete_context()
/illumos-gate/usr/src/head/
H A Dstack_unwind.h92 typedef _Unwind_Reason_Code (*_Unwind_Personality_Fn)( typedef