Searched refs:section_objs (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/kernel/ | 
| D | module.c | 365 static void *section_objs(const struct load_info *info,  in section_objs()  function3148 	mod->kp = section_objs(info, "__param",  in find_module_sections()
 3150 	mod->syms = section_objs(info, "__ksymtab",  in find_module_sections()
 3153 	mod->gpl_syms = section_objs(info, "__ksymtab_gpl",  in find_module_sections()
 3157 	mod->gpl_future_syms = section_objs(info,  in find_module_sections()
 3164 	mod->unused_syms = section_objs(info, "__ksymtab_unused",  in find_module_sections()
 3168 	mod->unused_gpl_syms = section_objs(info, "__ksymtab_unused_gpl",  in find_module_sections()
 3174 	mod->ctors = section_objs(info, ".ctors",  in find_module_sections()
 3177 		mod->ctors = section_objs(info, ".init_array",  in find_module_sections()
 3191 	mod->tracepoints_ptrs = section_objs(info, "__tracepoints_ptrs",  in find_module_sections()
 [all …]
 
 |