Home
last modified time | relevance | path

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

/Linux-v5.10/tools/objtool/
Darch.h87 unsigned long arch_dest_reloc_offset(int addend);
Dcheck.c780 dest_off = arch_dest_reloc_offset(reloc->addend); in add_jump_destinations()
784 arch_dest_reloc_offset(reloc->addend); in add_jump_destinations()
921 dest_off = arch_dest_reloc_offset(reloc->addend); in add_call_destinations()
/Linux-v5.10/tools/objtool/arch/x86/
Ddecode.c71 unsigned long arch_dest_reloc_offset(int addend) in arch_dest_reloc_offset() function