Home
last modified time | relevance | path

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

/Linux-v6.1/tools/objtool/include/objtool/
Darch.h84 unsigned long arch_dest_reloc_offset(int addend);
/Linux-v6.1/tools/objtool/
Dcheck.c1391 dest_off = arch_dest_reloc_offset(reloc->addend); in add_jump_destinations()
1408 arch_dest_reloc_offset(reloc->addend); in add_jump_destinations()
1527 dest_off = arch_dest_reloc_offset(reloc->addend); in add_call_destinations()
3173 idx = (arch_dest_reloc_offset(rel->addend) / sizeof(void *)); in pv_call_dest()
4027 off += arch_dest_reloc_offset(reloc->addend); in validate_ibt_insn()
/Linux-v6.1/tools/objtool/arch/x86/
Ddecode.c66 unsigned long arch_dest_reloc_offset(int addend) in arch_dest_reloc_offset() function