Home
last modified time | relevance | path

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

/linux/tools/objtool/
H A Dcheck.c1521 struct section *dest_sec; in add_jump_destinations() local
1538 dest_sec = insn->sec; in add_jump_destinations()
1540 dest_sym = dest_sec->sym; in add_jump_destinations()
1567 dest_sec = dest_sym->sec; in add_jump_destinations()
1571 dest_insn = find_insn(file, dest_sec, dest_off); in add_jump_destinations()
1573 struct symbol *sym = find_symbol_by_offset(dest_sec, dest_off); in add_jump_destinations()
1593 dest_sec == insn->sec && in add_jump_destinations()
1598 offstr(dest_sec, dest_off)); in add_jump_destinations()