OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hardfp
(Results
1 - 4
of
4
) sorted by null
/external/ltrace/sysdeps/linux-gnu/arm/
arch.h
57
unsigned int
hardfp
:1;
member in struct:arch_library_data
fetch.c
72
bool
hardfp
:1;
member in struct:fetch_context
82
if (context->
hardfp
104
context->
hardfp
= mainp->libraries->arch.
hardfp
;
208
if (ctx->
hardfp
&& !ctx->in_varargs) {
272
if (ctx->
hardfp
&& !ctx->in_varargs) {
289
if (ctx->
hardfp
&& !ctx->in_varargs) {
plt.c
59
* ABI is softfp or
hardfp
. */
60
unsigned
hardfp
= 0;
local
163
hardfp
= get_hardfp(v);
204
lib->arch.
hardfp
=
hardfp
;
/external/v8/
Makefile
182
#
hardfp
=on/off. Deprecated, use armfloatabi
183
ifeq ($(
hardfp
),on)
186
ifeq ($(
hardfp
),off)
199
ifeq ($(
hardfp
),)
Completed in 3319 milliseconds