Home
last modified time | relevance | path

Searched refs:DL_IMPORT (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
DPython.h61 #ifndef DL_IMPORT /* declarations for DLL import/export */
62 #define DL_IMPORT(RTYPE) RTYPE macro
Dpyport.h809 # define DL_IMPORT(RTYPE) __declspec(dllexport) RTYPE macro
812 # define DL_IMPORT(RTYPE) __declspec(dllimport) RTYPE macro
819 #ifndef DL_IMPORT
820 # define DL_IMPORT(RTYPE) RTYPE macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
DPython.h61 #ifndef DL_IMPORT /* declarations for DLL import/export */
62 #define DL_IMPORT(RTYPE) RTYPE macro
Dpyport.h786 # define DL_IMPORT(RTYPE) __declspec(dllexport) RTYPE macro
789 # define DL_IMPORT(RTYPE) __declspec(dllimport) RTYPE macro
796 #ifndef DL_IMPORT
797 # define DL_IMPORT(RTYPE) RTYPE macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
Dpyport.h786 # define DL_IMPORT(RTYPE) __declspec(dllexport) RTYPE macro
789 # define DL_IMPORT(RTYPE) __declspec(dllimport) RTYPE macro
796 #ifndef DL_IMPORT
797 # define DL_IMPORT(RTYPE) RTYPE macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
Dpyport.h825 # define DL_IMPORT(RTYPE) __declspec(dllexport) RTYPE macro
828 # define DL_IMPORT(RTYPE) __declspec(dllimport) RTYPE macro
835 #ifndef DL_IMPORT
836 # define DL_IMPORT(RTYPE) RTYPE macro