Lines Matching refs:section_objs

238 static void *section_objs(const struct load_info *info,  in section_objs()  function
2492 mod->kp = section_objs(info, "__param", in find_module_sections()
2494 mod->syms = section_objs(info, "__ksymtab", in find_module_sections()
2497 mod->gpl_syms = section_objs(info, "__ksymtab_gpl", in find_module_sections()
2503 mod->ctors = section_objs(info, ".ctors", in find_module_sections()
2506 mod->ctors = section_objs(info, ".init_array", in find_module_sections()
2519 mod->noinstr_text_start = section_objs(info, ".noinstr.text", 1, in find_module_sections()
2523 mod->tracepoints_ptrs = section_objs(info, "__tracepoints_ptrs", in find_module_sections()
2528 mod->srcu_struct_ptrs = section_objs(info, "___srcu_struct_ptrs", in find_module_sections()
2533 mod->bpf_raw_events = section_objs(info, "__bpf_raw_tp_map", in find_module_sections()
2543 mod->jump_entries = section_objs(info, "__jump_table", in find_module_sections()
2548 mod->trace_events = section_objs(info, "_ftrace_events", in find_module_sections()
2551 mod->trace_evals = section_objs(info, "_ftrace_eval_map", in find_module_sections()
2556 mod->trace_bprintk_fmt_start = section_objs(info, "__trace_printk_fmt", in find_module_sections()
2562 mod->ftrace_callsites = section_objs(info, FTRACE_CALLSITE_SECTION, in find_module_sections()
2567 mod->ei_funcs = section_objs(info, "_error_injection_whitelist", in find_module_sections()
2572 mod->kprobes_text_start = section_objs(info, ".kprobes.text", 1, in find_module_sections()
2574 mod->kprobe_blacklist = section_objs(info, "_kprobe_blacklist", in find_module_sections()
2579 mod->printk_index_start = section_objs(info, ".printk_index", in find_module_sections()
2584 mod->static_call_sites = section_objs(info, ".static_call_sites", in find_module_sections()
2589 mod->kunit_suites = section_objs(info, ".kunit_test_suites", in find_module_sections()
2592 mod->kunit_init_suites = section_objs(info, ".kunit_init_test_suites", in find_module_sections()
2597 mod->extable = section_objs(info, "__ex_table", in find_module_sections()
2604 mod->dyndbg_info.descs = section_objs(info, "__dyndbg", in find_module_sections()
2607 mod->dyndbg_info.classes = section_objs(info, "__dyndbg_classes", in find_module_sections()