Home
last modified time | relevance | path

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

/linux-6.1.9/tools/objtool/
Dcheck.c1381 struct section *dest_sec; in add_jump_destinations() local
1397 dest_sec = insn->sec; in add_jump_destinations()
1400 dest_sec = reloc->sym->sec; in add_jump_destinations()
1416 dest_sec = reloc->sym->sec; in add_jump_destinations()
1424 jump_dest = find_insn(file, dest_sec, dest_off); in add_jump_destinations()
1426 struct symbol *sym = find_symbol_by_offset(dest_sec, dest_off); in add_jump_destinations()
1442 insn->sec, insn->offset, dest_sec->name, in add_jump_destinations()