/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
dbghelp.h | 47 typedef BOOL (CALLBACK *PFIND_DEBUG_FILE_CALLBACK)(HANDLE FileHandle,PSTR FileName,PVOID CallerData); 48 typedef BOOL (CALLBACK *PFINDFILEINPATHCALLBACK)(PSTR filename,PVOID context); 49 typedef BOOL (CALLBACK *PFIND_EXE_FILE_CALLBACK)(HANDLE FileHandle,PSTR FileName,PVOID CallerData); 51 typedef BOOL (WINAPI *PSYMBOLSERVERPROC)(LPCSTR,LPCSTR,PVOID,DWORD,DWORD,LPSTR); 60 HANDLE IMAGEAPI FindDebugInfoFileEx(PSTR FileName,PSTR SymbolPath,PSTR DebugFilePath,PFIND_DEBUG_FILE_CALLBACK Callback,PVOID CallerData); 61 BOOL IMAGEAPI SymFindFileInPath(HANDLE hprocess,LPSTR SearchPath,LPSTR FileName,PVOID id,DWORD two,DWORD three,DWORD flags,LPSTR FoundFile,PFINDFILEINPATHCALLBACK callback,PVOID context); 63 HANDLE IMAGEAPI FindExecutableImageEx(PSTR FileName,PSTR SymbolPath,PSTR ImageFilePath,PFIND_EXE_FILE_CALLBACK Callback,PVOID CallerData); 64 PIMAGE_NT_HEADERS IMAGEAPI ImageNtHeader(PVOID Base); 65 PVOID IMAGEAPI ImageDirectoryEntryToDataEx(PVOID Base,BOOLEAN MappedAsImage,USHORT DirectoryEntry,PULONG (…) [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
dbghelp.h | 47 typedef BOOL (CALLBACK *PFIND_DEBUG_FILE_CALLBACK)(HANDLE FileHandle,PSTR FileName,PVOID CallerData); 48 typedef BOOL (CALLBACK *PFINDFILEINPATHCALLBACK)(PSTR filename,PVOID context); 49 typedef BOOL (CALLBACK *PFIND_EXE_FILE_CALLBACK)(HANDLE FileHandle,PSTR FileName,PVOID CallerData); 51 typedef BOOL (WINAPI *PSYMBOLSERVERPROC)(LPCSTR,LPCSTR,PVOID,DWORD,DWORD,LPSTR); 60 HANDLE IMAGEAPI FindDebugInfoFileEx(PSTR FileName,PSTR SymbolPath,PSTR DebugFilePath,PFIND_DEBUG_FILE_CALLBACK Callback,PVOID CallerData); 61 BOOL IMAGEAPI SymFindFileInPath(HANDLE hprocess,LPSTR SearchPath,LPSTR FileName,PVOID id,DWORD two,DWORD three,DWORD flags,LPSTR FoundFile,PFINDFILEINPATHCALLBACK callback,PVOID context); 63 HANDLE IMAGEAPI FindExecutableImageEx(PSTR FileName,PSTR SymbolPath,PSTR ImageFilePath,PFIND_EXE_FILE_CALLBACK Callback,PVOID CallerData); 64 PIMAGE_NT_HEADERS IMAGEAPI ImageNtHeader(PVOID Base); 65 PVOID IMAGEAPI ImageDirectoryEntryToDataEx(PVOID Base,BOOLEAN MappedAsImage,USHORT DirectoryEntry,PULONG (…) [all...] |
/external/chromium/base/win/ |
pe_image.h | 31 PVOID section_start, DWORD section_size, 32 PVOID cookie); 40 DWORD hint, LPCSTR name, PVOID function, 41 LPCSTR forward, PVOID cookie); 49 PIMAGE_THUNK_DATA iat, PVOID cookie); 57 PIMAGE_THUNK_DATA iat, PVOID cookie); 70 PVOID cookie); 76 PVOID address, PVOID cookie); 112 PVOID GetImageDirectoryEntryAddr(UINT directory) const [all...] |
pe_image_unittest.cc | 19 PVOID function, 21 PVOID cookie) { 34 PVOID cookie) { 43 PVOID section_start, 45 PVOID cookie) { 54 PVOID address, 55 PVOID cookie) { 66 PVOID cookie) { 80 PVOID cookie) {
|
pe_image.cc | 24 PVOID cookie; 49 PIMAGE_THUNK_DATA iat, PVOID cookie) { 62 PIMAGE_THUNK_DATA unload_iat, PVOID cookie) { 106 PVOID PEImage::GetImageDirectoryEntryAddr(UINT directory) const { 113 PIMAGE_SECTION_HEADER PEImage::GetImageSectionFromAddr(PVOID address) const { 239 bool PEImage::EnumSections(EnumSectionsFunction callback, PVOID cookie) const { 245 PVOID section_start = RVAToAddr(section->VirtualAddress); 255 bool PEImage::EnumExports(EnumExportsFunction callback, PVOID cookie) const { 256 PVOID directory = GetImageDirectoryEntryAddr(IMAGE_DIRECTORY_ENTRY_EXPORT); 275 PVOID func = RVAToAddr(functions[count]) [all...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
atomicops-internals-windows.h | 221 COMPILE_ASSERT(sizeof(Atomic64) == sizeof(PVOID), atomic_word_is_atomic); 228 inline PVOID FastInterlockedCompareExchangePointer(volatile PVOID* ptr, 229 PVOID newval, PVOID oldval) { 230 return ::InterlockedCompareExchangePointer(const_cast<PVOID*>(ptr), 233 inline PVOID FastInterlockedExchangePointer(volatile PVOID* ptr, PVOID newval) { 234 return ::InterlockedExchangePointer(const_cast<PVOID*>(ptr), newval) [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
atomicops-internals-windows.h | 220 COMPILE_ASSERT(sizeof(Atomic64) == sizeof(PVOID), atomic_word_is_atomic); 227 inline PVOID FastInterlockedCompareExchangePointer(volatile PVOID* ptr, 228 PVOID newval, PVOID oldval) { 229 return ::InterlockedCompareExchangePointer(const_cast<PVOID*>(ptr), 232 inline PVOID FastInterlockedExchangePointer(volatile PVOID* ptr, PVOID newval) { 233 return ::InterlockedExchangePointer(const_cast<PVOID*>(ptr), newval) [all...] |
/external/chromium_org/sandbox/win/src/ |
nt_internals.h | 66 PVOID SecurityDescriptor; 67 PVOID SecurityQualityOfService; 83 PVOID Pointer; 138 IN PVOID EaBuffer OPTIONAL, 166 IN PVOID FileInformation, 215 IN OUT PVOID *BaseAddress, 226 IN PVOID BaseAddress); 234 PVOID BaseAddress; 242 OUT PVOID SectionInformation, 250 PVOID UniqueProcess [all...] |
filesystem_interception.h | 21 PVOID ea_buffer, ULONG ea_length); 46 PIO_STATUS_BLOCK io_status, PVOID file_information, ULONG length,
|
target_interceptions.h | 20 HANDLE process, PVOID *base, ULONG_PTR zero_bits, SIZE_T commit_size, 29 PVOID base);
|
/external/chromium/base/ |
atomicops_internals_x86_msvc.h | 98 COMPILE_ASSERT(sizeof(Atomic64) == sizeof(PVOID), atomic_word_is_atomic); 103 PVOID result = InterlockedCompareExchangePointer( 104 reinterpret_cast<volatile PVOID*>(ptr), 105 reinterpret_cast<PVOID>(new_value), reinterpret_cast<PVOID>(old_value)); 111 PVOID result = InterlockedExchangePointer( 112 reinterpret_cast<volatile PVOID*>(ptr), 113 reinterpret_cast<PVOID>(new_value));
|
/external/chromium_org/base/win/ |
pe_image.h | 35 PVOID section_start, DWORD section_size, 36 PVOID cookie); 44 DWORD hint, LPCSTR name, PVOID function, 45 LPCSTR forward, PVOID cookie); 53 PIMAGE_THUNK_DATA iat, PVOID cookie); 61 PIMAGE_THUNK_DATA iat, PVOID cookie); 74 PVOID cookie); 80 PVOID address, PVOID cookie); 116 PVOID GetImageDirectoryEntryAddr(UINT directory) const [all...] |
pe_image_unittest.cc | 19 PVOID function, 21 PVOID cookie) { 34 PVOID cookie) { 43 PVOID section_start, 45 PVOID cookie) { 54 PVOID address, 55 PVOID cookie) { 66 PVOID cookie) { 80 PVOID cookie) {
|
pe_image.cc | 25 PVOID cookie; 50 PIMAGE_THUNK_DATA iat, PVOID cookie) { 63 PIMAGE_THUNK_DATA unload_iat, PVOID cookie) { 107 PVOID PEImage::GetImageDirectoryEntryAddr(UINT directory) const { 114 PIMAGE_SECTION_HEADER PEImage::GetImageSectionFromAddr(PVOID address) const { 240 bool PEImage::EnumSections(EnumSectionsFunction callback, PVOID cookie) const { 246 PVOID section_start = RVAToAddr(section->VirtualAddress); 256 bool PEImage::EnumExports(EnumExportsFunction callback, PVOID cookie) const { 257 PVOID directory = GetImageDirectoryEntryAddr(IMAGE_DIRECTORY_ENTRY_EXPORT); 276 PVOID func = RVAToAddr(functions[count]) [all...] |
/hardware/ti/omap3/dspbridge/inc/ |
memry.h | 80 * PVOID pointer returned is a valid memory location. 82 extern PVOID MEMRY_Alloc(ULONG cBytes, MEM_POOLATTRS type); 99 extern bool MEMRY_BindMem(PVOID pVA, PVOID pPA, ULONG ulBytes); 115 * PVOID pointer returned is a valid memory location. 117 extern PVOID WINAPI MEMRY_Calloc(ULONG cBytes, MEM_POOLATTRS type); 130 extern VOID MEMRY_Free(IN PVOID pMemBuf); 145 extern bool MEMRY_FreeVM(PVOID pVirtualAddr); 166 extern DSPAPIDLL PVOID WINAPI MEMRY_PageLock(PVOID pBuffer [all...] |
wcdioctl.h | 178 PVOID *ppRsvAddr; 184 PVOID pRsvAddr; 189 PVOID pMpuAddr; 191 PVOID pReqAddr; 192 PVOID *ppMapAddr; 199 PVOID pMapAddr; 204 PVOID pMpuAddr; 215 PVOID pMpuAddr; 386 OUT PVOID *ppBufVA; 391 PVOID pBufPA [all...] |
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
memry.h | 80 * PVOID pointer returned is a valid memory location. 82 extern PVOID MEMRY_Alloc(ULONG cBytes, MEM_POOLATTRS type); 99 extern bool MEMRY_BindMem(PVOID pVA, PVOID pPA, ULONG ulBytes); 115 * PVOID pointer returned is a valid memory location. 117 extern PVOID WINAPI MEMRY_Calloc(ULONG cBytes, MEM_POOLATTRS type); 130 extern VOID MEMRY_Free(IN PVOID pMemBuf); 145 extern bool MEMRY_FreeVM(PVOID pVirtualAddr); 166 extern DSPAPIDLL PVOID WINAPI MEMRY_PageLock(PVOID pBuffer [all...] |
wcdioctl.h | 178 PVOID *ppRsvAddr; 184 PVOID pRsvAddr; 189 PVOID pMpuAddr; 191 PVOID pReqAddr; 192 PVOID *ppMapAddr; 199 PVOID pMapAddr; 204 PVOID pMpuAddr; 215 PVOID pMpuAddr; 386 OUT PVOID *ppBufVA; 391 PVOID pBufPA [all...] |
/external/chromium_org/sandbox/win/tools/finder/ |
ntundoc.h | 31 PVOID SecurityDescriptor; 32 PVOID SecurityQualityOfService; 149 PVOID Pointer; 169 PVOID Object; 250 PVOID, 256 PVOID SystemInformation, 263 PVOID ObjectInformation,
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/ |
atomicops_internals_x86_msvc.cc | 84 PVOID result = InterlockedCompareExchangePointer( 85 reinterpret_cast<volatile PVOID*>(ptr), 86 reinterpret_cast<PVOID>(new_value), reinterpret_cast<PVOID>(old_value)); 92 PVOID result = InterlockedExchangePointer( 93 reinterpret_cast<volatile PVOID*>(ptr), 94 reinterpret_cast<PVOID>(new_value));
|
/external/chromium_org/base/ |
atomicops_internals_x86_msvc.h | 111 COMPILE_ASSERT(sizeof(Atomic64) == sizeof(PVOID), atomic_word_is_atomic); 116 PVOID result = InterlockedCompareExchangePointer( 117 reinterpret_cast<volatile PVOID*>(ptr), 118 reinterpret_cast<PVOID>(new_value), reinterpret_cast<PVOID>(old_value)); 124 PVOID result = InterlockedExchangePointer( 125 reinterpret_cast<volatile PVOID*>(ptr), 126 reinterpret_cast<PVOID>(new_value));
|
/external/chromium_org/third_party/skia/src/ports/ |
SkTLS_win.cpp | 49 void NTAPI onTLSCallback(PVOID unused, DWORD reason, PVOID unused2) {
|
/external/chromium_org/v8/src/ |
atomicops_internals_x86_msvc.h | 121 STATIC_ASSERT(sizeof(Atomic64) == sizeof(PVOID)); 126 PVOID result = InterlockedCompareExchangePointer( 127 reinterpret_cast<volatile PVOID*>(ptr), 128 reinterpret_cast<PVOID>(new_value), reinterpret_cast<PVOID>(old_value)); 134 PVOID result = InterlockedExchangePointer( 135 reinterpret_cast<volatile PVOID*>(ptr), 136 reinterpret_cast<PVOID>(new_value));
|
/external/skia/src/ports/ |
SkTLS_win.cpp | 49 void NTAPI onTLSCallback(PVOID unused, DWORD reason, PVOID unused2) {
|
/external/v8/src/ |
atomicops_internals_x86_msvc.h | 121 STATIC_ASSERT(sizeof(Atomic64) == sizeof(PVOID)); 126 PVOID result = InterlockedCompareExchangePointer( 127 reinterpret_cast<volatile PVOID*>(ptr), 128 reinterpret_cast<PVOID>(new_value), reinterpret_cast<PVOID>(old_value)); 134 PVOID result = InterlockedExchangePointer( 135 reinterpret_cast<volatile PVOID*>(ptr), 136 reinterpret_cast<PVOID>(new_value));
|