Searched refs:section_objs (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/kernel/ |
H A D | module.c | 243 static void *section_objs(const struct load_info *info, section_objs() function 2741 mod->kp = section_objs(info, "__param", find_module_sections() 2743 mod->syms = section_objs(info, "__ksymtab", find_module_sections() 2746 mod->gpl_syms = section_objs(info, "__ksymtab_gpl", find_module_sections() 2750 mod->gpl_future_syms = section_objs(info, find_module_sections() 2757 mod->unused_syms = section_objs(info, "__ksymtab_unused", find_module_sections() 2761 mod->unused_gpl_syms = section_objs(info, "__ksymtab_unused_gpl", find_module_sections() 2767 mod->ctors = section_objs(info, ".ctors", find_module_sections() 2770 mod->ctors = section_objs(info, ".init_array", find_module_sections() 2784 mod->tracepoints_ptrs = section_objs(info, "__tracepoints_ptrs", find_module_sections() 2789 mod->jump_entries = section_objs(info, "__jump_table", find_module_sections() 2794 mod->trace_events = section_objs(info, "_ftrace_events", find_module_sections() 2797 mod->trace_enums = section_objs(info, "_ftrace_enum_map", find_module_sections() 2802 mod->trace_bprintk_fmt_start = section_objs(info, "__trace_printk_fmt", find_module_sections() 2808 mod->ftrace_callsites = section_objs(info, "__mcount_loc", find_module_sections() 2813 mod->extable = section_objs(info, "__ex_table", find_module_sections() 2819 info->debug = section_objs(info, "__verbose", find_module_sections()
|
Completed in 69 milliseconds