Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/
Dmodule.c392 static void *section_objs(const struct load_info *info, in section_objs() function
2896 mod->kp = section_objs(info, "__param", in find_module_sections()
2898 mod->syms = section_objs(info, "__ksymtab", in find_module_sections()
2901 mod->gpl_syms = section_objs(info, "__ksymtab_gpl", in find_module_sections()
2905 mod->gpl_future_syms = section_objs(info, in find_module_sections()
2912 mod->unused_syms = section_objs(info, "__ksymtab_unused", in find_module_sections()
2916 mod->unused_gpl_syms = section_objs(info, "__ksymtab_unused_gpl", in find_module_sections()
2922 mod->ctors = section_objs(info, ".ctors", in find_module_sections()
2925 mod->ctors = section_objs(info, ".init_array", in find_module_sections()
2939 mod->tracepoints_ptrs = section_objs(info, "__tracepoints_ptrs", in find_module_sections()
[all …]