Searched refs:fp_abi (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | elf.c | 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() local 183 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() [all...] |
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | elf.c | 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() local 183 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() [all...] |
/kernel/linux/linux-5.10/arch/loongarch/include/asm/ |
H A D | elf.h | 324 int fp_abi; member 331 .fp_abi = LOONGARCH_ABI_FP_ANY, \
|
/kernel/linux/linux-6.6/arch/loongarch/include/asm/ |
H A D | elf.h | 323 int fp_abi; member 330 .fp_abi = LOONGARCH_ABI_FP_ANY, \
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | elf.h | 197 uint8_t fp_abi; /* The floating-point ABI */ member 492 int fp_abi; member 501 .fp_abi = MIPS_ABI_FP_UNKNOWN, \
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | elf.h | 197 uint8_t fp_abi; /* The floating-point ABI */ member 474 int fp_abi; member 483 .fp_abi = MIPS_ABI_FP_UNKNOWN, \
|
Completed in 5 milliseconds