Home
last modified time | relevance | path

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

/Linux-v4.19/tools/objtool/
Dcheck.c991 struct instruction *insn, *last = NULL, *prev_jump = NULL; in add_func_switch_tables() local
1025 if (prev_jump) { in add_func_switch_tables()
1026 ret = add_switch_table(file, prev_jump, prev_rela, rela); in add_func_switch_tables()
1031 prev_jump = insn; in add_func_switch_tables()
1035 if (prev_jump) { in add_func_switch_tables()
1036 ret = add_switch_table(file, prev_jump, prev_rela, NULL); in add_func_switch_tables()