Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dmoduleloader.h23 unsigned int arch_mod_section_prepend(struct module *mod, unsigned int section);
/OK3568_Linux_fs/kernel/arch/parisc/kernel/
H A Dmodule.c288 unsigned int arch_mod_section_prepend(struct module *mod, in arch_mod_section_prepend() function
/OK3568_Linux_fs/kernel/kernel/
H A Dmodule.c2469 unsigned int __weak arch_mod_section_prepend(struct module *mod, in arch_mod_section_prepend() function
2482 *size += arch_mod_section_prepend(mod, section); in get_offset()