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

/vbox/src/VBox/Debugger/
H A DDBGPlugInDarwin.cpp468 segment_command_32_t const *pSeg32; member in union:__anon9840
486 if (cbCmd != sizeof(segment_command_32_t) + uLCmd.pSeg32->nsects * sizeof(section_32_t))
488 if (!dbgDiggerDarwinIsValidSegOrSectName(uLCmd.pSeg32->segname, sizeof(uLCmd.pSeg32->segname)))
490 if (!strcmp(uLCmd.pSeg32->segname, "__LINKEDIT"))
494 aSegs[cSegs].Address = uLCmd.pSeg32->vmaddr;
495 aSegs[cSegs].uRva = uLCmd.pSeg32->vmaddr - uModAddr;
496 aSegs[cSegs].cb = uLCmd.pSeg32->vmsize;
497 aSegs[cSegs].fFlags = uLCmd.pSeg32->flags; /* Abusing the flags field here... */
499 AssertCompile(RTDBG_SEGMENT_NAME_LENGTH > sizeof(uLCmd.pSeg32
[all...]

Completed in 44 milliseconds