/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/ |
jalx-2-ex.s | 9 .globl external_function 12 .ent external_function 13 .type external_function, @function 14 external_function: label 32 .end external_function 33 .size external_function, .-external_function
|
jalx-2.dd | 5 04400000 <external_function>: 36 4400054: f110 0000 jalx 4400000 <external_function>
|
jalx-2-main.s | 63 jal external_function
|
/external/llvm/test/CodeGen/AMDGPU/ |
call.ll | 5 ; CHECK: in function test_call_external{{.*}}: unsupported call to function external_function 10 declare i32 @external_function(i32) nounwind 16 %c = call i32 @external_function(i32 %b) nounwind
|
/external/llvm/test/CodeGen/X86/ |
atom-pad-short-functions.ll | 3 declare void @external_function(...) 72 ; CHECK: jmp external_function 74 tail call void bitcast (void (...)* @external_function to void ()*)() nounwind
|
/external/clang/test/Index/ |
comment-c-decls.c | 20 extern void external_function(int x1); 21 // CHECK: <Declaration>extern void external_function(int x1)</Declaration>
|
format-comment-cdecls.c | 15 extern void external_function(int x1); 16 // CHECK: <Declaration>extern void external_function(int x1)</Declaration>
|
/external/v8/src/arm64/ |
simulator-arm64.cc | 466 Redirection(Isolate* isolate, void* external_function, 468 : external_function_(external_function), type_(type), next_(NULL) { 481 T external_function() { return reinterpret_cast<T>(external_function_); } function in class:v8::internal::Redirection 485 static Redirection* Get(Isolate* isolate, void* external_function, 489 if (current->external_function_ == external_function) { 494 return new Redirection(isolate, external_function, type); 507 return redirection->external_function<void*>(); 575 int64_t external = redirection->external_function<int64_t>(); 578 redirection->external_function<void*>()); 782 void* external_function, [all...] |
simulator-arm64.h | 282 void* external_function,
|
/external/v8/src/mips/ |
simulator-mips.cc | 962 void* external_function() { return external_function_; } function in class:v8::internal::Redirection [all...] |
simulator-mips.h | 471 void* external_function,
|
/external/v8/src/ppc/ |
simulator-ppc.cc | 797 Redirection(Isolate* isolate, void* external_function, 799 : external_function_(external_function), 823 void* external_function() { return external_function_; } function in class:v8::internal::Redirection 826 static Redirection* Get(Isolate* isolate, void* external_function, 830 if (current->external_function_ == external_function) { 835 return new Redirection(isolate, external_function, type); 855 return redirection->external_function(); 890 void* external_function, 892 Redirection* redirection = Redirection::Get(isolate, external_function, type); [all...] |
simulator-ppc.h | 343 Isolate* isolate, void* external_function,
|
/external/v8/src/arm/ |
simulator-arm.h | 370 Isolate* isolate, void* external_function,
|
simulator-arm.cc | 730 Redirection(Isolate* isolate, void* external_function, 732 : external_function_(external_function), 748 void* external_function() { return external_function_; } function in class:v8::internal::Redirection 751 static Redirection* Get(Isolate* isolate, void* external_function, 755 if (current->external_function_ == external_function) { 760 return new Redirection(isolate, external_function, type); 773 return redirection->external_function(); 807 void* external_function, 809 Redirection* redirection = Redirection::Get(isolate, external_function, type); [all...] |
/external/v8/src/mips64/ |
simulator-mips64.h | 502 void* external_function,
|
simulator-mips64.cc | 878 Redirection(Isolate* isolate, void* external_function, 880 : external_function_(external_function), 896 void* external_function() { return external_function_; } function in class:v8::internal::Redirection 899 static Redirection* Get(Isolate* isolate, void* external_function, 903 if (current->external_function_ == external_function) return current; 905 return new Redirection(isolate, external_function, type); 918 return redirection->external_function(); [all...] |
/external/v8/src/s390/ |
simulator-s390.h | 459 Isolate* isolate, void* external_function,
|
simulator-s390.cc | 1578 void* external_function() { return external_function_; } function in class:v8::internal::Redirection [all...] |