Home
last modified time | relevance | path

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

/openbmc/linux/kernel/module/
H A Dinternal.h348 void init_build_id(struct module *mod, const struct load_info *info);
357 static inline void init_build_id(struct module *mod, const struct load_info *info) { } in init_build_id() function
H A Dkallsyms.c228 void init_build_id(struct module *mod, const struct load_info *info) in init_build_id() function
242 void init_build_id(struct module *mod, const struct load_info *info) in init_build_id() function
H A Dmain.c2941 init_build_id(mod, info); in load_module()