Home
last modified time | relevance | path

Searched refs:DL_EXPORT (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
DPython.h64 #ifndef DL_EXPORT /* declarations for DLL import/export */
65 #define DL_EXPORT(RTYPE) RTYPE macro
Dpyport.h787 # define DL_EXPORT(RTYPE) __declspec(dllexport) RTYPE macro
790 # define DL_EXPORT(RTYPE) __declspec(dllexport) RTYPE macro
793 #ifndef DL_EXPORT
794 # define DL_EXPORT(RTYPE) RTYPE macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
DPython.h64 #ifndef DL_EXPORT /* declarations for DLL import/export */
65 #define DL_EXPORT(RTYPE) RTYPE macro
Dpyport.h810 # define DL_EXPORT(RTYPE) __declspec(dllexport) RTYPE macro
813 # define DL_EXPORT(RTYPE) __declspec(dllexport) RTYPE macro
816 #ifndef DL_EXPORT
817 # define DL_EXPORT(RTYPE) RTYPE macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
Dpyport.h787 # define DL_EXPORT(RTYPE) __declspec(dllexport) RTYPE macro
790 # define DL_EXPORT(RTYPE) __declspec(dllexport) RTYPE macro
793 #ifndef DL_EXPORT
794 # define DL_EXPORT(RTYPE) RTYPE macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
Dpyport.h826 # define DL_EXPORT(RTYPE) __declspec(dllexport) RTYPE macro
829 # define DL_EXPORT(RTYPE) __declspec(dllexport) RTYPE macro
832 #ifndef DL_EXPORT
833 # define DL_EXPORT(RTYPE) RTYPE macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_elementtree.c2863 DL_EXPORT(void)
D_sre.c3880 DL_EXPORT(void) init_sre(void) in init_sre()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
D_sre.c3880 DL_EXPORT(void) init_sre(void) in init_sre()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
D_sre.c4001 DL_EXPORT(void) init_sre(void) in init_sre()