Searched refs:sections_ (Results 1 - 9 of 9) sorted by relevance

/external/webrtc/webrtc/base/
H A Dlinux.cc42 return procfs.Parse(&sections_);
46 if (sections_.empty()) {
50 *count = sections_.size();
56 if (sections_.empty()) {
63 size_t section_count = sections_.size();
77 total_cpus = static_cast<int>(sections_.size());
86 if (sections_.empty()) {
98 size_t section_count = sections_.size();
128 size_t section_count = sections_.size();
147 if (section_num >= sections_
[all...]
H A Dlinux.h104 ConfigParser::MapVector sections_; member in class:rtc::ProcCpuInfo
/external/google-breakpad/src/common/linux/
H A Dsynth_elf.cc116 sections_.push_back(ElfSection(section, type, addr, offset, offset_label,
137 assert(size_t(start) < sections_.size());
139 assert(size_t(end) < sections_.size());
154 size_t size = sections_[i].size_;
155 if (sections_[i].type_ != SHT_NOBITS) {
168 .Append(endianness(), addr_size_, sections_[start].offset_label_)
170 .Append(endianness(), addr_size_, sections_[start].addr_)
172 .Append(endianness(), addr_size_, sections_[start].addr_)
192 //printf("section_count_: %ld, sections_.size(): %ld\n",
193 // section_count_, sections_
[all...]
H A Dsynth_elf.h155 vector<ElfSection> sections_; member in class:google_breakpad::synth_elf::ELF
/external/google-breakpad/src/common/dwarf/
H A Dfunctioninfo.h123 linehandler_(linehandler), sections_(sections),
181 const SectionMap& sections_; member in class:dwarf2reader::CUFunctionInfoHandler
H A Dfunctioninfo.cc166 SectionMap::const_iterator iter = sections_.find("__debug_line");
167 assert(iter != sections_.end());
H A Ddwarf2reader.cc57 sections_(sections), handler_(handler), abbrevs_(NULL),
75 SectionMap::const_iterator iter = sections_.find(".debug_abbrev");
76 if (iter == sections_.end())
77 iter = sections_.find("__debug_abbrev");
78 assert(iter != sections_.end());
256 SectionMap::const_iterator iter = sections_.find(".debug_info");
257 if (iter == sections_.end())
258 iter = sections_.find("__debug_info");
259 assert(iter != sections_.end());
291 iter = sections_
[all...]
H A Ddwarf2reader.h308 const SectionMap& sections_; member in class:dwarf2reader::CompilationUnit
/external/v8/src/
H A Dgdb-jit.cc476 explicit MachO(Zone* zone) : zone_(zone), sections_(6, zone) { }
479 sections_.Add(section, zone_);
480 return sections_.length() - 1;
573 cmd->nsects = sections_.length();
586 w->CreateSlotsHere<MachOSection::Header>(sections_.length());
590 for (int section = 0; section < sections_.length(); ++section) {
591 sections_[section]->PopulateHeader(headers.at(section));
592 sections_[section]->WriteBody(headers.at(section), w);
598 ZoneList<MachOSection*> sections_; member in class:v8::internal::BASE_EMBEDDED
606 explicit ELF(Zone* zone) : zone_(zone), sections_(
745 ZoneList<ELFSection*> sections_; member in class:v8::internal::BASE_EMBEDDED
[all...]

Completed in 168 milliseconds