Searched refs:module_finalize (Results 1 – 13 of 13) sorted by relevance
| /linux/arch/microblaze/kernel/ |
| H A D | module.c | 91 int module_finalize(const Elf32_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_finalize() function
|
| /linux/arch/sh/kernel/ |
| H A D | module.c | 90 int module_finalize(const Elf_Ehdr *hdr, in module_finalize() function
|
| /linux/arch/powerpc/kernel/ |
| H A D | module.c | 33 int module_finalize(const Elf_Ehdr *hdr, in module_finalize() function
|
| /linux/arch/nios2/kernel/ |
| H A D | module.c | 112 int module_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_finalize() function
|
| /linux/arch/m68k/kernel/ |
| H A D | module.c | 102 int module_finalize(const Elf_Ehdr *hdr, in module_finalize() function
|
| /linux/arch/arc/kernel/ |
| H A D | module.c | 132 int module_finalize(const Elf32_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_finalize() function
|
| /linux/arch/mips/kernel/ |
| H A D | module.c | 414 int module_finalize(const Elf_Ehdr *hdr, in module_finalize() function
|
| /linux/arch/arm/kernel/ |
| H A D | module.c | 414 int module_finalize(const Elf32_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_finalize() function
|
| /linux/arch/arm64/kernel/ |
| H A D | module.c | 484 int module_finalize(const Elf_Ehdr *hdr, in module_finalize() function
|
| /linux/arch/loongarch/kernel/ |
| H A D | module.c | 606 int module_finalize(const Elf_Ehdr *hdr, in module_finalize() function
|
| /linux/arch/riscv/kernel/ |
| H A D | module.c | 896 int module_finalize(const Elf_Ehdr *hdr, in module_finalize() function
|
| /linux/arch/parisc/kernel/ |
| H A D | module.c | 827 int module_finalize(const Elf_Ehdr *hdr, in module_finalize() function
|
| /linux/kernel/module/ |
| H A D | main.c | 2933 int __weak module_finalize(const Elf_Ehdr *hdr, in module_finalize() function 2953 return module_finalize(info->hdr, info->sechdrs, mod); in post_relocation()
|