Changeset 2955 for trunk/kLdr/kLdr.h
- Timestamp:
- Feb 7, 2007, 8:07:16 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kLdr/kLdr.h
r2954 r2955 1265 1265 /** The sections aren't ordered by segment as expected by the loader. */ 1266 1266 #define KLDR_ERR_MACHO_BAD_SECTION_ORDER (KLDR_ERR_MACHO_BASE + 11) 1267 /** The image is 32-bit and contains 64-bit load commands or vise versa. */ 1268 #define KLDR_ERR_MACHO_BIT_MIX (KLDR_ERR_MACHO_BASE + 12) 1269 /** The bad MH_OBJECT file. */ 1270 #define KLDR_ERR_MACHO_BAD_OBJECT_FILE (KLDR_ERR_MACHO_BASE + 13) 1267 1271 /** @} */ 1268 1272 1269 1273 /** End of the valid kLdr status codes. */ 1270 #define KLDR_ERR_END (KLDR_ERR_MACHO_BASE + 12) 1274 #define KLDR_ERR_END (KLDR_ERR_MACHO_BASE + 14) 1275 1276 const char *kLdrErrStr(int rc); 1271 1277 1272 1278 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.