Lines Matching defs:info
236 static unsigned int find_sec(const struct load_info *info, const char *name) in find_sec()
260 static int find_any_unique_sec(const struct load_info *info, const char *name) in find_any_unique_sec()
283 static void *section_addr(const struct load_info *info, const char *name) in section_addr()
290 static void *section_objs(const struct load_info *info, in section_objs()
303 static unsigned int find_any_sec(const struct load_info *info, const char *name) in find_any_sec()
319 static __maybe_unused void *any_section_objs(const struct load_info *info, in any_section_objs()
457 static int percpu_modalloc(struct module *mod, struct load_info *info) in percpu_modalloc()
486 static unsigned int find_pcpusec(struct load_info *info) in find_pcpusec()
548 static int percpu_modalloc(struct module *mod, struct load_info *info) in percpu_modalloc()
558 static unsigned int find_pcpusec(struct load_info *info) in find_pcpusec()
1109 static char *get_next_modinfo(const struct load_info *info, const char *tag, in get_next_modinfo()
1135 static char *get_modinfo(const struct load_info *info, const char *tag) in get_modinfo()
1180 static int verify_namespace_is_imported(const struct load_info *info, in verify_namespace_is_imported()
1232 const struct load_info *info, in resolve_symbol()
1288 const struct load_info *info, in resolve_symbol_wait()
1513 static int simplify_symbols(struct module *mod, const struct load_info *info) in simplify_symbols()
1584 static int apply_relocations(struct module *mod, const struct load_info *info) in apply_relocations()
1656 static void __layout_sections(struct module *mod, struct load_info *info, bool is_init) in __layout_sections()
1728 static void layout_sections(struct module *mod, struct load_info *info) in layout_sections()
1756 static int setup_modinfo(struct module *mod, struct load_info *info) in setup_modinfo()
1803 static int validate_section_offset(const struct load_info *info, Elf_Shdr *shdr) in validate_section_offset()
1838 static int elf_validity_ehdr(const struct load_info *info) in elf_validity_ehdr()
1882 static int elf_validity_cache_sechdrs(struct load_info *info) in elf_validity_cache_sechdrs()
1962 static int elf_validity_cache_secstrings(struct load_info *info) in elf_validity_cache_secstrings()
2023 static int elf_validity_cache_index_info(struct load_info *info) in elf_validity_cache_index_info()
2069 static int elf_validity_cache_index_mod(struct load_info *info) in elf_validity_cache_index_mod()
2116 static int elf_validity_cache_index_sym(struct load_info *info) in elf_validity_cache_index_sym()
2151 static int elf_validity_cache_index_str(struct load_info *info) in elf_validity_cache_index_str()
2188 static int elf_validity_cache_index_versions(struct load_info *info, int flags) in elf_validity_cache_index_versions()
2262 static int elf_validity_cache_index(struct load_info *info, int flags) in elf_validity_cache_index()
2304 static int elf_validity_cache_strtab(struct load_info *info) in elf_validity_cache_strtab()
2360 static int elf_validity_cache_copy(struct load_info *info, int flags) in elf_validity_cache_copy()
2407 static int check_modinfo_livepatch(struct module *mod, struct load_info *info) in check_modinfo_livepatch()
2421 static void check_modinfo_retpoline(struct module *mod, struct load_info *info) in check_modinfo_retpoline()
2432 struct load_info *info) in copy_module_from_user()
2463 static void free_copy(struct load_info *info, int flags) in free_copy()
2471 static int rewrite_section_headers(struct load_info *info, int flags) in rewrite_section_headers()
2510 static void module_augment_kernel_taints(struct module *mod, struct load_info *info) in module_augment_kernel_taints()
2573 static int check_modinfo(struct module *mod, struct load_info *info, int flags) in check_modinfo()
2599 static int find_module_sections(struct module *mod, struct load_info *info) in find_module_sections()
2724 static int move_module(struct module *mod, struct load_info *info) in move_module()
2876 static struct module *layout_and_allocate(struct load_info *info, int flags) in layout_and_allocate()
2924 static void module_deallocate(struct module *mod, struct load_info *info) in module_deallocate()
2940 static int post_relocation(struct module *mod, const struct load_info *info) in post_relocation()
3236 static int complete_formation(struct module *mod, struct load_info *info) in complete_formation()
3315 static int early_mod_check(struct load_info *info, int flags) in early_mod_check()
3351 static int load_module(struct load_info *info, const char __user *uargs, in load_module()
3573 struct load_info info = { }; in SYSCALL_DEFINE3() local
3678 struct load_info info = { }; in init_module_from_file() local