Home
last modified time | relevance | path

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

/linux-3.3/include/linux/
Dmoduleloader.h22 unsigned int arch_mod_section_prepend(struct module *mod, unsigned int section);
/linux-3.3/arch/parisc/kernel/
Dmodule.c314 unsigned int arch_mod_section_prepend(struct module *mod, in arch_mod_section_prepend() function
/linux-3.3/kernel/
Dmodule.c1971 unsigned int __weak arch_mod_section_prepend(struct module *mod, in arch_mod_section_prepend() function
1984 *size += arch_mod_section_prepend(mod, section); in get_offset()