Home
last modified time | relevance | path

Searched refs:apply_relocations (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/arch/mips/kernel/
Dvpe.c424 static int apply_relocations(Elf32_Shdr *sechdrs, in apply_relocations() function
687 err = apply_relocations(sechdrs, strtab, in vpe_elfload()
/linux-6.6.21/kernel/module/
Dmain.c1438 static int apply_relocations(struct module *mod, const struct load_info *info) in apply_relocations() function
2919 err = apply_relocations(mod, info); in load_module()