Home
last modified time | relevance | path

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

/kernel/
Dmodule.c107 struct module_layout *layout = container_of(n, struct module_layout, mtn.node); in __mod_tree_val()
114 struct module_layout *layout = container_of(n, struct module_layout, mtn.node); in __mod_tree_size()
1955 static void frob_text(const struct module_layout *layout, in frob_text()
1965 static void frob_rodata(const struct module_layout *layout, in frob_rodata()
1975 static void frob_ro_after_init(const struct module_layout *layout, in frob_ro_after_init()
1985 static void frob_writable_data(const struct module_layout *layout, in frob_writable_data()
4572 void module_layout(struct module *mod, in module_layout() function
4579 EXPORT_SYMBOL(module_layout);