Searched refs:interp_fp_abi (Results 1 – 3 of 3) sorted by relevance
101 state->interp_fp_abi = MIPS_ABI_FP_OLD_64; in arch_elf_pt_proc()127 state->interp_fp_abi = abiflags.fp_abi; in arch_elf_pt_proc()146 int fp_abi, interp_fp_abi, abi0, abi1, max_abi; in arch_check_elf() local185 interp_fp_abi = state->interp_fp_abi; in arch_check_elf()187 abi0 = min(fp_abi, interp_fp_abi); in arch_check_elf()188 abi1 = max(fp_abi, interp_fp_abi); in arch_check_elf()
327 int interp_fp_abi; member334 .interp_fp_abi = LOONGARCH_ABI_FP_ANY, \
475 int interp_fp_abi; member484 .interp_fp_abi = MIPS_ABI_FP_UNKNOWN, \