Lines Matching refs:IntPtr
416 uintptr_t IntPtr = 0; in getHintName() local
417 if (error_code ec = getRvaPtr(Rva, IntPtr)) in getHintName()
419 const uint8_t *Ptr = reinterpret_cast<const uint8_t *>(IntPtr); in getHintName()
443 uintptr_t IntPtr = 0; in initImportTablePtr() local
444 if (error_code ec = getRvaPtr(ImportTableRva, IntPtr)) in initImportTablePtr()
447 const import_directory_table_entry *>(IntPtr); in initImportTablePtr()
912 uintptr_t IntPtr = 0; in getName() local
913 if (error_code ec = OwningObject->getRvaPtr(Dir->NameRVA, IntPtr)) in getName()
915 const char *Ptr = reinterpret_cast<const char *>(IntPtr); in getName()
923 uintptr_t IntPtr = 0; in getImportLookupEntry() local
925 Dir->ImportLookupTableRVA, IntPtr)) in getImportLookupEntry()
927 Result = reinterpret_cast<const import_lookup_table_entry32 *>(IntPtr); in getImportLookupEntry()