Home
last modified time | relevance | path

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

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