Searched refs:dest_sec (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/objtool/ |
H A D | check.c | 1139 struct section *dest_sec; in add_jump_destinations() local 1148 dest_sec = insn->sec; in add_jump_destinations() 1151 dest_sec = reloc->sym->sec; in add_jump_destinations() 1164 dest_sec = reloc->sym->sec; in add_jump_destinations() 1172 insn->jump_dest = find_insn(file, dest_sec, dest_off); in add_jump_destinations() 1174 struct symbol *sym = find_symbol_by_offset(dest_sec, dest_off); in add_jump_destinations() 1198 insn->sec, insn->offset, dest_sec->name, in add_jump_destinations()
|
/kernel/linux/linux-6.6/tools/objtool/ |
H A D | check.c | 1548 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()
|
Completed in 9 milliseconds