Home
last modified time | relevance | path

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

/linux/tools/objtool/include/objtool/
H A Darch.h103 unsigned int arch_reloc_size(struct reloc *reloc);
/linux/tools/objtool/arch/powerpc/
H A Ddecode.c130 unsigned int arch_reloc_size(struct reloc *reloc) in arch_reloc_size() function
/linux/tools/objtool/arch/loongarch/
H A Ddecode.c407 unsigned int arch_reloc_size(struct reloc *reloc) in arch_reloc_size() function
/linux/tools/objtool/arch/x86/
H A Ddecode.c925 unsigned int arch_reloc_size(struct reloc *reloc) in arch_reloc_size() function
/linux/tools/objtool/
H A Dklp-diff.c1297 entry_size = arch_reloc_size(sec->rsec->relocs); in create_fake_symbols()
H A Dcheck.c2078 if (prev_offset && reloc_offset(reloc) != prev_offset + arch_reloc_size(reloc)) in add_jump_table()