Home
last modified time | relevance | path

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

/linux-6.14.4/tools/objtool/include/objtool/
Darch.h101 unsigned long arch_jump_table_sym_offset(struct reloc *reloc, struct reloc *table);
/linux-6.14.4/tools/objtool/arch/loongarch/
Ddecode.c375 unsigned long arch_jump_table_sym_offset(struct reloc *reloc, struct reloc *table) in arch_jump_table_sym_offset() function
/linux-6.14.4/tools/objtool/
Dcheck.c1948 __weak unsigned long arch_jump_table_sym_offset(struct reloc *reloc, struct reloc *table) in arch_jump_table_sym_offset() function
1980 sym_offset = arch_jump_table_sym_offset(reloc, table); in add_jump_table()