Home
last modified time | relevance | path

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

/kernel/
Dmodule.c392 static void *section_objs(const struct load_info *info, in section_objs() function
2940 mod->kp = section_objs(info, "__param", in find_module_sections()
2942 mod->syms = section_objs(info, "__ksymtab", in find_module_sections()
2945 mod->gpl_syms = section_objs(info, "__ksymtab_gpl", in find_module_sections()
2949 mod->gpl_future_syms = section_objs(info, in find_module_sections()
2956 mod->unused_syms = section_objs(info, "__ksymtab_unused", in find_module_sections()
2960 mod->unused_gpl_syms = section_objs(info, "__ksymtab_unused_gpl", in find_module_sections()
2966 mod->ctors = section_objs(info, ".ctors", in find_module_sections()
2969 mod->ctors = section_objs(info, ".init_array", in find_module_sections()
2983 mod->tracepoints_ptrs = section_objs(info, "__tracepoints_ptrs", in find_module_sections()
[all …]