Home | History | Annotate | Download | only in macosx

Lines Matching full:sizeofcmds

78     const uint32_t sizeofcmds   = data.GetU32(&data_offset);    // the size of all the load commands
102 if (data.GetByteSize() < sizeof(struct mach_header_64) + sizeofcmds)
104 DataBufferSP data_buffer_sp (file_spec.ReadFileContents (file_offset, sizeof(struct mach_header_64) + sizeofcmds));
110 if (data.GetByteSize() < sizeof(struct mach_header) + sizeofcmds)
112 DataBufferSP data_buffer_sp (file_spec.ReadFileContents (file_offset, sizeof(struct mach_header) + sizeofcmds));