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

/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.cc477 explicit MachO(Zone* zone) : zone_(zone), sections_(6, zone) { }
480 sections_.Add(section, zone_);
481 return sections_.length() - 1;
574 cmd->nsects = sections_.length();
587 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::BASE_EMBEDDED
606 explicit ELF(Zone* zone) : zone_(zone), sections_(
722 ZoneList<ELFSection*> sections_; member in class:v8::BASE_EMBEDDED
[all...]

Completed in 199 milliseconds