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

/linux-master/tools/objtool/include/objtool/
H A Darch.h84 unsigned long arch_dest_reloc_offset(int addend);
/linux-master/tools/objtool/arch/powerpc/
H A Ddecode.c17 unsigned long arch_dest_reloc_offset(int addend) function
/linux-master/tools/objtool/arch/loongarch/
H A Ddecode.c23 unsigned long arch_dest_reloc_offset(int addend) function
/linux-master/tools/objtool/arch/x86/
H A Ddecode.c71 unsigned long arch_dest_reloc_offset(int addend) function
/linux-master/tools/objtool/
H A Dcheck.c1571 dest_off = arch_dest_reloc_offset(reloc_addend(reloc));
1588 arch_dest_reloc_offset(reloc_addend(reloc));
1721 dest_off = arch_dest_reloc_offset(reloc_addend(reloc));
3411 idx = (arch_dest_reloc_offset(reloc_addend(reloc)) / sizeof(void *));
4367 off += arch_dest_reloc_offset(reloc_addend(reloc));

Completed in 136 milliseconds