Searched refs:interp_fp_abi (Results 1 – 2 of 2) sorted by relevance
102 state->interp_fp_abi = MIPS_ABI_FP_OLD_64; in arch_elf_pt_proc()133 state->interp_fp_abi = abiflags.fp_abi; in arch_elf_pt_proc()152 int fp_abi, interp_fp_abi, abi0, abi1, max_abi; in arch_check_elf() local191 interp_fp_abi = state->interp_fp_abi; in arch_check_elf()193 abi0 = min(fp_abi, interp_fp_abi); in arch_check_elf()194 abi1 = max(fp_abi, interp_fp_abi); in arch_check_elf()
476 int interp_fp_abi; member485 .interp_fp_abi = MIPS_ABI_FP_UNKNOWN, \