Home
last modified time | relevance | path

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

/linux/tools/objtool/arch/loongarch/
H A Dspecial.c44 orig_table->insn_offset = reloc->sym->offset + reloc_addend(reloc); in get_rodata_table_size_by_table_annotate()
46 orig_table->rodata_offset = reloc->sym->offset + reloc_addend(reloc); in get_rodata_table_size_by_table_annotate()
108 offset = reloc->sym->offset + reloc_addend(reloc); in find_reloc_by_table_annotate()
161 table_offset = annotate_reloc->sym->offset + reloc_addend(annotate_reloc); in arch_find_switch_table()
H A Ddecode.c384 return reloc->sym->offset + reloc_addend(reloc) - in arch_jump_table_sym_offset()
387 return reloc->sym->offset + reloc_addend(reloc); in arch_jump_table_sym_offset()
/linux/tools/objtool/arch/x86/
H A Dspecial.c96 table_offset = reloc_addend(text_reloc); in arch_find_switch_table()
/linux/tools/objtool/
H A Dcheck.c570 reloc_addend(reloc)); in add_pv_ops()
572 ERROR_FUNC(reloc->sym->sec, reloc_addend(reloc), in add_pv_ops()
1004 func = find_func_by_offset(reloc->sym->sec, reloc_addend(reloc)); in add_ignores()
1508 dest_off = arch_dest_reloc_offset(reloc_addend(reloc)); in add_jump_destinations()
1529 arch_dest_reloc_offset(reloc_addend(reloc)); in add_jump_destinations()
1678 dest_off = arch_dest_reloc_offset(reloc_addend(reloc)); in add_call_destinations()
1984 return reloc->sym->offset + reloc_addend(reloc); in arch_jump_table_sym_offset()
2092 sym_offset = table_reloc->sym->offset + reloc_addend(table_reloc); in find_jump_table()
2229 offset = reloc_addend(reloc); in read_unwind_hints()
2324 offset = reloc->sym->offset + reloc_addend(reloc); in read_annotate()
[all …]
/linux/tools/objtool/include/objtool/
H A Delf.h251 static inline s64 reloc_addend(struct reloc *reloc) in reloc_addend() function