Searched refs:interp_fp_abi (Results 1 – 3 of 3) sorted by relevance
102 state->interp_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()147 int fp_abi, interp_fp_abi, abi0, abi1, max_abi; in arch_check_elf() local186 interp_fp_abi = state->interp_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()
324 int interp_fp_abi; member331 .interp_fp_abi = LOONGARCH_ABI_FP_ANY, \
475 int interp_fp_abi; member484 .interp_fp_abi = MIPS_ABI_FP_UNKNOWN, \
Completed in 8 milliseconds