Home
last modified time | relevance | path

Searched refs:AddressOfFunctions (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/cronet/base/win/
H A Dpe_image.cc220 reinterpret_cast<PDWORD>(RVAToAddr(exports->AddressOfFunctions)); in GetExportEntry()
324 reinterpret_cast<PDWORD>(RVAToAddr(exports->AddressOfFunctions)); in EnumExports()
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/IndustryStandard/
H A DPeImage.h569 UINT32 AddressOfFunctions; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/IndustryStandard/
H A DPeImage.h575 UINT32 AddressOfFunctions; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/uefi_2.4/MdePkg/Include/IndustryStandard/
H A DPeImage.h563 UINT32 AddressOfFunctions; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/IndustryStandard/
H A DPeImage.h569 UINT32 AddressOfFunctions; member
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
Dntimage.h88 ULONG AddressOfFunctions; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/IndustryStandard/
H A DPeImage.h563 UINT32 AddressOfFunctions; member
/aosp_15_r20/external/compiler-rt/lib/interception/
H A Dinterception_win.cc808 RVAPtr<DWORD> functions(module, exports->AddressOfFunctions); in InternalGetProcAddress()
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/ld/
Dpe.go41 AddressOfFunctions uint32 member
1436 e.AddressOfFunctions = uint32(vaAddr)
/aosp_15_r20/external/pciutils/lib/
H A Dphysmem-windows.c447 func_addrs = (DWORD *)(baseaddr + (DWORD)export_dir->AddressOfFunctions); in win32_get_proc_address_by_ordinal()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dwinnt.h7037 DWORD AddressOfFunctions; member
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs49643 pub AddressOfFunctions: DWORD, field
49733 unsafe { ::std::ptr::addr_of!((*ptr).AddressOfFunctions) as usize - ptr as usize }, in bindgen_test_layout__IMAGE_EXPORT_DIRECTORY()
49739 stringify!(AddressOfFunctions) in bindgen_test_layout__IMAGE_EXPORT_DIRECTORY()