Home
last modified time | relevance | path

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

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