Lines Matching refs:mas
908 struct mod_arch_specific *mas = &mod->arch; in module_finalize() local
911 if (mas->unwind) in module_finalize()
918 mas->opd_addr = (void *)mas->opd->sh_addr; in module_finalize()
919 mas->opd_size = mas->opd->sh_size; in module_finalize()
925 mas->core_plt = NULL; in module_finalize()
926 mas->init_plt = NULL; in module_finalize()
927 mas->got = NULL; in module_finalize()
928 mas->opd = NULL; in module_finalize()
929 mas->unwind = NULL; in module_finalize()
930 mas->gp = 0; in module_finalize()
931 mas->next_got_entry = 0; in module_finalize()
951 struct mod_arch_specific *mas = &mod->arch; in dereference_module_function_descriptor() local
953 if (ptr < mas->opd_addr || ptr >= mas->opd_addr + mas->opd_size) in dereference_module_function_descriptor()