Home
last modified time | relevance | path

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

/external/squashfs-tools/squashfs-tools/
Daction.c88 static struct action_entry action_table[]; variable
465 for (i = 0; action_table[i].args != -1; i++) in parse_action()
466 if (strcmp(string, action_table[i].name) == 0) in parse_action()
469 if (action_table[i].args == -1) { in parse_action()
474 action = &action_table[i]; in parse_action()
3250 static struct action_entry action_table[] = { variable
/external/elfutils/src/
Dreadelf.c10527 const unsigned char *const action_table = readp + call_site_table_len; in print_debug_exception_table() local
10528 if (unlikely (action_table > dataend)) in print_debug_exception_table()
10532 while (readp < action_table) in print_debug_exception_table()
10555 if (readp != action_table) in print_debug_exception_table()
10563 size_t maxdata = (size_t) (dataend - action_table); in print_debug_exception_table()
10572 = action_table + max_action + 1; in print_debug_exception_table()