Changeset 83084 in vbox for trunk/src/VBox/Runtime/common/ldr/ldrMachO.cpp
- Timestamp:
- Feb 15, 2020 3:16:11 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/ldr/ldrMachO.cpp
r83079 r83084 1525 1525 */ 1526 1526 { 1527 bool fLoadLinkEdit = false;1527 bool fLoadLinkEdit = RT_BOOL(pThis->fOpenFlags & RTLDR_O_MACHO_LOAD_LINKEDIT); 1528 1528 PRTLDRMODMACHOSECT pSectExtraItr; 1529 1529 RTLDRADDR uNextRVA = 0; … … 1547 1547 /* If we're skipping the __LINKEDIT segment, check for it and adjust 1548 1548 the number of segments we'll be messing with here. ASSUMES it's 1549 last ( by now anyway). */1549 last (typcially is, but not always for mach_kernel). */ 1550 1550 if ( !fLoadLinkEdit 1551 1551 && cSegmentsToAdjust > 0
Note:
See TracChangeset
for help on using the changeset viewer.