Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dmoduleloader.h36 int apply_relocate(Elf_Shdr *sechdrs,
42 static inline int apply_relocate(Elf_Shdr *sechdrs, in apply_relocate() function
/linux-4.1.27/arch/unicore32/kernel/
Dmodule.c33 apply_relocate(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex, in apply_relocate() function
/linux-4.1.27/arch/score/kernel/
Dmodule.c30 int apply_relocate(Elf_Shdr *sechdrs, const char *strtab, in apply_relocate() function
/linux-4.1.27/arch/m68k/kernel/
Dmodule.c22 int apply_relocate(Elf32_Shdr *sechdrs, in apply_relocate() function
/linux-4.1.27/arch/x86/kernel/
Dmodule.c99 int apply_relocate(Elf32_Shdr *sechdrs, in apply_relocate() function
/linux-4.1.27/arch/mips/kernel/
Dmodule.c195 int apply_relocate(Elf_Shdr *sechdrs, const char *strtab, in apply_relocate() function
/linux-4.1.27/arch/arm/kernel/
Dmodule.c50 apply_relocate(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex, in apply_relocate() function
/linux-4.1.27/kernel/
Dmodule.c2021 err = apply_relocate(info->sechdrs, info->strtab, in apply_relocations()