Changeset 2964 for trunk/kLdr/kLdr.h
- Timestamp:
- Feb 13, 2007, 11:40:35 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kLdr/kLdr.h
r2963 r2964 636 636 #if !defined(KLDR_LITTLE_ENDIAN) && !defined(KLDR_BIG_ENDIAN) 637 637 # define KLDR_LITTLE_ENDIAN 638 #endif 638 #endif 639 639 #ifdef __DOXYGEN__ 640 640 # define KLDR_BIG_ENDIAN 641 #endif 641 #endif 642 642 643 643 … … 1376 1376 /** Bad symbol table entry. */ 1377 1377 #define KLDR_ERR_MACHO_BAD_SYMBOL (KLDR_ERR_MACHO_BASE + 14) 1378 /** Unsupported fixup type. */ 1379 #define KLDR_ERR_MACHO_UNSUPPORTED_FIXUP_TYPE (KLDR_ERR_MACHO_BASE + 15) 1378 1380 /** @} */ 1379 1381 1380 1382 /** End of the valid kLdr status codes. */ 1381 #define KLDR_ERR_END (KLDR_ERR_MACHO_BASE + 1 5)1383 #define KLDR_ERR_END (KLDR_ERR_MACHO_BASE + 16) 1382 1384 1383 1385 const char *kLdrErrStr(int rc);
Note:
See TracChangeset
for help on using the changeset viewer.