Changeset 2954 for trunk/kLdr/kLdrModMachO.h
- Timestamp:
- Feb 7, 2007, 5:42:32 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kLdr/kLdrModMachO.h
r2952 r2954 283 283 { 284 284 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). */ 286 286 } load_command_t; 287 287 … … 308 308 #define LC_ID_DYLIB UINT32_C(0x0d) /**< Dynamically linked share library ident. See dylib_command. */ 309 309 #define LC_LOAD_DYLINKER UINT32_C(0x0e) /**< Load a dynamical link editor. See dylinker_command. */ 310 #define LC_ID_DYLINKER UIN t32_C(0x0f) /**< Dynamic link editor ident. See dylinker_command. */310 #define LC_ID_DYLINKER UINT32_C(0x0f) /**< Dynamic link editor ident. See dylinker_command. */ 311 311 #define LC_PREBOUND_DYLIB UINT32_C(0x10) /**< Prebound modules for dynamically linking of a shared lib. See prebound_dylib_command. */ 312 312 #define LC_ROUTINES UINT32_C(0x11) /**< Image routines. See routines_command_32. */
Note:
See TracChangeset
for help on using the changeset viewer.