Changeset 2882 for trunk/kLdr/kLdr.h


Ignore:
Timestamp:
Nov 16, 2006, 6:52:27 AM (19 years ago)
Author:
bird
Message:

object protection, module name init, symbol resolving.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kLdr/kLdr.h

    r2880 r2882  
    10811081/** Bad iterdata2 (EXEPACK2) data. */
    10821082#define KLDR_ERR_LX_BAD_ITERDATA2                           (KLDR_ERR_LX_BASE + 6)
     1083/** Bad bundle data. */
     1084#define KLDR_ERR_LX_BAD_BUNDLE                              (KLDR_ERR_LX_BASE + 7)
     1085/** No soname. */
     1086#define KLDR_ERR_LX_NO_SONAME                               (KLDR_ERR_LX_BASE + 8)
     1087/** Bad soname. */
     1088#define KLDR_ERR_LX_BAD_SONAME                              (KLDR_ERR_LX_BASE + 9)
     1089/** Bad forwarder entry. */
     1090#define KLDR_ERR_LX_BAD_FORWARDER                           (KLDR_ERR_LX_BASE + 10)
    10831091/** @} */
    10841092
    10851093/** End of the valid kLdr status codes. */
    1086 #define KLDR_ERR_END                                        (KLDR_ERR_LX_BASE + 7)
     1094#define KLDR_ERR_END                                        (KLDR_ERR_LX_BASE + 11)
    10871095
    10881096/** @} */
Note: See TracChangeset for help on using the changeset viewer.