Searched refs:OSDYNLOAD_ERRCODE (Results 1 – 1 of 1) sorted by relevance
231 #define OSDYNLOAD_ERRCODE(x) ((int)(0xBAD10000 | (x))) macro234 #define OSDYNLOAD_ERR_UNKNOWN OSDYNLOAD_ERRCODE(0x001)235 #define OSDYNLOAD_ERR_MEMORY_ALLOCATION_FAILURE OSDYNLOAD_ERRCODE(0x002)236 #define OSDYNLOAD_ERR_BAD_MODULE_HANDLE OSDYNLOAD_ERRCODE(0x003)237 #define OSDYNLOAD_ERR_FILE_TOO_SMALL OSDYNLOAD_ERRCODE(0x004)238 #define OSDYNLOAD_ERR_BAD_ELF_HEADER OSDYNLOAD_ERRCODE(0x005) 239 #define OSDYNLOAD_ERR_NOT_32BIT_ELF OSDYNLOAD_ERRCODE(0x006)240 #define OSDYNLOAD_ERR_WRONG_ENDIANNESS OSDYNLOAD_ERRCODE(0x007)241 #define OSDYNLOAD_ERR_UNSUPPORTED_HEADER_VERSION OSDYNLOAD_ERRCODE(0x008)242 #define OSDYNLOAD_ERR_WRONG_TARGET_MACHINE OSDYNLOAD_ERRCODE(0x009) [all …]