Home
last modified time | relevance | path

Searched refs:find_jump_table (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/objtool/
H A Dcheck.c1609 * find_jump_table() - Given a dynamic jump, find the switch jump table
1612 static struct reloc *find_jump_table(struct objtool_file *file, in find_jump_table() function
1667 * that find_jump_table() can back-track using those and in mark_func_jump_tables()
1682 reloc = find_jump_table(file, func, insn); in mark_func_jump_tables()
/kernel/linux/linux-6.6/tools/objtool/
H A Dcheck.c2060 * find_jump_table() - Given a dynamic jump, find the switch jump table
2063 static struct reloc *find_jump_table(struct objtool_file *file, in find_jump_table() function
2118 * that find_jump_table() can back-track using those and in mark_func_jump_tables()
2133 reloc = find_jump_table(file, func, insn); in mark_func_jump_tables()

Completed in 8 milliseconds