Lines Matching refs:archdata
19 struct archdata { struct
27 struct archdata *archdata; in mips_module_init() argument
32 archdata = (struct archdata *)(mod->archdata_start); in mips_module_init()
33 if (!mod_archdata_member_present(mod, struct archdata, dbe_table_end)) in mips_module_init()
36 if (archdata->dbe_table_start > archdata->dbe_table_end || in mips_module_init()
37 (archdata->dbe_table_start && in mips_module_init()
38 !((unsigned long)archdata->dbe_table_start >= in mips_module_init()
40 ((unsigned long)archdata->dbe_table_end < in mips_module_init()
42 (((unsigned long)archdata->dbe_table_start - in mips_module_init()
43 (unsigned long)archdata->dbe_table_end) % in mips_module_init()
58 static struct archdata archdata = { in mips_init_modules() local
63 mod->archdata_start = (char *)&archdata; in mips_init_modules()
64 mod->archdata_end = mod->archdata_start + sizeof(archdata); in mips_init_modules()