Home
last modified time | relevance | path

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

/linux/tools/objtool/include/objtool/
H A Darch.h102 unsigned long arch_jump_table_sym_offset(struct reloc *reloc, struct reloc *table);
/linux/tools/objtool/
H A Dcheck.c1982 __weak unsigned long arch_jump_table_sym_offset(struct reloc *reloc, struct reloc *table) in arch_jump_table_sym_offset() function
2014 sym_offset = arch_jump_table_sym_offset(reloc, table); in add_jump_table()