Searched refs:annotate_reloc (Results 1 – 1 of 1) sorted by relevance
170 struct reloc *annotate_reloc; in arch_find_switch_table() local175 annotate_reloc = find_reloc_by_table_annotate(file, insn, table_size); in arch_find_switch_table()176 if (!annotate_reloc) { in arch_find_switch_table()177 annotate_reloc = find_reloc_of_rodata_c_jump_table( in arch_find_switch_table()179 if (!annotate_reloc) in arch_find_switch_table()183 table_sec = annotate_reloc->sym->sec; in arch_find_switch_table()184 table_offset = annotate_reloc->sym->offset + reloc_addend(annotate_reloc); in arch_find_switch_table()
Completed in 7 milliseconds