Home
last modified time | relevance | path

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

/Linux-v5.10/tools/objtool/
Dcheck.c763 struct section *dest_sec; in add_jump_destinations() local
776 dest_sec = insn->sec; in add_jump_destinations()
779 dest_sec = reloc->sym->sec; in add_jump_destinations()
782 dest_sec = reloc->sym->sec; in add_jump_destinations()
807 insn->jump_dest = find_insn(file, dest_sec, dest_off); in add_jump_destinations()
819 insn->sec, insn->offset, dest_sec->name, in add_jump_destinations()