Changeset 2850 for trunk/kLdr/kLdr.h


Ignore:
Timestamp:
Nov 2, 2006, 3:28:29 AM (19 years ago)
Author:
bird
Message:

import resolving kldrDyldMod is nearly 100 complete now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kLdr/kLdr.h

    r2849 r2850  
    603603/** Valid symbol kind mask. */
    604604#define KLDRSYMKIND_MASK                    0x00000033
     605/** Weak symbol. */
     606#define KLDRSYMKIND_WEAK                    0x00000100
    605607/** @} */
    606608
     
    917919/** The specified ARCH+CPU isn't compatible with image. */
    918920#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)
    919923
    920924/** Encountered a bad fixup. */
Note: See TracChangeset for help on using the changeset viewer.