Searched refs:reloc_addend (Results 1 – 5 of 5) sorted by relevance
65 *off = reloc->sym->offset + reloc_addend(reloc); in reloc_to_sec_off()129 alt->key_addend = reloc_addend(key_reloc); in get_alt_entry()
513 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()1039 func = find_func_by_offset(reloc->sym->sec, reloc_addend(reloc)); in add_ignores()1279 insn = find_insn(file, reloc->sym->sec, reloc_addend(reloc)); in add_ignore_alternatives()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()1702 dest_off = arch_dest_reloc_offset(reloc_addend(reloc)); in add_call_destinations()2028 reloc_addend(reloc) == pfunc->offset) in add_jump_table()2031 dest_insn = find_insn(file, reloc->sym->sec, reloc_addend(reloc)); in add_jump_table()[all …]
102 table_offset = reloc_addend(text_reloc); in arch_find_switch_table()
626 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()
247 static inline s64 reloc_addend(struct reloc *reloc) in reloc_addend() function