Changeset 72691 in vbox
- Timestamp:
- Jun 26, 2018 10:16:49 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 123208
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/formats/mach-o.h
r69649 r72691 311 311 #define LC_SOURCE_VERSION UINT32_C(0x2a) 312 312 #define LC_DYLIB_CODE_SIGN_DRS UINT32_C(0x2b) 313 #define LC_ENCRYPTION_INFO_64 UINT32_C(0x2c) 314 #define LC_LINKER_OPTION UINT32_C(0x2d) 315 #define LC_LINKER_OPTIMIZATION_HINT UINT32_C(0x2e) 316 #define LC_VERSION_MIN_TVOS UINT32_C(0x2f) 317 #define LC_VERSION_MIN_WATCHOS UINT32_C(0x30) 318 #define LC_NOTE UINT32_C(0x31) 319 #define LC_BUILD_VERSION UINT32_C(0x32) 313 320 314 321 -
trunk/src/VBox/Runtime/r0drv/darwin/dbgkrnlinfo-r0drv-darwin.cpp
r69662 r72691 898 898 case LC_DATA_IN_CODE: 899 899 case LC_SOURCE_VERSION: 900 case LC_ENCRYPTION_INFO_64: 901 case LC_LINKER_OPTION: 902 case LC_LINKER_OPTIMIZATION_HINT: 903 case LC_VERSION_MIN_TVOS: 904 case LC_VERSION_MIN_WATCHOS: 905 case LC_NOTE: 906 case LC_BUILD_VERSION: 900 907 break; 901 908
Note:
See TracChangeset
for help on using the changeset viewer.