Home
last modified time | relevance | path

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

/linux-6.15/tools/objtool/arch/loongarch/
Dspecial.c147 struct reloc *annotate_reloc; in arch_find_switch_table() local
152 annotate_reloc = find_reloc_by_table_annotate(file, insn, table_size); in arch_find_switch_table()
153 if (!annotate_reloc) { in arch_find_switch_table()
154 annotate_reloc = find_reloc_of_rodata_c_jump_table( in arch_find_switch_table()
156 if (!annotate_reloc) in arch_find_switch_table()
160 table_sec = annotate_reloc->sym->sec; in arch_find_switch_table()
161 table_offset = annotate_reloc->sym->offset + reloc_addend(annotate_reloc); in arch_find_switch_table()