Home
last modified time | relevance | path

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

/linux/tools/objtool/arch/powerpc/
H A Dspecial.c15 struct reloc *arch_find_switch_table(struct objtool_file *file, in arch_find_switch_table() function
/linux/tools/objtool/include/objtool/
H A Dspecial.h38 struct reloc *arch_find_switch_table(struct objtool_file *file,
/linux/tools/objtool/arch/x86/
H A Dspecial.c81 struct reloc *arch_find_switch_table(struct objtool_file *file, in arch_find_switch_table() function
/linux/tools/objtool/arch/loongarch/
H A Dspecial.c143 struct reloc *arch_find_switch_table(struct objtool_file *file, in arch_find_switch_table() function
/linux/tools/objtool/
H A Dcheck.c2088 table_reloc = arch_find_switch_table(file, insn, &table_size); in find_jump_table()