Home | History | Annotate | Download | only in win

Lines Matching refs:cookie

24   PVOID cookie;
49 PIMAGE_THUNK_DATA iat, PVOID cookie) {
51 cookie);
54 storage.cookie);
62 PIMAGE_THUNK_DATA unload_iat, PVOID cookie) {
64 cookie);
68 unload_iat, storage.cookie);
239 bool PEImage::EnumSections(EnumSectionsFunction callback, PVOID cookie) const {
248 if (!callback(*this, section, section_start, size, cookie))
255 bool PEImage::EnumExports(EnumExportsFunction callback, PVOID cookie) const {
302 cookie))
309 bool PEImage::EnumRelocs(EnumRelocsFunction callback, PVOID cookie) const {
327 if (!callback(*this, type, address, cookie))
339 PVOID cookie) const {
353 if (!callback(*this, module_name, name_table, iat, cookie))
363 PIMAGE_THUNK_DATA iat, PVOID cookie) const {
382 if (!callback(*this, module_name, ordinal, name, hint, iat, cookie))
389 bool PEImage::EnumAllImports(EnumImportsFunction callback, PVOID cookie) const {
390 EnumAllImportsStorage temp = { callback, cookie };
395 PVOID cookie) const {
442 bound_iat, unload_iat, cookie))
456 PVOID cookie) const {
487 if (!callback(*this, module_name, ordinal, name, hint, iat, cookie))
495 PVOID cookie) const {
496 EnumAllImportsStorage temp = { callback, cookie };