Home
last modified time | relevance | path

Searched defs:_Unwind_Context (Results 1 – 1 of 1) sorted by path

/illumos-gate/usr/src/lib/libc/amd64/unwind/
H A Dunwind_context.h39 struct _Unwind_Context { struct
40 uint64_t entry_regs[16];
41 uint64_t current_regs[16];
42 uint64_t cfa;
43 uint64_t pc;
44 uint64_t ra;
45 void *fde;
46 _Unwind_Personality_Fn pfn;
47 uint64_t func;
48 void *lsda;
[all …]