Lines Matching refs:offset
51 orig_table->insn_offset = reloc->sym->offset + reloc_addend(reloc); in get_rodata_table_size_by_table_annotate()
53 orig_table->rodata_offset = reloc->sym->offset + reloc_addend(reloc); in get_rodata_table_size_by_table_annotate()
62 if (orig_table->insn_offset == insn->offset) { in get_rodata_table_size_by_table_annotate()
92 if (insn->offset == orig_table->insn_offset) { in get_rodata_table_size_by_table_annotate()
118 unsigned long offset; in find_reloc_by_table_annotate() local
131 offset = reloc->sym->offset + reloc_addend(reloc); in find_reloc_by_table_annotate()
132 if (insn->offset == offset) { in find_reloc_by_table_annotate()
143 unsigned long offset, in find_reloc_of_rodata_c_jump_table() argument
154 if (reloc_offset(reloc) > offset) in find_reloc_of_rodata_c_jump_table()
178 insn->sec, insn->offset, table_size); in arch_find_switch_table()
184 table_offset = annotate_reloc->sym->offset + reloc_addend(annotate_reloc); in arch_find_switch_table()