Searched refs:in_init (Results 1 – 4 of 4) sorted by relevance
/arch/ia64/kernel/ |
D | module.c | 488 in_init (const struct module *mod, uint64_t addr) in in_init() function 502 return in_init(mod, value) || in_core(mod, value); in is_internal() 546 if (in_init(mod, (uint64_t) insn)) { in get_plt() 643 if ((in_init(mod, val) && in_core(mod, (uint64_t)location)) || in do_reloc() 644 (in_core(mod, val) && in_init(mod, (uint64_t)location))) { in do_reloc() 679 val -= (uint64_t) (in_init(mod, val) ? mod->init_layout.base : mod->core_layout.base); in do_reloc() 855 if (in_init(mod, e1->start_offset)) in register_unwind_table() 876 if (in_init(mod, start->start_offset)) { in register_unwind_table()
|
/arch/arm64/kernel/ |
D | module-plts.c | 14 static bool in_init(const struct module *mod, void *loc) in in_init() function 22 struct mod_plt_sec *pltsec = !in_init(mod, loc) ? &mod->arch.core : in module_emit_plt_entry()
|
/arch/arm/kernel/ |
D | module-plts.c | 34 static bool in_init(const struct module *mod, unsigned long loc) in in_init() function 41 struct mod_plt_sec *pltsec = !in_init(mod, loc) ? &mod->arch.core : in get_module_plt()
|
/arch/parisc/kernel/ |
D | module.c | 101 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()
|