Home
last modified time | relevance | path

Searched refs:IMAGE_IMPORT_DESCRIPTOR (Results 1 – 25 of 302) sorted by relevance

12345678910>>...13

/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/base/
H A Dwin_api_test_helper.cc210 import_directory_->Size / sizeof(IMAGE_IMPORT_DESCRIPTOR); in ImageImportDescriptorIterator()
213 const IMAGE_IMPORT_DESCRIPTOR &Get() const { in Get()
237 const IMAGE_IMPORT_DESCRIPTOR *GetInternal() const { in GetInternal()
241 descriptor_index_ * sizeof(IMAGE_IMPORT_DESCRIPTOR); in GetInternal()
242 return image_.At<IMAGE_IMPORT_DESCRIPTOR>(import_descriptor_offset); in GetInternal()
254 const IMAGE_IMPORT_DESCRIPTOR &import_descriptor) in ImageThunkDataIterator()
281 const IMAGE_IMPORT_DESCRIPTOR &import_descriptor_;
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/base/
H A Dwin_api_test_helper.cc210 import_directory_->Size / sizeof(IMAGE_IMPORT_DESCRIPTOR); in ImageImportDescriptorIterator()
213 const IMAGE_IMPORT_DESCRIPTOR &Get() const { in Get()
237 const IMAGE_IMPORT_DESCRIPTOR *GetInternal() const { in GetInternal()
241 descriptor_index_ * sizeof(IMAGE_IMPORT_DESCRIPTOR); in GetInternal()
242 return image_.At<IMAGE_IMPORT_DESCRIPTOR>(import_descriptor_offset); in GetInternal()
254 const IMAGE_IMPORT_DESCRIPTOR &import_descriptor) in ImageThunkDataIterator()
281 const IMAGE_IMPORT_DESCRIPTOR &import_descriptor_;
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/base/
H A Dwin_api_test_helper.cc210 import_directory_->Size / sizeof(IMAGE_IMPORT_DESCRIPTOR); in ImageImportDescriptorIterator()
213 const IMAGE_IMPORT_DESCRIPTOR &Get() const { in Get()
237 const IMAGE_IMPORT_DESCRIPTOR *GetInternal() const { in GetInternal()
241 descriptor_index_ * sizeof(IMAGE_IMPORT_DESCRIPTOR); in GetInternal()
242 return image_.At<IMAGE_IMPORT_DESCRIPTOR>(import_descriptor_offset); in GetInternal()
254 const IMAGE_IMPORT_DESCRIPTOR &import_descriptor) in ImageThunkDataIterator()
281 const IMAGE_IMPORT_DESCRIPTOR &import_descriptor_;
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/base/
H A Dwin_api_test_helper.cc210 import_directory_->Size / sizeof(IMAGE_IMPORT_DESCRIPTOR); in ImageImportDescriptorIterator()
213 const IMAGE_IMPORT_DESCRIPTOR &Get() const { in Get()
237 const IMAGE_IMPORT_DESCRIPTOR *GetInternal() const { in GetInternal()
241 descriptor_index_ * sizeof(IMAGE_IMPORT_DESCRIPTOR); in GetInternal()
242 return image_.At<IMAGE_IMPORT_DESCRIPTOR>(import_descriptor_offset); in GetInternal()
254 const IMAGE_IMPORT_DESCRIPTOR &import_descriptor) in ImageThunkDataIterator()
281 const IMAGE_IMPORT_DESCRIPTOR &import_descriptor_;
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/base/
H A Dwin_api_test_helper.cc210 import_directory_->Size / sizeof(IMAGE_IMPORT_DESCRIPTOR); in ImageImportDescriptorIterator()
213 const IMAGE_IMPORT_DESCRIPTOR &Get() const { in Get()
237 const IMAGE_IMPORT_DESCRIPTOR *GetInternal() const { in GetInternal()
241 descriptor_index_ * sizeof(IMAGE_IMPORT_DESCRIPTOR); in GetInternal()
242 return image_.At<IMAGE_IMPORT_DESCRIPTOR>(import_descriptor_offset); in GetInternal()
254 const IMAGE_IMPORT_DESCRIPTOR &import_descriptor) in ImageThunkDataIterator()
281 const IMAGE_IMPORT_DESCRIPTOR &import_descriptor_;
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/base/
H A Dwin_api_test_helper.cc210 import_directory_->Size / sizeof(IMAGE_IMPORT_DESCRIPTOR); in ImageImportDescriptorIterator()
213 const IMAGE_IMPORT_DESCRIPTOR &Get() const { in Get()
237 const IMAGE_IMPORT_DESCRIPTOR *GetInternal() const { in GetInternal()
241 descriptor_index_ * sizeof(IMAGE_IMPORT_DESCRIPTOR); in GetInternal()
242 return image_.At<IMAGE_IMPORT_DESCRIPTOR>(import_descriptor_offset); in GetInternal()
254 const IMAGE_IMPORT_DESCRIPTOR &import_descriptor) in ImageThunkDataIterator()
281 const IMAGE_IMPORT_DESCRIPTOR &import_descriptor_;
/dports/devel/gammaray/GammaRay-2.11.3/launcher/core/
H A Dpefile.cpp106 if (data + sizeof(IMAGE_IMPORT_DESCRIPTOR) >= m_end) in parse()
108 m_importDesc = reinterpret_cast<const IMAGE_IMPORT_DESCRIPTOR *>(data); in parse()
146 if (reinterpret_cast<const uchar *>(importDesc) + sizeof(IMAGE_IMPORT_DESCRIPTOR) >= m_end) in imports()
H A Dpefile.h61 const IMAGE_IMPORT_DESCRIPTOR *m_importDesc;
/dports/net/wireguard-go/wireguard-go-0.0.20210424/tun/wintun/memmod/
H A Dsyscall_windows.go300 type IMAGE_IMPORT_DESCRIPTOR struct { struct
312 func (imgimpdesc *IMAGE_IMPORT_DESCRIPTOR) Characteristics() uint32 { argument
316 func (imgimpdesc *IMAGE_IMPORT_DESCRIPTOR) OriginalFirstThunk() uint32 { argument
/dports/devel/jwasm/JWasm-f0a2fdd/Samples/
H A Dwinnt.inc123 IMAGE_IMPORT_DESCRIPTOR struct
132 IMAGE_IMPORT_DESCRIPTOR ends
/dports/devel/kBuild/kBuild-0.1.9998/src/lib/kStuff/kLdr/
H A DkLdrModPE.c118 …ldrModPEDoImports32Bit(PKLDRMODPE pModPE, void *pvMapping, const IMAGE_IMPORT_DESCRIPTOR *pImpDesc,
120 …ldrModPEDoImports64Bit(PKLDRMODPE pModPE, void *pvMapping, const IMAGE_IMPORT_DESCRIPTOR *pImpDesc,
841 const IMAGE_IMPORT_DESCRIPTOR *paImpDir; in kldrModPEDoForwarderQuery()
921 const IMAGE_IMPORT_DESCRIPTOR *); in kldrModPEDoForwarderQuery()
1039 const IMAGE_IMPORT_DESCRIPTOR *pImpDesc; in kldrModPEGetImport()
1062 + sizeof(IMAGE_IMPORT_DESCRIPTOR) * iImport, in kldrModPEGetImport()
1063 const IMAGE_IMPORT_DESCRIPTOR *); in kldrModPEGetImport()
1099 const IMAGE_IMPORT_DESCRIPTOR *pImpDesc; in kldrModPENumberOfImports()
1103 const IMAGE_IMPORT_DESCRIPTOR *); in kldrModPENumberOfImports()
1573 const IMAGE_IMPORT_DESCRIPTOR *pImpDesc; in kldrModPEDoImports()
[all …]
H A DkLdrModNative.c752 const IMAGE_IMPORT_DESCRIPTOR *pImpDesc; in kldrModNativeGetImport()
768 + sizeof(IMAGE_IMPORT_DESCRIPTOR) * iImport, in kldrModNativeGetImport()
769 const IMAGE_IMPORT_DESCRIPTOR *); in kldrModNativeGetImport()
818 const IMAGE_IMPORT_DESCRIPTOR *pImpDesc; in kldrModNativeNumberOfImports()
822 const IMAGE_IMPORT_DESCRIPTOR *); in kldrModNativeNumberOfImports()
/dports/security/pev/pev/lib/libpe/
H A Ddir_import.h39 } IMAGE_IMPORT_DESCRIPTOR;
/dports/graphics/jogamp-jogl/gluegen/src/native/tinype-corkami/
H A Dconsts.inc484 struc IMAGE_IMPORT_DESCRIPTOR
493 istruc IMAGE_IMPORT_DESCRIPTOR
494 at IMAGE_IMPORT_DESCRIPTOR.OriginalFirstThunk, dd %1_hintnames - IMAGEBASE
495 at IMAGE_IMPORT_DESCRIPTOR.Name1 , dd %1 - IMAGEBASE
496 at IMAGE_IMPORT_DESCRIPTOR.FirstThunk , dd %1_iat - IMAGEBASE
H A Dtiny-simple.asm62 istruc IMAGE_IMPORT_DESCRIPTOR
/dports/devel/zydis/zydis-3.1.0/tools/
H A DZydisPE.c284 } IMAGE_IMPORT_DESCRIPTOR; typedef
621 const IMAGE_IMPORT_DESCRIPTOR* descriptor = in ZydisPEContextInit()
622 (const IMAGE_IMPORT_DESCRIPTOR*)RVAToFileOffset(base, in ZydisPEContextInit()
771 const IMAGE_IMPORT_DESCRIPTOR* descriptor = in ZydisPEContextInit()
772 (const IMAGE_IMPORT_DESCRIPTOR*)RVAToFileOffset(base, in ZydisPEContextInit()
/dports/editors/libreoffice/libreoffice-7.2.6.2/jvmfwk/plugins/sunmajor/pluginlib/
H A Dsunjavaplugin.cxx580 IMAGE_IMPORT_DESCRIPTOR *imports = in do_msvcr_magic()
581 …reinterpret_cast<IMAGE_IMPORT_DESCRIPTOR *>(reinterpret_cast<char *>(dos_hdr) + importsVA + VAtoPh… in do_msvcr_magic()
583 …ts <= reinterpret_cast<IMAGE_IMPORT_DESCRIPTOR *>(reinterpret_cast<char *>(dos_hdr) + st.st_size -… in do_msvcr_magic()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/jvmfwk/plugins/sunmajor/pluginlib/
H A Dsunjavaplugin.cxx541 IMAGE_IMPORT_DESCRIPTOR *imports = in do_msvcr_magic()
542 …reinterpret_cast<IMAGE_IMPORT_DESCRIPTOR *>(reinterpret_cast<char *>(dos_hdr) + importsVA + VAtoPh… in do_msvcr_magic()
544 …ts <= reinterpret_cast<IMAGE_IMPORT_DESCRIPTOR *>(reinterpret_cast<char *>(dos_hdr) + st.st_size -… in do_msvcr_magic()
/dports/devel/kBuild/kBuild-0.1.9998/src/lib/kStuff/include/k/kLdrFmts/
H A Dpe.h430 } IMAGE_IMPORT_DESCRIPTOR; typedef
431 typedef IMAGE_IMPORT_DESCRIPTOR *PIMAGE_IMPORT_DESCRIPTOR;
/dports/security/pev/pev/src/
H A Dpehash.c439 IMAGE_IMPORT_DESCRIPTOR *id = LIBPE_PTR_ADD(ctx->map_addr, ofs); in imphash()
440 if (!pe_can_read(ctx, id, sizeof(IMAGE_IMPORT_DESCRIPTOR))) { in imphash()
449 ofs += sizeof(IMAGE_IMPORT_DESCRIPTOR); in imphash()
/dports/devel/py-filebytes/filebytes-0.10.2/filebytes/
H A Dpe.py182 class IMAGE_IMPORT_DESCRIPTOR(Structure): class
625 import_descriptor = IMAGE_IMPORT_DESCRIPTOR.from_buffer(raw_bytes, offset)
640 offset += sizeof(IMAGE_IMPORT_DESCRIPTOR)
/dports/devel/xelfviewer/XELFViewer-0.03/Formats/
H A Dxpe.cpp2121 nImportOffset+=sizeof(XPE_DEF::IMAGE_IMPORT_DESCRIPTOR); in getImportRecords()
2182 return sizeof(XPE_DEF::IMAGE_IMPORT_DESCRIPTOR); in getImportDescriptorSize()
2185 QList<XPE_DEF::IMAGE_IMPORT_DESCRIPTOR> XPE::getImportDescriptors() in getImportDescriptors()
2194 QList<XPE_DEF::IMAGE_IMPORT_DESCRIPTOR> listResult; in getImportDescriptors()
2227 nImportOffset+=sizeof(XPE_DEF::IMAGE_IMPORT_DESCRIPTOR); in getImportDescriptors()
2284 nImportOffset+=sizeof(XPE_DEF::IMAGE_IMPORT_DESCRIPTOR); in getImportDescriptorsEx()
2293 XPE_DEF::IMAGE_IMPORT_DESCRIPTOR result={}; in getImportDescriptor()
2439 nImportOffset+=sizeof(XPE_DEF::IMAGE_IMPORT_DESCRIPTOR); in getImports()
2621 nImportOffset+=sizeof(XPE_DEF::IMAGE_IMPORT_DESCRIPTOR); in getImportPositions()
2778 … XPE_DEF::IMAGE_IMPORT_DESCRIPTOR *pIID=(XPE_DEF::IMAGE_IMPORT_DESCRIPTOR *)(pDataOffset+nIATSize); in setImports()
[all …]
H A Dxpe.h528 QList<XPE_DEF::IMAGE_IMPORT_DESCRIPTOR> getImportDescriptors();
529 QList<XPE_DEF::IMAGE_IMPORT_DESCRIPTOR> getImportDescriptors(_MEMORY_MAP *pMemoryMap);
533 XPE_DEF::IMAGE_IMPORT_DESCRIPTOR getImportDescriptor(quint32 nNumber);
534 void setImportDescriptor(quint32 nNumber,XPE_DEF::IMAGE_IMPORT_DESCRIPTOR *pImportDescriptor);
640 XPE_DEF::IMAGE_IMPORT_DESCRIPTOR read_IMAGE_IMPORT_DESCRIPTOR(qint64 nOffset);
641 void write_IMAGE_IMPORT_DESCRIPTOR(qint64 nOffset,XPE_DEF::IMAGE_IMPORT_DESCRIPTOR idd);
/dports/devel/xelfviewer/XELFViewer-0.03/FormatWidgets/PE/
H A Dpe_defs.cpp358 …{OriginalFirstThunk, "OriginalFirstThunk", offsetof(XPE_DEF::IMAGE_IMPORT_DESCRIPTOR,Orig…
359 …{TimeDateStamp, "TimeDateStamp", offsetof(XPE_DEF::IMAGE_IMPORT_DESCRIPTOR,Time…
360 …{ForwarderChain, "ForwarderChain", offsetof(XPE_DEF::IMAGE_IMPORT_DESCRIPTOR,Forw…
361 …{Name, QObject::tr("Name"), offsetof(XPE_DEF::IMAGE_IMPORT_DESCRIPTOR,Name…
362 …{FirstThunk, "FirstThunk", offsetof(XPE_DEF::IMAGE_IMPORT_DESCRIPTOR,Firs…
/dports/graphics/gimageview/gimageview-0.2.27/lib/dllloader/
H A Dpe.h160 } IMAGE_IMPORT_DESCRIPTOR; typedef

12345678910>>...13