Searched refs:fp_abi (Results 1 – 2 of 2) sorted by relevance
105 state->fp_abi = MIPS_ABI_FP_OLD_64; in arch_elf_pt_proc()129 state->interp_fp_abi = abiflags.fp_abi; in arch_elf_pt_proc()131 state->fp_abi = abiflags.fp_abi; in arch_elf_pt_proc()148 int fp_abi, interp_fp_abi, abi0, abi1, max_abi; in arch_check_elf() local184 fp_abi = state->fp_abi; in arch_check_elf()189 abi0 = min(fp_abi, interp_fp_abi); in arch_check_elf()190 abi1 = max(fp_abi, interp_fp_abi); in arch_check_elf()192 abi0 = abi1 = fp_abi; in arch_check_elf()
197 uint8_t fp_abi; /* The floating-point ABI */ member486 int fp_abi; member495 .fp_abi = MIPS_ABI_FP_UNKNOWN, \