Home
last modified time | relevance | path

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

/openbmc/linux/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()