Searched refs:section_objs (Results 1 – 1 of 1) sorted by relevance
/linux-3.4.99/kernel/ |
D | module.c | 196 static void *section_objs(const struct load_info *info, in section_objs() function 2582 mod->kp = section_objs(info, "__param", in find_module_sections() 2584 mod->syms = section_objs(info, "__ksymtab", in find_module_sections() 2587 mod->gpl_syms = section_objs(info, "__ksymtab_gpl", in find_module_sections() 2591 mod->gpl_future_syms = section_objs(info, in find_module_sections() 2598 mod->unused_syms = section_objs(info, "__ksymtab_unused", in find_module_sections() 2602 mod->unused_gpl_syms = section_objs(info, "__ksymtab_unused_gpl", in find_module_sections() 2608 mod->ctors = section_objs(info, ".ctors", in find_module_sections() 2613 mod->tracepoints_ptrs = section_objs(info, "__tracepoints_ptrs", in find_module_sections() 2618 mod->jump_entries = section_objs(info, "__jump_table", in find_module_sections() [all …]
|