OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FUNCTION_CALL
(Results
1 - 9
of
9
) sorted by null
/toolchain/binutils/binutils-2.25/gold/
symtab.h
671
FUNCTION_CALL
= 8,
706
if ((flags &
FUNCTION_CALL
) && this->has_plt_offset())
761
if ((flags &
FUNCTION_CALL
) && this->is_weak_undefined())
[
all
...]
i386.cc
[
all
...]
sparc.cc
[
all
...]
powerpc.cc
[
all
...]
tilegx.cc
[
all
...]
x86_64.cc
[
all
...]
arm.cc
[
all
...]
mips.cc
[
all
...]
/external/v8/src/
factory.cc
18
// Calls the
FUNCTION_CALL
function and retries it up to three times
31
#define CALL_HEAP_FUNCTION(ISOLATE,
FUNCTION_CALL
, TYPE) \
33
AllocationResult __allocation__ =
FUNCTION_CALL
; \
40
__allocation__ =
FUNCTION_CALL
; \
47
__allocation__ =
FUNCTION_CALL
; \
[
all
...]
Completed in 1410 milliseconds