Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/objtool/
H A Darch.h84 unsigned long arch_dest_reloc_offset(int addend);
H A Dcheck.c1193 dest_off = arch_dest_reloc_offset(reloc->addend); in add_jump_destinations()
1207 arch_dest_reloc_offset(reloc->addend); in add_jump_destinations()
1335 dest_off = arch_dest_reloc_offset(reloc->addend); in add_call_destinations()
/OK3568_Linux_fs/kernel/tools/objtool/arch/x86/
H A Ddecode.c72 unsigned long arch_dest_reloc_offset(int addend) in arch_dest_reloc_offset() function