Searched refs:add_call_dest (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/objtool/ |
| H A D | check.c | 1421 static int add_call_dest(struct objtool_file *file, struct instruction *insn, in add_call_dest() function 1558 if (add_call_dest(file, insn, dest_sym, true)) in add_jump_destinations() 1628 if (add_call_dest(file, insn, dest_sym, true)) in add_jump_destinations() 1671 if (add_call_dest(file, insn, dest, false)) in add_call_destinations() 1696 if (add_call_dest(file, insn, dest, false)) in add_call_destinations() 1704 if (add_call_dest(file, insn, reloc->sym, false)) in add_call_destinations()
|