Home
last modified time | relevance | path

Searched refs:mips_fpabi (Results 1 – 1 of 1) sorted by relevance

/bionic/linker/
Dlinker_mips.cpp244 int mips_fpabi; in mips_check_and_adjust_fp_modes() local
264 mips_fpabi = MIPS_ABI_FP_DOUBLE; in mips_check_and_adjust_fp_modes()
266 mips_fpabi = abiflags->fp_abi; in mips_check_and_adjust_fp_modes()
268 && (mips_fpabi == MIPS_ABI_FP_XX || in mips_check_and_adjust_fp_modes()
269 mips_fpabi == MIPS_ABI_FP_64A ) ) { in mips_check_and_adjust_fp_modes()
276 if (!(mips_fpabi == MIPS_ABI_FP_DOUBLE || in mips_check_and_adjust_fp_modes()
278 mips_fpabi == MIPS_ABI_FP_64A || in mips_check_and_adjust_fp_modes()
280 mips_fpabi == MIPS_ABI_FP_ANY || in mips_check_and_adjust_fp_modes()
281 mips_fpabi == MIPS_ABI_FP_XX )) { in mips_check_and_adjust_fp_modes()
283 mips_fpabi, get_realpath()); in mips_check_and_adjust_fp_modes()
[all …]