Searched refs:fp_abi (Results 1 – 2 of 2) sorted by relevance
104 state->fp_abi = MIPS_ABI_FP_OLD_64; in arch_elf_pt_proc()128 state->interp_fp_abi = abiflags.fp_abi; in arch_elf_pt_proc()130 state->fp_abi = abiflags.fp_abi; in arch_elf_pt_proc()147 int fp_abi, interp_fp_abi, abi0, abi1, max_abi; in arch_check_elf() local183 fp_abi = state->fp_abi; in arch_check_elf()188 abi0 = min(fp_abi, interp_fp_abi); in arch_check_elf()189 abi1 = max(fp_abi, interp_fp_abi); in arch_check_elf()191 abi0 = abi1 = fp_abi; in arch_check_elf()
197 uint8_t fp_abi; /* The floating-point ABI */ member492 int fp_abi; member501 .fp_abi = MIPS_ABI_FP_UNKNOWN, \