Home
last modified time | relevance | path

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

/linux/tools/objtool/include/objtool/
H A Darch.h101 unsigned int arch_reloc_size(struct reloc *reloc);
/linux/tools/objtool/arch/x86/
H A Ddecode.c871 unsigned int arch_reloc_size(struct reloc *reloc) in arch_reloc_size() function
/linux/tools/objtool/
H A Dcheck.c2011 if (prev_offset && reloc_offset(reloc) != prev_offset + arch_reloc_size(reloc)) in add_jump_table()