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

  /external/webrtc/webrtc/base/
linux.h 104 ConfigParser::MapVector sections_; member in class:rtc::ProcCpuInfo
  /art/libdexfile/dex/
dex_file_layout.h 118 DexLayoutSection sections_[static_cast<size_t>(SectionType::kSectionCount)]; member in class:art::DexLayoutSections
  /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
  /frameworks/native/cmds/dumpstate/tests/
dumpstate_smoke_test.cpp 52 std::shared_ptr<std::vector<SectionInfo>> sections_; member in class:android::os::dumpstate::DumpstateListener
54 : outFd_(fd), max_progress_(5000), sections_(sections) {
66 sections_->push_back({name, status, size_bytes, duration_ms});
  /art/compiler/linker/
elf_builder.h 210 std::vector<Section*>& sections = owner_->sections_;
640 for (auto* section : sections_) {
653 shdrs.reserve(1u + sections_.size());
655 for (auto* section : sections_) {
1032 std::vector<Section*> sections_; member in class:art::linker::FINAL
    [all...]
  /art/runtime/
image.h 237 return sections_[index];
441 ImageSection sections_[kSectionCount]; variable
  /external/adhd/cras/src/tests/
alsa_mixer_unittest.cc 1474 struct ucm_section *sections_; member in class:__anon14123::AlsaMixerFullySpeced
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
dwp.cc 452 abiversion_(0), fd_(NULL), next_file_offset_(0), shnum_(1), sections_(),
659 std::vector<Section> sections_; member in class:gold::Dwp_output_file
722 output_file_(NULL), sections_(NULL)
744 Section_bounds* sections_; member in class:gold::Unit_reader
    [all...]
incremental.h 356 is_member_(false), sections_(), groups_()
357 { this->sections_.reserve(obj->shnum()); }
377 { this->sections_.push_back(Input_section(shndx, name_key, sh_size)); }
382 { return this->sections_.size(); }
387 { return this->sections_[n].shndx_; }
392 { return this->sections_[n].name_key_; }
397 { return this->sections_[n].sh_size_; }
445 std::vector<Input_section> sections_; member in class:gold::Incremental_object_entry
    [all...]
  /external/v8/src/
gdb-jit.cc 476 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_(6, zone)
745 ZoneList<ELFSection*> sections_; member in class:v8::internal::BASE_EMBEDDED
    [all...]

Completed in 728 milliseconds