Changeset 2850 for trunk/kLdr/kLdr.h
- Timestamp:
- Nov 2, 2006, 3:28:29 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kLdr/kLdr.h
r2849 r2850 603 603 /** Valid symbol kind mask. */ 604 604 #define KLDRSYMKIND_MASK 0x00000033 605 /** Weak symbol. */ 606 #define KLDRSYMKIND_WEAK 0x00000100 605 607 /** @} */ 606 608 … … 917 919 /** The specified ARCH+CPU isn't compatible with image. */ 918 920 #define KLDR_ERR_ARCH_CPU_NOT_COMPATIBLE (KLDR_ERR_BASE + 45) 921 /** Symbol not found. */ 922 #define KLDR_ERR_SYMBOL_NOT_FOUND (KLDR_ERR_BASE + 46) 919 923 920 924 /** Encountered a bad fixup. */
Note:
See TracChangeset
for help on using the changeset viewer.