Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dmoduleloader.h23 unsigned int arch_mod_section_prepend(struct module *mod, unsigned int section);
/Linux-v4.19/arch/parisc/kernel/
Dmodule.c309 unsigned int arch_mod_section_prepend(struct module *mod, in arch_mod_section_prepend() function
/Linux-v4.19/kernel/
Dmodule.c2336 unsigned int __weak arch_mod_section_prepend(struct module *mod, in arch_mod_section_prepend() function
2349 *size += arch_mod_section_prepend(mod, section); in get_offset()