Home
last modified time | relevance | path

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

/linux-6.15/tools/objtool/include/objtool/
H A Darch.h101 unsigned int arch_reloc_size(struct reloc *reloc);
/linux-6.15/tools/objtool/arch/powerpc/
H A Ddecode.c118 unsigned int arch_reloc_size(struct reloc *reloc) in arch_reloc_size() function
/linux-6.15/tools/objtool/arch/loongarch/
H A Ddecode.c368 unsigned int arch_reloc_size(struct reloc *reloc) in arch_reloc_size() function
/linux-6.15/tools/objtool/arch/x86/
H A Ddecode.c869 unsigned int arch_reloc_size(struct reloc *reloc) in arch_reloc_size() function
/linux-6.15/tools/objtool/
H A Dcheck.c2009 if (prev_offset && reloc_offset(reloc) != prev_offset + arch_reloc_size(reloc)) in add_jump_table()