Home
last modified time | relevance | path

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

/arch/ia64/kernel/
Dmodule.c489 in_init (const struct module *mod, uint64_t addr) in in_init() function
503 return in_init(mod, value) || in_core(mod, value); in is_internal()
547 if (in_init(mod, (uint64_t) insn)) { in get_plt()
644 if ((in_init(mod, val) && in_core(mod, (uint64_t)location)) || in do_reloc()
645 (in_core(mod, val) && in_init(mod, (uint64_t)location))) { in do_reloc()
680 val -= (uint64_t) (in_init(mod, val) ? mod->init_layout.base : mod->core_layout.base); in do_reloc()
856 if (in_init(mod, e1->start_offset)) in register_unwind_table()
877 if (in_init(mod, start->start_offset)) { in register_unwind_table()
/arch/arm64/kernel/
Dmodule-plts.c68 static bool in_init(const struct module *mod, void *loc) in in_init() function
77 struct mod_plt_sec *pltsec = !in_init(mod, loc) ? &mod->arch.core : in module_emit_plt_entry()
108 struct mod_plt_sec *pltsec = !in_init(mod, loc) ? &mod->arch.core : in module_emit_veneer_for_adrp()
/arch/arm/kernel/
Dmodule-plts.c31 static bool in_init(const struct module *mod, unsigned long loc) in in_init() function
53 struct mod_plt_sec *pltsec = !in_init(mod, loc) ? &mod->arch.core : in get_module_plt()
/arch/parisc/kernel/
Dmodule.c81 static inline int in_init(struct module *me, void *loc) in in_init() function
95 return in_init(me, loc) || in_core(me, loc); in in_local()