Searched refs:expected_cmdsize (Results 1 – 1 of 1) sorted by relevance
7141 uint64_t expected_cmdsize; in PrintSegmentCommand() local7144 expected_cmdsize = nsects; in PrintSegmentCommand()7145 expected_cmdsize *= sizeof(struct MachO::section); in PrintSegmentCommand()7146 expected_cmdsize += sizeof(struct MachO::segment_command); in PrintSegmentCommand()7149 expected_cmdsize = nsects; in PrintSegmentCommand()7150 expected_cmdsize *= sizeof(struct MachO::section_64); in PrintSegmentCommand()7151 expected_cmdsize += sizeof(struct MachO::segment_command_64); in PrintSegmentCommand()7154 if (cmdsize != expected_cmdsize) in PrintSegmentCommand()