Lines Matching refs:mas
910 struct mod_arch_specific *mas = &mod->arch; in module_finalize() local
913 if (mas->unwind) in module_finalize()
920 mas->opd_addr = (void *)mas->opd->sh_addr; in module_finalize()
921 mas->opd_size = mas->opd->sh_size; in module_finalize()
927 mas->core_plt = NULL; in module_finalize()
928 mas->init_plt = NULL; in module_finalize()
929 mas->got = NULL; in module_finalize()
930 mas->opd = NULL; in module_finalize()
931 mas->unwind = NULL; in module_finalize()
932 mas->gp = 0; in module_finalize()
933 mas->next_got_entry = 0; in module_finalize()
953 struct mod_arch_specific *mas = &mod->arch; in dereference_module_function_descriptor() local
955 if (ptr < mas->opd_addr || ptr >= mas->opd_addr + mas->opd_size) in dereference_module_function_descriptor()