Home
last modified time | relevance | path

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

/linux-3.4.99/arch/mips/kernel/
Dvpe.c554 static int apply_relocations(Elf32_Shdr *sechdrs, in apply_relocations() function
953 err = apply_relocations(sechdrs, strtab, symindex, i, in vpe_elfload()
/linux-3.4.99/kernel/
Dmodule.c1972 static int apply_relocations(struct module *mod, const struct load_info *info) in apply_relocations() function
2918 err = apply_relocations(mod, &info); in load_module()