Home
last modified time | relevance | path

Searched refs:IMAGE_SNAP_BY_ORDINAL (Results 1 – 3 of 3) sorted by relevance

/freebsd/stand/efi/include/amd64/
H A Dpe.h579 #define IMAGE_SNAP_BY_ORDINAL(Ordinal) ((Ordinal & IMAGE_ORDINAL_FLAG) != 0) macro
/freebsd/stand/efi/include/i386/
H A Dpe.h579 #define IMAGE_SNAP_BY_ORDINAL(Ordinal) ((Ordinal & IMAGE_ORDINAL_FLAG) != 0) macro
/freebsd/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.cpp1120 if (!IMAGE_SNAP_BY_ORDINAL(name_table->u1.Ordinal)) { in OverrideImportedFunction()