Home | History | Annotate | Download | only in win

Lines Matching refs:iat

49                         PIMAGE_THUNK_DATA iat, PVOID cookie) {
53 return image.EnumOneImportChunk(storage.callback, module, name_table, iat,
61 PIMAGE_THUNK_DATA iat, PIMAGE_THUNK_DATA bound_iat,
67 module, name_table, iat, bound_iat,
350 PIMAGE_THUNK_DATA iat = reinterpret_cast<PIMAGE_THUNK_DATA>(
353 if (!callback(*this, module_name, name_table, iat, cookie))
363 PIMAGE_THUNK_DATA iat, PVOID cookie) const {
367 for (; name_table && name_table->u1.Ordinal; name_table++, iat++) {
382 if (!callback(*this, module_name, ordinal, name, hint, iat, cookie))
406 PIMAGE_THUNK_DATA iat;
407 PIMAGE_THUNK_DATA bound_iat; // address of the optional bound IAT
408 PIMAGE_THUNK_DATA unload_iat; // address of optional copy of original IAT
420 iat = reinterpret_cast<PIMAGE_THUNK_DATA>(
433 iat = reinterpret_cast<PIMAGE_THUNK_DATA>(delay_descriptor->rvaIAT);
441 if (!callback(*this, delay_descriptor, module_name, name_table, iat,
453 PIMAGE_THUNK_DATA iat,
460 for (; name_table->u1.Ordinal; name_table++, iat++) {
487 if (!callback(*this, module_name, ordinal, name, hint, iat, cookie))