OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mips_fpabi
(Results
1 - 1
of
1
) sorted by null
/bionic/linker/
linker_mips.cpp
244
int
mips_fpabi
;
local
264
mips_fpabi
= MIPS_ABI_FP_DOUBLE;
266
mips_fpabi
= abiflags->fp_abi;
268
&& (
mips_fpabi
== MIPS_ABI_FP_XX ||
269
mips_fpabi
== MIPS_ABI_FP_64A ) ) {
276
if (!(
mips_fpabi
== MIPS_ABI_FP_DOUBLE ||
278
mips_fpabi
== MIPS_ABI_FP_64A ||
280
mips_fpabi
== MIPS_ABI_FP_ANY ||
281
mips_fpabi
== MIPS_ABI_FP_XX )) {
283
mips_fpabi
, get_realpath())
[
all
...]
Completed in 110 milliseconds