/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/ |
H A D | xptcinvoke_asm_ppc_rhapsody.s | 61 bl L_invoke_count_words$stub 80 bl L_invoke_copy_to_stack$stub 127 L_invoke_count_words$stub: 146 L_invoke_copy_to_stack$stub:
|
/vbox/src/recompiler/tcg/ |
H A D | tcg-dyngen.c | 381 struct hppa_branch_stub *stub = alloca(sizeof(struct hppa_branch_stub)); \ 382 stub->location = LOC; \ 383 stub->target = TARGET; \ 384 stub->next = LIST; \ 385 LIST = stub; \ 388 static inline void hppa_process_stubs(struct hppa_branch_stub *stub, argument 394 if (!stub) return; 396 for (; stub != NULL; stub = stub [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/core/ |
H A D | gdbstub.c | 24 * GDB stub for remote debugging 48 void ( * parse ) ( struct gdbstub *stub, char ch ); 60 static void gdbstub_state_new ( struct gdbstub *stub, char ch ); 61 static void gdbstub_state_data ( struct gdbstub *stub, char ch ); 62 static void gdbstub_state_cksum1 ( struct gdbstub *stub, char ch ); 63 static void gdbstub_state_cksum2 ( struct gdbstub *stub, char ch ); 64 static void gdbstub_state_wait_ack ( struct gdbstub *stub, char ch ); 140 static void gdbstub_tx_packet ( struct gdbstub *stub ) { 141 uint8_t cksum = gdbstub_cksum ( stub->payload, stub 158 gdbstub_send_num_packet( struct gdbstub *stub, char reply, int num ) argument 167 gdbstub_get_packet_args( struct gdbstub *stub, unsigned long *args, int nargs, int *stop_idx ) argument 192 gdbstub_send_errno( struct gdbstub *stub, int errno ) argument 240 gdbstub_continue( struct gdbstub *stub, int single_step ) argument 304 gdbstub_state_new( struct gdbstub *stub, char ch ) argument 311 gdbstub_state_data( struct gdbstub *stub, char ch ) argument 324 gdbstub_state_cksum1( struct gdbstub *stub, char ch ) argument 329 gdbstub_state_cksum2( struct gdbstub *stub, char ch ) argument 346 gdbstub_state_wait_ack( struct gdbstub *stub, char ch ) argument 356 gdbstub_parse( struct gdbstub *stub, char ch ) argument 360 static struct gdbstub stub = { variable in typeref:struct:gdbstub [all...] |
/vbox/src/libs/xpcom18a4/java/src/ |
H A D | nsJavaXPCOMGlue.cpp | 222 nsXPTCStubBase* stub = static_cast<nsXPTCStubBase*>(aStub); local 223 delete(stub);
|
H A D | nsJavaXPTCStub.cpp | 179 // delete each child stub 184 // Since we are destroying this stub, also remove the mapping. 242 // always return the master stub for nsISupports 258 // does any existing stub support the requested IID? 259 nsJavaXPTCStub *stub = master->FindStubSupportingIID(aIID); local 260 if (stub) 262 *aInstancePtr = stub->mXPTCStub; 263 NS_ADDREF(stub); 317 stub = new nsJavaXPTCStub(obj, iinfo, &rv); 318 if (!stub) 1668 nsJavaXPTCStub* stub; local [all...] |
/vbox/src/libs/xpcom18a4/xpcom/ds/ |
H A D | pldhash.c | 98 PLDHashEntryStub *stub = (PLDHashEntryStub *)entry; local 100 return stub->key; 114 const PLDHashEntryStub *stub = (const PLDHashEntryStub *)entry; local 116 return stub->key == key; 124 const PLDHashEntryStub *stub = (const PLDHashEntryStub *)entry; local 127 return stub->key == key || 128 (stub->key && key && strcmp(stub->key, key) == 0); 148 const PLDHashEntryStub *stub = (const PLDHashEntryStub *)entry; local 151 RTMemFree((void *) stub [all...] |
/vbox/src/VBox/Additions/common/crOpenGL/ |
H A D | load.c | 17 #include "stub.h" 61 Stub stub; variable 74 numFuncs = crLoadOpenGL( &stub.wsInterface, gl_funcs ); 76 stub.haveNativeOpenGL = (numFuncs > 0); 79 numFuncs += crLoadOpenGLExtensions( &stub.wsInterface, gl_funcs + numFuncs ); 83 crSPUInitDispatchTable( &stub.nativeDispatch ); 84 crSPUInitDispatch( &stub.nativeDispatch, gl_funcs ); 85 crSPUInitDispatchNops( &stub.nativeDispatch ); 123 if (stub.trackWindowVisibleRgn) 129 if (stub [all...] |
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/ |
H A D | ipcDConnectService.cpp | 565 // stub creation will be handled outside this routine. we only 811 // stub creation will be handled outside this routine. we only 1560 // cached nsISupports stub for this object 1608 // we also need the stub lock which protects DConnectStub::mRefCntLevels and 1612 DConnectStub *stub = nsnull; local 1614 // first try to find an existing stub for a given peer and instance 1617 if (!mStubs.Get(DConnectStubKey::Key(peer, instance), &stub)) 1619 stub = new DConnectStub(iinfo, instance, peer); 1621 if (NS_UNLIKELY(!stub)) 1625 rv = StoreStub(stub); 1675 DConnectStub *stub = nsnull; local 1754 DConnectStub *stub; local 1999 ExceptionStub *stub = nsnull; local 2188 nsRefPtr<DConnectStub> stub; local 3386 StoreStub(DConnectStub *stub) argument 3405 DeleteStub(DConnectStub *stub) argument [all...] |
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | jaxb-xjc.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ... |