Home | History | Annotate | Download | only in src

Lines Matching full:personality

58     // See if frame has code to run (has personality routine).
81 ", func=%s, lsda=0x%" PRIx64 ", personality=0x%" PRIx64 "\n",
86 // If there is a personality routine, ask it if it will want to stop at
92 "unwind_phase1(ex_ojb=%p): calling personality function %p\n",
177 ", personality=0x%" PRIx64 "\n",
183 // If there is a personality routine, tell it we are unwinding.
189 // Tell personality this was the frame it marked in phase 1.
203 _LIBUNWIND_ABORT("during phase1 personality function said it would "
211 // Personality routine says to transfer control to landing pad.
226 // Personality routine returned an unknown result code.
227 _LIBUNWIND_DEBUG_LOG("personality function returned unknown result %d",
269 ", func=%s, lsda=0x%" PRIx64 ", personality=0x%" PRIx64 "\n",
290 // If there is a personality routine, tell it we are unwinding.
295 "unwind_phase2_forced(ex_ojb=%p): calling personality function %p\n",
303 "personality returned "
310 "personality returned "
317 // Personality routine returned an unknown result code.
319 "personality returned %d, "
368 /// to the personality function at each frame. The personality
418 /// Called by personality handler during phase 2 to get LSDA for current frame.
438 /// Called by personality handler during phase 2 to find the start of the
453 /// Called by personality handler during phase 2 if a foreign exception
464 /// Called by personality handler during phase 2 to get register values.
475 /// Called by personality handler during phase 2 to alter register values.
485 /// Called by personality handler during phase 2 to get instruction pointer.
495 /// Called by personality handler during phase 2 to alter instruction pointer,