Home
last modified time | relevance | path

Searched refs:NumberOfFunctions (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/cgo/internal/testcshared/
Dcshared_test.go430 NumberOfFunctions uint32
443 if e.NumberOfFunctions <= expectedNumber {
444 t.Fatalf("missing exported functions: %v", e.NumberOfFunctions)
450 if e.NumberOfFunctions != expectedNumber {
451 t.Fatalf("got %d exported functions; want %d", e.NumberOfFunctions, expectedNumber)
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/IndustryStandard/
H A DPeImage.h567 UINT32 NumberOfFunctions; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/IndustryStandard/
H A DPeImage.h573 UINT32 NumberOfFunctions; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/uefi_2.4/MdePkg/Include/IndustryStandard/
H A DPeImage.h561 UINT32 NumberOfFunctions; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/IndustryStandard/
H A DPeImage.h567 UINT32 NumberOfFunctions; member
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
Dntimage.h86 ULONG NumberOfFunctions; member
Dndis.h3894 OUT PUINT NumberOfFunctions);
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/IndustryStandard/
H A DPeImage.h561 UINT32 NumberOfFunctions; member
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dusbioctl.h458 UCHAR NumberOfFunctions; member
Dwinnt.h7035 DWORD NumberOfFunctions; member
/aosp_15_r20/external/cronet/base/win/
H A Dpe_image.cc321 UINT num_funcs = exports->NumberOfFunctions; in EnumExports()
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/ld/
Dpe.go39 NumberOfFunctions uint32 member
1432 e.NumberOfFunctions = uint32(nexport)
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/
Dgo_test.go2143 NumberOfFunctions uint32
2153 if e.NumberOfFunctions != 1 {
2154 t.Fatalf("got %d exported functions; want 1", e.NumberOfFunctions)
/aosp_15_r20/external/pciutils/lib/
H A Dphysmem-windows.c446 func_count = export_dir->NumberOfFunctions; in win32_get_proc_address_by_ordinal()
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs49641 pub NumberOfFunctions: DWORD, field
49713 unsafe { ::std::ptr::addr_of!((*ptr).NumberOfFunctions) as usize - ptr as usize }, in bindgen_test_layout__IMAGE_EXPORT_DIRECTORY()
49719 stringify!(NumberOfFunctions) in bindgen_test_layout__IMAGE_EXPORT_DIRECTORY()