Home
last modified time | relevance | path

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

/linux-6.12.1/tools/objtool/arch/loongarch/
Dspecial.c11 struct reloc *arch_find_switch_table(struct objtool_file *file, in arch_find_switch_table() function
/linux-6.12.1/tools/objtool/arch/powerpc/
Dspecial.c15 struct reloc *arch_find_switch_table(struct objtool_file *file, in arch_find_switch_table() function
/linux-6.12.1/tools/objtool/include/objtool/
Dspecial.h40 struct reloc *arch_find_switch_table(struct objtool_file *file,
/linux-6.12.1/tools/objtool/arch/x86/
Dspecial.c111 struct reloc *arch_find_switch_table(struct objtool_file *file, in arch_find_switch_table() function
/linux-6.12.1/tools/objtool/
Dcheck.c2160 table_reloc = arch_find_switch_table(file, insn); in find_jump_table()