Searched refs:cmdSize (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dmacho++.cpp184 size_t cmdSize = this->commandSize(); local
185 mCommandBuffer = (load_command *)malloc(cmdSize);
188 if (fd.read(mCommandBuffer, cmdSize, this->headerSize() + mOffset) != cmdSize)
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dmacho++.cpp184 size_t cmdSize = this->commandSize(); local
185 mCommandBuffer = (load_command *)malloc(cmdSize);
188 if (fd.read(mCommandBuffer, cmdSize, this->headerSize() + mOffset) != cmdSize)
/macosx-10.9.5/dyld-239.4/launch-cache/
H A Dupdate_dyld_shared_cache.cpp1853 uint32_t cmdSize = srcCmd->cmdsize(); local
1864 memmove(dstCmd, srcCmd, cmdSize);
1865 dstCmd = (macho_load_command<P>*)(((uint8_t*)dstCmd)+cmdSize);
1869 srcCmd = (const macho_load_command<P>*)(((uint8_t*)srcCmd)+cmdSize);

Completed in 142 milliseconds