Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/linux/
Dsynth_elf.cc21 section_count_(0), in ELF()
91 int index = section_count_; in AddSection()
92 ++section_count_; in AddSection()
189 section_header_string_index_ = section_count_; in Finish()
205 section_count_label_ = section_count_; in Finish()
Dsynth_elf.h129 int section_count_; variable
/external/google-breakpad/src/common/mac/
Dmacho_reader_unittest.cc580 SegmentLoadCommand() : section_count_(0) { } in SegmentLoadCommand()
635 section_count_++; in AppendSectionEntry()
642 final_section_count_ = section_count_; in Finish()
650 size_t section_count_; member in SegmentLoadCommand