Home
last modified time | relevance | path

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

/linux-6.14.4/tools/objtool/
Dspecial.c65 *off = reloc->sym->offset + reloc_addend(reloc); in reloc_to_sec_off()
129 alt->key_addend = reloc_addend(key_reloc); in get_alt_entry()
Dcheck.c575 reloc_addend(reloc)); in add_pv_ops()
1001 func = find_func_by_offset(reloc->sym->sec, reloc_addend(reloc)); in add_ignores()
1498 dest_off = arch_dest_reloc_offset(reloc_addend(reloc)); in add_jump_destinations()
1515 arch_dest_reloc_offset(reloc_addend(reloc)); in add_jump_destinations()
1648 dest_off = arch_dest_reloc_offset(reloc_addend(reloc)); in add_call_destinations()
1950 return reloc->sym->offset + reloc_addend(reloc); in arch_jump_table_sym_offset()
2058 sym_offset = table_reloc->sym->offset + reloc_addend(table_reloc); in find_jump_table()
2196 offset = reloc_addend(reloc); in read_unwind_hints()
2289 offset = reloc->sym->offset + reloc_addend(reloc); in read_annotate()
3291 idx = (reloc_addend(reloc) / sizeof(void *)); in call_dest_name()
[all …]
/linux-6.14.4/tools/objtool/arch/x86/
Dspecial.c126 table_offset = reloc_addend(text_reloc); in arch_find_switch_table()
Ddecode.c643 idx = (reloc_addend(immr) + 8) / sizeof(void *); in arch_decode_instruction()
647 func = find_symbol_by_offset(disp->sym->sec, reloc_addend(disp)); in arch_decode_instruction()
/linux-6.14.4/tools/objtool/arch/loongarch/
Ddecode.c380 return reloc->sym->offset + reloc_addend(reloc) - in arch_jump_table_sym_offset()
383 return reloc->sym->offset + reloc_addend(reloc); in arch_jump_table_sym_offset()
/linux-6.14.4/tools/objtool/include/objtool/
Delf.h249 static inline s64 reloc_addend(struct reloc *reloc) in reloc_addend() function