HomeSort by relevance Sort by last modified time
    Searched full:pvoid (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /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...]
event_trace_provider.h 154 ULONG EnableEvents(PVOID buffer);
156 ULONG Callback(WMIDPREQUESTCODE request, PVOID buffer);
157 static ULONG WINAPI ControlCallback(WMIDPREQUESTCODE request, PVOID context,
158 ULONG *reserved, PVOID buffer);