Searched refs:expected_cmdsize (Results 1 – 1 of 1) sorted by relevance
8563 uint64_t expected_cmdsize; in PrintSegmentCommand() local8566 expected_cmdsize = nsects; in PrintSegmentCommand()8567 expected_cmdsize *= sizeof(struct MachO::section); in PrintSegmentCommand()8568 expected_cmdsize += sizeof(struct MachO::segment_command); in PrintSegmentCommand()8571 expected_cmdsize = nsects; in PrintSegmentCommand()8572 expected_cmdsize *= sizeof(struct MachO::section_64); in PrintSegmentCommand()8573 expected_cmdsize += sizeof(struct MachO::segment_command_64); in PrintSegmentCommand()8576 if (cmdsize != expected_cmdsize) in PrintSegmentCommand()