Searched refs:add_call_dest (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/tools/objtool/ |
| H A D | check.c | 1366 static int add_call_dest(struct objtool_file *file, struct instruction *insn, in add_call_dest() function 1520 ret = add_call_dest(file, insn, reloc->sym, true); in add_jump_destinations() 1614 ret = add_call_dest(file, insn, insn_func(jump_dest), true); in add_jump_destinations() 1658 ret = add_call_dest(file, insn, dest, false); in add_call_destinations() 1684 ret = add_call_dest(file, insn, dest, false); in add_call_destinations() 1694 ret = add_call_dest(file, insn, reloc->sym, false); in add_call_destinations()
|