Home
last modified time | relevance | path

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

/linux-6.15/tools/objtool/include/objtool/
H A Darch.h86 unsigned long arch_dest_reloc_offset(int addend);
/linux-6.15/tools/objtool/arch/powerpc/
H A Ddecode.c17 unsigned long arch_dest_reloc_offset(int addend) in arch_dest_reloc_offset() function
/linux-6.15/tools/objtool/arch/loongarch/
H A Ddecode.c20 unsigned long arch_dest_reloc_offset(int addend) in arch_dest_reloc_offset() function
/linux-6.15/tools/objtool/arch/x86/
H A Ddecode.c71 unsigned long arch_dest_reloc_offset(int addend) in arch_dest_reloc_offset() function
/linux-6.15/tools/objtool/
H A Dcheck.c1506 dest_off = arch_dest_reloc_offset(reloc_addend(reloc)); in add_jump_destinations()
1527 arch_dest_reloc_offset(reloc_addend(reloc)); in add_jump_destinations()
1676 dest_off = arch_dest_reloc_offset(reloc_addend(reloc)); in add_call_destinations()
3352 idx = (arch_dest_reloc_offset(reloc_addend(reloc)) / sizeof(void *)); in pv_call_dest()
4403 off += arch_dest_reloc_offset(reloc_addend(reloc)); in validate_ibt_insn()