Searched refs:stub (Results 1 - 25 of 111) sorted by relevance

12345

/macosx-10.10.1/JavaScriptCore-7600.1.17/
H A Dcreate_jit_stubs47 my $stub = "";
59 $stub = $1;
60 print $stub . "\n";
87 $stub = $stub_template;
90 $stub =~ s/$rtype_template/$rtype/g;
91 $stub =~ s/$op_template/$op/g;
92 $stub =~ s/\\\*/\*/g;
94 print $stub;
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/coff/
H A Dgo32exe.h23 char stub[STUBSIZE];/* the stub to load the image */ member in struct:external_filehdr_go32_exe
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/sym-link-load/
H A DMakefile51 main: main.c stub/libtest.dylib stub/liblink.dylib real/libbase.dylib
52 ${CC} ${CCFLAGS} -I${TESTROOT}/include -o main main.c stub/libtest.dylib stub/liblink.dylib real/libbase.dylib
54 stub/libtest.dylib: test.c
55 mkdir -p stub
56 ${CC} ${CCFLAGS} -I${TESTROOT}/include -dynamiclib test.c -DDO_NOTHING -o stub/libtest.dylib -install_name "${PWD}/real/libtest.dylib"
58 stub/liblink.dylib: link.c
59 mkdir -p stub
60 ${CC} ${CCFLAGS} -I${TESTROOT}/include -dynamiclib link.c -o stub/liblin
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/tests/
H A Dimport.test24 # Test "itcl::import::stub" command
26 test import-1.1 {basic syntax for "stub" command} {
27 list [catch {itcl::import::stub} result] $result
29 stub create name
30 stub exists name}}
32 test import-1.2 {"stub create" requires one argument} {
33 list [catch {itcl::import::stub create} result] $result \
34 [catch {itcl::import::stub create x y} result] $result
35 } {1 {wrong # args: should be "itcl::import::stub create name"} 1 {wrong # args: should be "itcl::import::stub creat
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DCallLinkInfo.cpp53 stub.clear();
63 if (stub) {
64 if (!Heap::isMarked(stub->structure())
65 || !Heap::isMarked(stub->executable())) {
69 stub->executable()->hashFor(specializationKind()),
70 ", stub routine ", RawPointer(stub.get()), ".\n");
H A DCallLinkInfo.h83 RefPtr<ClosureCallStubRoutine> stub; member in struct:JSC::CallLinkInfo
92 bool isLinked() { return stub || callee; }
H A DCallLinkStatus.cpp156 // path count, the stub, and the target - can all be asked racily. Stubs and targets can
164 if (ClosureCallStubRoutine* stub = callLinkInfo.stub.get())
165 return CallLinkStatus(stub->executable(), stub->structure());
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/upward-dylib/
H A DMakefile43 ${CC} ${CCFLAGS} -I${TESTROOT}/include -dynamiclib up.c -DSTUB -o libup.stub -install_name libup.dylib
44 ${CC} ${CCFLAGS} -I${TESTROOT}/include -dynamiclib down.c -o libdown.dylib -Wl,-upward_library,libup.stub
51 ${RM} ${RMFLAGS} *~ main1 main2 libup.dylib libdown.dylib libup.stub
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/staticstub/ns2/
H A Dnamed.conf.in55 type static-stub;
61 type static-stub;
66 type static-stub;
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dfind-file.el394 stub ;; name of the file without extension
454 stub nil
457 ;; otherwise build our filename stub
463 (setq stub "")
469 (setq stub (substring fname (match-beginning 1) (match-end 1)))
474 (concat stub (car (car (cdr match))))))
479 stub
529 stub ;; name of the file without extension
587 stub nil
590 ;; otherwise build our filename stub
[all...]
H A Dpcomplete.el329 (defvar pcomplete-last-completion-stub)
336 (make-variable-buffer-local 'pcomplete-last-completion-stub)
373 (pcomplete-insert-entry pcomplete-last-completion-stub
379 (let* ((pcomplete-stub)
385 (result (pcomplete-do-complete pcomplete-stub completions)))
389 (pcomplete-insert-entry pcomplete-stub (cdr result)
465 (defvar pcomplete-stub nil)
516 pcomplete-stub (pcomplete-arg))
631 pcomplete-stub (pcomplete-arg 'last))
634 (listp pcomplete-stub)
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dcoff-stgo32.c1 /* BFD back-end for Intel 386 COFF files (DJGPP variant with a stub).
21 /* This file handles now also stubbed coff images. The stub is a small
31 image had no stub by using the filepointers as pointers in the coff
103 /* I hold in the usrdata the stub. */
111 image into memory and then runs it. It is called 'stub'. */
142 /* Save now the stub to be used later. */
151 memcpy (bfd_coff_go32stub (abfd), filehdr_src->stub, STUBSIZE);
163 /* Generate the stub. */
166 /* Copy the stub to the file header. */
168 memcpy (filehdr_out->stub, bfd_coff_go32stu
299 char *stub; local
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/sdx/sdx/lib/app-sdx/
H A Dmkzipkit.tcl25 # Prefixes the specified zip archive with the tclmodule mount stub
31 set stub $SFX_STUB
35 set stub [read $f]
38 append stub \x1A
39 make_sfx $zipfile $outfile $stub
59 lappend report "sfx stub size: $offset"
97 #adjust offset of start of central directory by the length of our sfx stub
/macosx-10.10.1/JavaScriptCore-7600.1.17/jit/
H A DSlowPathCall.h38 JITSlowPathCall(JIT* jit, Instruction* pc, SlowPathReturnType (SLOW_PATH *stub)(ExecState* exec, Instruction* pc))
40 , m_stub(stub)
/macosx-10.10.1/bind9-45.101/bind9/contrib/named-bootconf/
H A Dnamed-bootconf.sh214 stub|stub/* )
216 stub/chaos )
219 stub/hs )
236 echo " type stub;"
/macosx-10.10.1/CPANInternal-159.1/SOAP-Lite-1.11/bin/
H A Dstubmaker.pl30 print "Writing stub files...\n" if $VERBOSE;
73 Turns on "verbose" output during the code stub generation process. To be honest, there is not much the program outputs, but if you must see something output to the console, then this fits the bill.
96 stub, then simply call C<readable(1)> on the stub's instance. See the example
99 The following subroutines are unique to generated stub classes, and help the
100 user control and configure the stub class.
123 =head2 Working with stub classes
/macosx-10.10.1/emacs-93/emacs/lisp/url/
H A Durl-methods.el121 (let* ((stub (concat "url-" scheme))
122 (loader (intern stub)))
133 (let ((symbol (intern-soft (format "%s-%s" stub (car cell))))
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/js1_2/function/
H A Dtostring-1.js57 t1 = new TestFunction( "stub", "value", tab + "return value;" );
71 "stub.toString()",
73 simplify(stub.toString()) );
102 function stub( value ) { function
/macosx-10.10.1/libffi-18.1/tests/testsuite/libffi.call/
H A Dproblem1.c30 void stub(ffi_cif* cif, void* resp, void** args, void* userdata) function
89 CHECK(ffi_prep_closure(pcl, &cif, stub, NULL) == FFI_OK);
/macosx-10.10.1/libgcc-14/
H A DMakefile31 INSTALLSRC_FILES = Makefile stub.c reexports.exp
36 $(OBJROOT)/libgcc_s.dylib : $(SRCROOT)/stub.c
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/libffi-src/tests/testsuite/libffi.call/
H A Dproblem1.c30 void stub(ffi_cif* cif, void* resp, void** args, void* userdata) function
89 CHECK(ffi_prep_closure(pcl, &cif, stub, NULL) == FFI_OK);
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libffi-src/tests/testsuite/libffi.call/
H A Dproblem1.c30 void stub(ffi_cif* cif, void* resp, void** args, void* userdata) function
89 CHECK(ffi_prep_closure(pcl, &cif, stub, NULL) == FFI_OK);
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/libffi-src/tests/testsuite/libffi.call/
H A Dproblem1.c30 void stub(ffi_cif* cif, void* resp, void** args, void* userdata) function
89 CHECK(ffi_prep_closure(pcl, &cif, stub, NULL) == FFI_OK);
/macosx-10.10.1/libffi-18.1/powerpc/
H A Dppc64-darwin_closure.S78 bl Lffi64_data_size$stub
119 bl Lffi_closure_helper_DARWIN$stub
262 bl Lffi64_struct_to_reg_form$stub
359 Lffi_closure_helper_DARWIN$stub:
380 Lffi64_struct_to_reg_form$stub:
396 Lffi64_data_size$stub:
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/libffi-src/powerpc/
H A Dppc64-darwin_closure.S78 bl Lffi64_data_size$stub
119 bl Lffi_closure_helper_DARWIN$stub
262 bl Lffi64_struct_to_reg_form$stub
359 Lffi_closure_helper_DARWIN$stub:
385 Lffi64_struct_to_reg_form$stub:
401 Lffi64_data_size$stub:

Completed in 196 milliseconds

12345