Searched refs:fp_abi (Results 1 – 3 of 3) sorted by relevance
103 state->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()129 state->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() local182 fp_abi = state->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()190 abi0 = abi1 = fp_abi; in arch_check_elf()
197 uint8_t fp_abi; /* The floating-point ABI */ member474 int fp_abi; member483 .fp_abi = MIPS_ABI_FP_UNKNOWN, \
326 int fp_abi; member333 .fp_abi = LOONGARCH_ABI_FP_ANY, \