Home
last modified time | relevance | path

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

/linux-6.15/tools/objtool/
H A Dcheck.c1483 struct section *dest_sec; in add_jump_destinations() local
1502 dest_sec = insn->sec; in add_jump_destinations()
1505 dest_sec = reloc->sym->sec; in add_jump_destinations()
1525 dest_sec = reloc->sym->sec; in add_jump_destinations()
1533 jump_dest = find_insn(file, dest_sec, dest_off); in add_jump_destinations()
1535 struct symbol *sym = find_symbol_by_offset(dest_sec, dest_off); in add_jump_destinations()
1555 dest_sec == insn->sec && in add_jump_destinations()
1560 dest_sec->name, dest_off); in add_jump_destinations()