Searched refs:none_req (Results 1 – 2 of 2) sorted by relevance
74 static struct mode_req none_req = { true, true, false, true, true }; variable213 prog_req = (abi0 == MIPS_ABI_FP_UNKNOWN) ? none_req : fpu_reqs[abi0]; in arch_check_elf()214 interp_req = (abi1 == MIPS_ABI_FP_UNKNOWN) ? none_req : fpu_reqs[abi1]; in arch_check_elf()
244 static struct mode_req none_req = { true, true, false, true, true }; in target_cpu_copy_regs() local269 prog_req = (info->fp_abi == MIPS_ABI_FP_UNKNOWN) ? none_req in target_cpu_copy_regs()271 interp_req = (info->interp_fp_abi == MIPS_ABI_FP_UNKNOWN) ? none_req in target_cpu_copy_regs()