Home | History | Annotate | Download | only in m_debuginfo

Lines Matching refs:why

1666    Quite why gdb and libdwarf don't understand this is an interesting
2112 Int why = 0;
2118 if (ctx->state_sp < 0) { why = 8; goto failed; }
2119 if (ctx->state_sp >= N_RR_STACK) { why = 9; goto failed; }
2138 if (conv == -1) { why = 6; goto failed; }
2179 why = 1;
2209 if (conv == -1) { why = 7; goto failed; } \
2217 why = 2; goto failed; /* otherwise give up */ \
2241 { why = 3; goto failed; }
2246 { why = 4; goto failed; }
2248 { why = 5; goto failed; }
2301 { why = 4; goto failed; }
2303 { why = 5; goto failed; }
2322 ": cannot summarise(why=%d): \n", loc_start, why);
3265 /* Ignored. This appears to be sparc-specific; quite why it