Home
last modified time | relevance | path

Searched refs:expected_cmdsize (Results 1 – 1 of 1) sorted by relevance

/external/llvm/tools/llvm-objdump/
DMachODump.cpp7141 uint64_t expected_cmdsize; in PrintSegmentCommand() local
7144 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()