HomeSort by relevance Sort by last modified time
    Searched defs:sections_ (Results 1 - 5 of 5) sorted by null

  /external/google-breakpad/src/common/dwarf/
functioninfo.h 123 linehandler_(linehandler), sections_(sections),
181 const SectionMap& sections_; member in class:dwarf2reader::CUFunctionInfoHandler
dwarf2reader.h 308 const SectionMap& sections_; member in class:dwarf2reader::CompilationUnit
    [all...]
  /external/google-breakpad/src/common/linux/
synth_elf.h 155 vector<ElfSection> sections_; member in class:google_breakpad::synth_elf::ELF
  /art/runtime/
image.h 211 ImageSection sections_[kSectionCount]; variable
  /external/v8/src/
gdb-jit.cc 477 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_(6, zone)
722 ZoneList<ELFSection*> sections_; member in class:v8::BASE_EMBEDDED
    [all...]

Completed in 239 milliseconds