Home
last modified time | relevance | path

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

/Linux-v6.1/tools/objtool/
Dcheck.c1888 struct reloc *table_reloc; in find_jump_table() local
1910 table_reloc = arch_find_switch_table(file, insn); in find_jump_table()
1911 if (!table_reloc) in find_jump_table()
1913 dest_insn = find_insn(file, table_reloc->sym->sec, table_reloc->addend); in find_jump_table()
1917 return table_reloc; in find_jump_table()