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.cc284 cursor >> cpu_type_ >> cpu_subtype_ >> file_type_ >> load_command_count_ in Read()
315 for (size_t index = 0; index < load_command_count_; ++index) { in WalkLoadCommands()
326 reporter_->LoadCommandsOverrun(load_command_count_, index, 0); in WalkLoadCommands()
330 reporter_->LoadCommandsOverrun(load_command_count_, index, type); in WalkLoadCommands()
Dmacho_reader.h455 uint32_t load_command_count_; // mach_header[_64].ncmds variable