Searched refs:module_layout (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/kernel/module/ ! |
D | strict_rwx.c | 35 static void frob_text(const struct module_layout *layout, in frob_text() 42 static void frob_rodata(const struct module_layout *layout, in frob_rodata() 49 static void frob_ro_after_init(const struct module_layout *layout, in frob_ro_after_init() 56 static void frob_writable_data(const struct module_layout *layout, in frob_writable_data() 63 static bool layout_check_misalignment(const struct module_layout *layout) in layout_check_misalignment()
|
D | tree_lookup.c | 24 struct module_layout *layout = container_of(n, struct module_layout, mtn.node); in __mod_tree_val() 31 struct module_layout *layout = container_of(n, struct module_layout, mtn.node); in __mod_tree_size()
|
D | version.c | 94 void module_layout(struct module *mod, in module_layout() function 101 EXPORT_SYMBOL(module_layout);
|
D | internal.h | 282 void module_layout(struct module *mod, struct modversion_info *ver, struct kernel_param *kp,
|
/linux-6.1.9/include/linux/ ! |
D | module.h | 323 struct module_layout { struct 422 struct module_layout core_layout __module_layout_align; 423 struct module_layout init_layout; 425 struct module_layout data_layout;
|