Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/mac/
Dmacho_reader.cc280 cursor >> cpu_type_ >> cpu_subtype_ >> file_type_ >> load_command_count_ in Read()
311 for (size_t index = 0; index < load_command_count_; ++index) { in WalkLoadCommands()
322 reporter_->LoadCommandsOverrun(load_command_count_, index, 0); in WalkLoadCommands()
326 reporter_->LoadCommandsOverrun(load_command_count_, index, type); in WalkLoadCommands()
Dmacho_reader.h450 uint32_t load_command_count_; // mach_header[_64].ncmds variable