Searched refs:action_table_end (Results 1 – 2 of 2) sorted by relevance
10571 const unsigned char *const action_table_end in print_debug_exception_table() local10578 get_sleb128 (ar_filter, readp, action_table_end); in print_debug_exception_table()10582 if (readp >= action_table_end) in print_debug_exception_table()10584 get_sleb128 (ar_disp, readp, action_table_end); in print_debug_exception_table()10597 while (readp < action_table_end); in print_debug_exception_table()
1546 check. Check action_table_end before reading slib128. Check