Searched defs:sections_ (Results 1 - 5 of 5) sorted by relevance

/external/webrtc/webrtc/base/
H A Dlinux.h104 ConfigParser::MapVector sections_; member in class:rtc::ProcCpuInfo
/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 Ddwarf2reader.h308 const SectionMap& sections_; member in class:dwarf2reader::CompilationUnit
/external/google-breakpad/src/common/linux/
H A Dsynth_elf.h155 vector<ElfSection> sections_; member in class:google_breakpad::synth_elf::ELF
/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 279 milliseconds