Home
last modified time | relevance | path

Searched refs:apply_relocate (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/include/linux/
Dmoduleloader.h47 int apply_relocate(Elf_Shdr *sechdrs,
53 static inline int apply_relocate(Elf_Shdr *sechdrs, in apply_relocate() function
/linux-6.1.9/arch/m68k/kernel/
Dmodule.c22 int apply_relocate(Elf32_Shdr *sechdrs, in apply_relocate() function
/linux-6.1.9/arch/x86/kernel/
Dmodule.c90 int apply_relocate(Elf32_Shdr *sechdrs, in apply_relocate() function
/linux-6.1.9/arch/mips/kernel/
Dmodule.c387 int apply_relocate(Elf_Shdr *sechdrs, const char *strtab, in apply_relocate() function
/linux-6.1.9/arch/arm/kernel/
Dmodule.c110 apply_relocate(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex, in apply_relocate() function
/linux-6.1.9/arch/parisc/kernel/
Dmodule.c957 err = apply_relocate((Elf_Shdr *)sechdrs, in module_finalize()
/linux-6.1.9/kernel/module/
Dmain.c1373 err = apply_relocate(info->sechdrs, info->strtab, in apply_relocations()