Searched defs:exc_info (Results 1 – 3 of 3) sorted by relevance
51 struct exc_info { struct52 vaddr_t exc_vector;53 const uint32_t *exc_addr; 54 uintptr_t exc_size;
411 def on_rm_error(func, path, exc_info): argument
324 static void print_rethrow(int indent, const char *exc_info) in print_rethrow()