Home | History | Annotate | Download | only in arm

Lines Matching defs:code

483     _Unwind_Reason_Code code = _URC_OK;
505 * to the usual unwinding code as the EXIDX mapping will fail.
522 /* Uncomment the code below to study why the unwinder failed */
533 code = _URC_FAILURE;
547 code = _URC_FAILURE;
553 code = ((personality_routine_with_ptrace) UCB_PR_ADDR (ucbp))(
558 * reached or there is no unwinding information for the code address.
562 } while (code != _URC_END_OF_STACK && code != _URC_FAILURE &&
613 * The original code here seems to deal with exceptions that are not
618 * further but is not, we can revisit the code here.