Home
last modified time | relevance | path

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

/external/elfutils/src/src/
Dreadelf.c7824 unsigned int max_action = 0; in print_debug_exception_table() local
7841 max_action = MAX (action, max_action); in print_debug_exception_table()
7852 if (max_action > 0) in print_debug_exception_table()
7856 if ((size_t) (dataend - action_table) < max_action + 1) in print_debug_exception_table()
7863 = action_table + max_action + 1; in print_debug_exception_table()