Lines Matching refs:load_info

184 static unsigned int find_sec(const struct load_info *info, const char *name)  in find_sec()
208 static int find_any_unique_sec(const struct load_info *info, const char *name) in find_any_unique_sec()
231 static void *section_addr(const struct load_info *info, const char *name) in section_addr()
238 static void *section_objs(const struct load_info *info, in section_objs()
251 static unsigned int find_any_sec(const struct load_info *info, const char *name) in find_any_sec()
267 static __maybe_unused void *any_section_objs(const struct load_info *info, in any_section_objs()
405 static int percpu_modalloc(struct module *mod, struct load_info *info) in percpu_modalloc()
434 static unsigned int find_pcpusec(struct load_info *info) in find_pcpusec()
496 static int percpu_modalloc(struct module *mod, struct load_info *info) in percpu_modalloc()
506 static unsigned int find_pcpusec(struct load_info *info) in find_pcpusec()
1055 static char *get_next_modinfo(const struct load_info *info, const char *tag, in get_next_modinfo()
1081 static char *get_modinfo(const struct load_info *info, const char *tag) in get_modinfo()
1086 static int verify_namespace_is_imported(const struct load_info *info, in verify_namespace_is_imported()
1134 const struct load_info *info, in resolve_symbol()
1190 const struct load_info *info, in resolve_symbol_wait()
1424 static int simplify_symbols(struct module *mod, const struct load_info *info) in simplify_symbols()
1495 static int apply_relocations(struct module *mod, const struct load_info *info) in apply_relocations()
1561 static void __layout_sections(struct module *mod, struct load_info *info, bool is_init) in __layout_sections()
1634 static void layout_sections(struct module *mod, struct load_info *info) in layout_sections()
1662 static void setup_modinfo(struct module *mod, struct load_info *info) in setup_modinfo()
1694 static int validate_section_offset(const struct load_info *info, Elf_Shdr *shdr) in validate_section_offset()
1729 static int elf_validity_ehdr(const struct load_info *info) in elf_validity_ehdr()
1773 static int elf_validity_cache_sechdrs(struct load_info *info) in elf_validity_cache_sechdrs()
1853 static int elf_validity_cache_secstrings(struct load_info *info) in elf_validity_cache_secstrings()
1914 static int elf_validity_cache_index_info(struct load_info *info) in elf_validity_cache_index_info()
1960 static int elf_validity_cache_index_mod(struct load_info *info) in elf_validity_cache_index_mod()
2007 static int elf_validity_cache_index_sym(struct load_info *info) in elf_validity_cache_index_sym()
2042 static int elf_validity_cache_index_str(struct load_info *info) in elf_validity_cache_index_str()
2079 static int elf_validity_cache_index_versions(struct load_info *info, int flags) in elf_validity_cache_index_versions()
2153 static int elf_validity_cache_index(struct load_info *info, int flags) in elf_validity_cache_index()
2195 static int elf_validity_cache_strtab(struct load_info *info) in elf_validity_cache_strtab()
2251 static int elf_validity_cache_copy(struct load_info *info, int flags) in elf_validity_cache_copy()
2298 static int check_modinfo_livepatch(struct module *mod, struct load_info *info) in check_modinfo_livepatch()
2312 static void check_modinfo_retpoline(struct module *mod, struct load_info *info) in check_modinfo_retpoline()
2323 struct load_info *info) in copy_module_from_user()
2354 static void free_copy(struct load_info *info, int flags) in free_copy()
2362 static int rewrite_section_headers(struct load_info *info, int flags) in rewrite_section_headers()
2401 static void module_augment_kernel_taints(struct module *mod, struct load_info *info) in module_augment_kernel_taints()
2464 static int check_modinfo(struct module *mod, struct load_info *info, int flags) in check_modinfo()
2490 static int find_module_sections(struct module *mod, struct load_info *info) in find_module_sections()
2615 static int move_module(struct module *mod, struct load_info *info) in move_module()
2768 static struct module *layout_and_allocate(struct load_info *info, int flags) in layout_and_allocate()
2828 static void module_deallocate(struct module *mod, struct load_info *info) in module_deallocate()
2844 static int post_relocation(struct module *mod, const struct load_info *info) in post_relocation()
3140 static int complete_formation(struct module *mod, struct load_info *info) in complete_formation()
3219 static int early_mod_check(struct load_info *info, int flags) in early_mod_check()
3255 static int load_module(struct load_info *info, const char __user *uargs, in load_module()
3472 struct load_info info = { }; in SYSCALL_DEFINE3()
3577 struct load_info info = { }; in init_module_from_file()