Home
last modified time | relevance | path

Searched refs:add_kallsyms (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/module/
H A Dinternal.h360 void add_kallsyms(struct module *mod, const struct load_info *info);
369 static inline void add_kallsyms(struct module *mod, const struct load_info *info) { } in add_kallsyms() function
H A Dkallsyms.c145 /* Note add_kallsyms() computes strtab_size as core_typeoffs - stroffs */ in layout_symtab()
170 void add_kallsyms(struct module *mod, const struct load_info *info) in add_kallsyms() function
H A Dmain.c2950 add_kallsyms(mod, info); in post_relocation()