Home
last modified time | relevance | path

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

/linux/tools/objtool/include/objtool/
A Darch.h84 unsigned long arch_dest_reloc_offset(int addend);
/linux/tools/objtool/arch/powerpc/
A Ddecode.c17 unsigned long arch_dest_reloc_offset(int addend) in arch_dest_reloc_offset() function
/linux/tools/objtool/arch/loongarch/
A Ddecode.c23 unsigned long arch_dest_reloc_offset(int addend) in arch_dest_reloc_offset() function
/linux/tools/objtool/arch/x86/
A Ddecode.c71 unsigned long arch_dest_reloc_offset(int addend) in arch_dest_reloc_offset() function
/linux/tools/objtool/
A Dcheck.c1623 dest_off = arch_dest_reloc_offset(reloc_addend(reloc)); in add_jump_destinations()
1640 arch_dest_reloc_offset(reloc_addend(reloc)); in add_jump_destinations()
1773 dest_off = arch_dest_reloc_offset(reloc_addend(reloc)); in add_call_destinations()
3480 idx = (arch_dest_reloc_offset(reloc_addend(reloc)) / sizeof(void *)); in pv_call_dest()
4436 off += arch_dest_reloc_offset(reloc_addend(reloc)); in validate_ibt_insn()

Completed in 14 milliseconds