Home
last modified time | relevance | path

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

/openbmc/qemu/scripts/
H A Dvmstate-static-checker.py405 dest_sec = sec
406 if not dest_sec in dest_data:
409 dest_sec = get_changed_sec_name(sec)
410 if not dest_sec in dest_data:
416 d = dest_data[dest_sec]
/openbmc/linux/tools/objtool/
H A Dcheck.c1548 struct section *dest_sec; in add_jump_destinations() local
1564 dest_sec = insn->sec; in add_jump_destinations()
1567 dest_sec = reloc->sym->sec; in add_jump_destinations()
1583 dest_sec = reloc->sym->sec; in add_jump_destinations()
1591 jump_dest = find_insn(file, dest_sec, dest_off); in add_jump_destinations()
1593 struct symbol *sym = find_symbol_by_offset(dest_sec, dest_off); in add_jump_destinations()
1609 dest_sec->name, dest_off); in add_jump_destinations()