Home
last modified time | relevance | path

Searched refs:table_reloc (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/objtool/
H A Dcheck.c1616 struct reloc *table_reloc; in find_jump_table() local
1638 table_reloc = arch_find_switch_table(file, insn); in find_jump_table()
1639 if (!table_reloc) in find_jump_table()
1641 dest_insn = find_insn(file, table_reloc->sym->sec, table_reloc->addend); in find_jump_table()
1645 return table_reloc; in find_jump_table()
/kernel/linux/linux-6.6/tools/objtool/
H A Dcheck.c2067 struct reloc *table_reloc; in find_jump_table() local
2089 table_reloc = arch_find_switch_table(file, insn); in find_jump_table()
2090 if (!table_reloc) in find_jump_table()
2092 dest_insn = find_insn(file, table_reloc->sym->sec, reloc_addend(table_reloc)); in find_jump_table()
2096 return table_reloc; in find_jump_table()

Completed in 9 milliseconds