Changeset 2961 for trunk/kLdr/kLdrModMachO.h
- Timestamp:
- Feb 11, 2007, 4:15:35 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kLdr/kLdrModMachO.h
r2958 r2961 667 667 union 668 668 { 669 int32_t n_strx;/**< Offset (index) into the string table. 0 means "". */669 uint32_t n_strx; /**< Offset (index) into the string table. 0 means "". */ 670 670 } n_un; 671 671 uint8_t n_type; /**< Symbol type. */
Note:
See TracChangeset
for help on using the changeset viewer.