Home
last modified time | relevance | path

Searched refs:action_table_end (Results 1 – 2 of 2) sorted by relevance

/external/elfutils/src/
Dreadelf.c10571 const unsigned char *const action_table_end in print_debug_exception_table() local
10578 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()
DChangeLog1546 check. Check action_table_end before reading slib128. Check