Searched refs:reloc_addend (Results 1 – 6 of 6) 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()
575 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 …]
126 table_offset = reloc_addend(text_reloc); in arch_find_switch_table()
643 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()
380 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()
249 static inline s64 reloc_addend(struct reloc *reloc) in reloc_addend() function