Home
last modified time | relevance | path

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

/kernel/
Dmodule.c108 struct module_layout *layout = container_of(n, struct module_layout, mtn.node); in __mod_tree_val()
115 struct module_layout *layout = container_of(n, struct module_layout, mtn.node); in __mod_tree_size()
2009 static void frob_text(const struct module_layout *layout, in frob_text()
2019 static void frob_rodata(const struct module_layout *layout, in frob_rodata()
2029 static void frob_ro_after_init(const struct module_layout *layout, in frob_ro_after_init()
2039 static void frob_writable_data(const struct module_layout *layout, in frob_writable_data()
4757 void module_layout(struct module *mod, in module_layout() function
4764 EXPORT_SYMBOL(module_layout);