Changeset 60259 in vbox
- Timestamp:
- Mar 30, 2016 11:35:50 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 106300
- Location:
- trunk/include/iprt/formats
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/formats/codeview.h
r59231 r60259 745 745 typedef struct RTCV8LINESSRCMAP 746 746 { 747 /** The source file name, given as an offset into the string table748 * (RTCV8SYMBLOCK_TYPE_SRC_STR). */749 uint32_t offSource Name;747 /** The source file, given as an offset (byte) into the source file 748 * information table (RTCV8SYMBLOCK_TYPE_SRC_INFO). */ 749 uint32_t offSourceInfo; 750 750 /** Number of line numbers following this structure. */ 751 751 uint32_t cLines; -
trunk/include/iprt/formats/omf.h
r59931 r60259 124 124 * Complicated, see TIS docs. */ 125 125 #define OMF_FIXUPP32 UINT8_C(0x9d) 126 /** 16-bit line numbers record. */ 127 #define OMF_LINNUM16 UINT8_C(0x94) 128 /** 32-bit line numbers record. */ 129 #define OMF_LINNUM32 UINT8_C(0x95) 126 130 /** 16-bit object file end record. 127 131 * Duh! wrong bitfield order.
Note:
See TracChangeset
for help on using the changeset viewer.