Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-objdump/
DMachODump.cpp7312 uint64_t expected_cmdsize; in PrintSegmentCommand() local
7315 expected_cmdsize = nsects; in PrintSegmentCommand()
7316 expected_cmdsize *= sizeof(struct MachO::section); in PrintSegmentCommand()
7317 expected_cmdsize += sizeof(struct MachO::segment_command); in PrintSegmentCommand()
7320 expected_cmdsize = nsects; in PrintSegmentCommand()
7321 expected_cmdsize *= sizeof(struct MachO::section_64); in PrintSegmentCommand()
7322 expected_cmdsize += sizeof(struct MachO::segment_command_64); in PrintSegmentCommand()
7325 if (cmdsize != expected_cmdsize) in PrintSegmentCommand()