Searched defs:pSeg64 (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Debugger/
H A DDBGPlugInDarwin.cpp469 segment_command_64_t const *pSeg64; member in union:__anon9840
505 if (cbCmd != sizeof(segment_command_64_t) + uLCmd.pSeg64->nsects * sizeof(section_64_t))
507 if (!dbgDiggerDarwinIsValidSegOrSectName(uLCmd.pSeg64->segname, sizeof(uLCmd.pSeg64->segname)))
509 if (!strcmp(uLCmd.pSeg64->segname, "__LINKEDIT"))
513 aSegs[cSegs].Address = uLCmd.pSeg64->vmaddr;
514 aSegs[cSegs].uRva = uLCmd.pSeg64->vmaddr - uModAddr;
515 aSegs[cSegs].cb = uLCmd.pSeg64->vmsize;
516 aSegs[cSegs].fFlags = uLCmd.pSeg64->flags; /* Abusing the flags field here... */
518 AssertCompile(RTDBG_SEGMENT_NAME_LENGTH > sizeof(uLCmd.pSeg64
[all...]

Completed in 44 milliseconds