Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/
Dmodule.c243 static void *section_objs(const struct load_info *info, in section_objs() function
2741 mod->kp = section_objs(info, "__param", in find_module_sections()
2743 mod->syms = section_objs(info, "__ksymtab", in find_module_sections()
2746 mod->gpl_syms = section_objs(info, "__ksymtab_gpl", in find_module_sections()
2750 mod->gpl_future_syms = section_objs(info, in find_module_sections()
2757 mod->unused_syms = section_objs(info, "__ksymtab_unused", in find_module_sections()
2761 mod->unused_gpl_syms = section_objs(info, "__ksymtab_unused_gpl", in find_module_sections()
2767 mod->ctors = section_objs(info, ".ctors", in find_module_sections()
2770 mod->ctors = section_objs(info, ".init_array", in find_module_sections()
2784 mod->tracepoints_ptrs = section_objs(info, "__tracepoints_ptrs", in find_module_sections()
[all …]