Searched defs:pdb (Results 1 - 6 of 6) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/ |
H A D | EdkIIWorkspaceBuild.py | 17 import os, string, copy, pdb, copy namespace
|
/vbox/src/VBox/Additions/os2/VBoxSF/ |
H A D | VBoxSF.cpp | 44 FS32_EXIT(ULONG uid, ULONG pid, ULONG pdb) argument
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/ |
H A D | winbase16.h | 113 PDB16 pdb; /* 100 PDB for this task */ member in struct:_TDB
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/ |
H A D | winbase16.h | 113 PDB16 pdb; /* 100 PDB for this task */ member in struct:_TDB
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | winbase.h | 2787 HANDLE *pdb; local 2789 __asm__ __volatile__( ".byte 0x65\n\tmovq 0x60,%0" : "=r" (pdb) ); 2790 return pdb[0x30 / sizeof(HANDLE)]; /* get dword at offset 0x30 in pdb */ 2792 __asm__ __volatile__( ".byte 0x64\n\tmovl 0x30,%0" : "=r" (pdb) ); 2793 return pdb[0x18 / sizeof(HANDLE)]; /* get dword at offset 0x18 in pdb */
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | winbase.h | 2535 HANDLE *pdb; local 2537 __asm__ __volatile__( ".byte 0x65\n\tmovq 0x60,%0" : "=r" (pdb) ); 2538 return pdb[0x30 / sizeof(HANDLE)]; /* get dword at offset 0x30 in pdb */ 2540 __asm__ __volatile__( ".byte 0x64\n\tmovl 0x30,%0" : "=r" (pdb) ); 2541 return pdb[0x18 / sizeof(HANDLE)]; /* get dword at offset 0x18 in pdb */
|
Completed in 89 milliseconds