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

/vbox/src/VBox/Debugger/
H A DDBGPlugInDarwin.cpp474 } uLCmd; local
475 uLCmd.pb = &uBuf.ab[f64Bit ? sizeof(mach_header_64_t) : sizeof(mach_header_32_t)];
479 uint32_t const cbCmd = uLCmd.pGenric->cmdsize;
483 switch (uLCmd.pGenric->cmd)
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
[all...]

Completed in 44 milliseconds