Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dmoduleloader.h26 unsigned int arch_mod_section_prepend(struct module *mod, unsigned int section);
/openbmc/linux/arch/parisc/kernel/
H A Dmodule.c269 unsigned int arch_mod_section_prepend(struct module *mod, in arch_mod_section_prepend() function
/openbmc/linux/kernel/module/
H A Dmain.c1474 unsigned int __weak arch_mod_section_prepend(struct module *mod, in arch_mod_section_prepend() function
1487 mod->mem[type].size += arch_mod_section_prepend(mod, section); in module_get_offset_and_type()