Home
last modified time | relevance | path

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

/openbmc/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.c513 reloc_addend(reloc)); in add_pv_ops()
603 addend = reloc_addend(reloc); in add_dead_ends()
642 addend = reloc_addend(reloc); in add_dead_ends()
1568 dest_off = arch_dest_reloc_offset(reloc_addend(reloc)); in add_jump_destinations()
1585 arch_dest_reloc_offset(reloc_addend(reloc)); in add_jump_destinations()
2028 reloc_addend(reloc) == pfunc->offset) in add_jump_table()
2307 reloc->sym->offset + reloc_addend(reloc)); in read_noendbr_hints()
3361 idx = (reloc_addend(reloc) / sizeof(void *)); in call_dest_name()
4335 off += arch_dest_reloc_offset(reloc_addend(reloc)); in validate_ibt_insn()
4337 off += reloc_addend(reloc); in validate_ibt_insn()
[all …]
/openbmc/linux/tools/objtool/arch/x86/
H A Dspecial.c102 table_offset = reloc_addend(text_reloc); in arch_find_switch_table()
H A Ddecode.c626 idx = (reloc_addend(immr) + 8) / sizeof(void *); in arch_decode_instruction()
630 func = find_symbol_by_offset(disp->sym->sec, reloc_addend(disp)); in arch_decode_instruction()
/openbmc/linux/tools/objtool/include/objtool/
H A Delf.h247 static inline s64 reloc_addend(struct reloc *reloc) in reloc_addend() function