Searched refs:arch_mod_section_prepend (Results 1 – 3 of 3) sorted by relevance
26 unsigned int arch_mod_section_prepend(struct module *mod, unsigned int section);
1626 unsigned int __weak arch_mod_section_prepend(struct module *mod, in arch_mod_section_prepend() function 1639 mod->mem[type].size += arch_mod_section_prepend(mod, section); in module_get_offset_and_type() 2760 arch_mod_section_prepend(mod, i), shdr->sh_addralign); in move_module()
23 * kernel module loader calls arch_mod_section_prepend() to request the257 unsigned int arch_mod_section_prepend(struct module *mod, in arch_mod_section_prepend() function