Home
last modified time | relevance | path

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

/linux/tools/objtool/
H A 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()
H A Dcheck.c574 reloc_addend(reloc)); in add_pv_ops()
1000 func = find_func_by_offset(reloc->sym->sec, reloc_addend(reloc)); in add_ignores()
1497 dest_off = arch_dest_reloc_offset(reloc_addend(reloc)); in add_jump_destinations()
1514 arch_dest_reloc_offset(reloc_addend(reloc)); in add_jump_destinations()
1647 dest_off = arch_dest_reloc_offset(reloc_addend(reloc)); in add_call_destinations()
1976 reloc_addend(reloc) == pfunc->offset) in add_jump_table()
1984 reloc_addend(reloc) == pfunc->offset + pfunc->len) in add_jump_table()
1987 dest_insn = find_insn(file, reloc->sym->sec, reloc_addend(reloc)); in add_jump_table()
2049 dest_insn = find_insn(file, table_reloc->sym->sec, reloc_addend(table_reloc)); in find_jump_table()
2194 offset = reloc_addend(reloc); in read_unwind_hints()
[all …]
/linux/tools/objtool/arch/x86/
H A Dspecial.c126 table_offset = reloc_addend(text_reloc); in arch_find_switch_table()
/linux/tools/objtool/include/objtool/
H A Delf.h249 static inline s64 reloc_addend(struct reloc *reloc) in reloc_addend() function