Home
last modified time | relevance | path

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

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