Home | History | Annotate | Download | only in libgcc

Lines Matching refs:personality

32    Unwind the stack calling the personality routine to find both the
61 /* Unwind successful. Run the personality routine, if any. */
62 if (fs.personality)
64 code = (*fs.personality) (1, _UA_CLEANUP_PHASE | match_handler,
96 /* Phase 1: Search. Unwind the stack, calling the personality routine
115 /* Unwind successful. Run the personality routine, if any. */
116 if (fs.personality)
118 code = (*fs.personality) (1, _UA_SEARCH_PHASE, exc->exception_class,
176 /* Stop didn't want to do anything. Invoke the personality
181 if (fs.personality)
183 code = (*fs.personality) (1, _UA_FORCE_UNWIND | _UA_CLEANUP_PHASE,