Ignore:
Timestamp:
Feb 7, 2007, 5:42:32 AM (19 years ago)
Author:
bird
Message:

implemented kldrModMachOPreParseLoadCommands

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kLdr/kLdrModMachO.h

    r2952 r2954  
    283283{
    284284    uint32_t        cmd;            /**< The load command id. */
    285     uint32_t        cmdsize;        /**< The size of the command (including this header?). */
     285    uint32_t        cmdsize;        /**< The size of the command (including this header). */
    286286} load_command_t;
    287287
     
    308308#define LC_ID_DYLIB         UINT32_C(0x0d)  /**< Dynamically linked share library ident. See dylib_command. */
    309309#define LC_LOAD_DYLINKER    UINT32_C(0x0e)  /**< Load a dynamical link editor. See dylinker_command. */
    310 #define LC_ID_DYLINKER      UINt32_C(0x0f)  /**< Dynamic link editor ident. See dylinker_command. */
     310#define LC_ID_DYLINKER      UINT32_C(0x0f)  /**< Dynamic link editor ident. See dylinker_command. */
    311311#define LC_PREBOUND_DYLIB   UINT32_C(0x10)  /**< Prebound modules for dynamically linking of a shared lib. See prebound_dylib_command. */
    312312#define LC_ROUTINES         UINT32_C(0x11)  /**< Image routines. See routines_command_32. */
Note: See TracChangeset for help on using the changeset viewer.