Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/kernel/
Dvpe.c425 static int apply_relocations(Elf32_Shdr *sechdrs, in apply_relocations() function
688 err = apply_relocations(sechdrs, strtab, in vpe_elfload()
/linux-4.1.27/kernel/
Dmodule.c2003 static int apply_relocations(struct module *mod, const struct load_info *info) in apply_relocations() function
3338 err = apply_relocations(mod, info); in load_module()