Home
last modified time | relevance | path

Searched refs:klp_apply_section_relocs (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dlivepatch.h234 int klp_apply_section_relocs(struct module *pmod, Elf_Shdr *sechdrs,
248 int klp_apply_section_relocs(struct module *pmod, Elf_Shdr *sechdrs, in klp_apply_section_relocs() function
/OK3568_Linux_fs/kernel/kernel/livepatch/
H A Dcore.c288 int klp_apply_section_relocs(struct module *pmod, Elf_Shdr *sechdrs, in klp_apply_section_relocs() function
760 ret = klp_apply_section_relocs(patch->mod, info->sechdrs, in klp_apply_object_relocs()
/OK3568_Linux_fs/kernel/kernel/
H A Dmodule.c2451 err = klp_apply_section_relocs(mod, info->sechdrs, in apply_relocations()