Searched refs:in_init (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/arch/arm/kernel/
H A Dmodule-plts.c33 static bool in_init(const struct module *mod, u32 addr) in_init() function
43 if (in_init(mod, loc)) { get_module_plt()
/linux-4.4.14/arch/ia64/kernel/
H A Dmodule.c487 in_init (const struct module *mod, uint64_t addr) in_init() function
501 return in_init(mod, value) || in_core(mod, value); is_internal()
545 if (in_init(mod, (uint64_t) insn)) { get_plt()
642 if ((in_init(mod, val) && in_core(mod, (uint64_t)location)) || do_reloc()
643 (in_core(mod, val) && in_init(mod, (uint64_t)location))) { do_reloc()
678 val -= (uint64_t) (in_init(mod, val) ? mod->module_init : mod->module_core); do_reloc()
854 if (in_init(mod, e1->start_offset)) register_unwind_table()
875 if (in_init(mod, start->start_offset)) { register_unwind_table()
/linux-4.4.14/arch/parisc/kernel/
H A Dmodule.c44 * if (in_init(me, (void *)val))
101 static inline int in_init(struct module *me, void *loc) in_init() function
115 return in_init(me, loc) || in_core(me, loc); in_local()

Completed in 126 milliseconds