Searched refs:address_of_data (Results 1 – 1 of 1) sorted by relevance
5278 ULONG_PTR address_of_data; in win32_hook_imported_function_in_module() local5279 for (; (address_of_data = ilt->u1.AddressOfData); ++ilt, ++iat) { in win32_hook_imported_function_in_module()5283 = address_of_data >> ((sizeof(address_of_data) * 8) - 1); in win32_hook_imported_function_in_module()5289 (PIMAGE_IMPORT_BY_NAME)(image_base + address_of_data) in win32_hook_imported_function_in_module()