/external/webrtc/webrtc/base/ |
linux.h | 104 ConfigParser::MapVector sections_; member in class:rtc::ProcCpuInfo
|
/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 | 349 ImageSection sections_[kSectionCount]; variable
|
/art/compiler/ |
elf_builder.h | 122 auto& sections = owner_->sections_; 568 for (auto* section : sections_) { 578 shdrs.reserve(1u + sections_.size()); 580 for (auto* section : sections_) { 827 CHECK(!sections_.empty()); 849 for (auto* section : sections_) { 927 std::vector<Section*> sections_; member in class:art::FINAL [all...] |
/toolchain/binutils/binutils-2.25/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 | 475 explicit MachO(Zone* zone) : zone_(zone), sections_(6, zone) { } 478 sections_.Add(section, zone_); 479 return sections_.length() - 1; 572 cmd->nsects = sections_.length(); 585 w->CreateSlotsHere<MachOSection::Header>(sections_.length()); 589 for (int section = 0; section < sections_.length(); ++section) { 590 sections_[section]->PopulateHeader(headers.at(section)); 591 sections_[section]->WriteBody(headers.at(section), w); 597 ZoneList<MachOSection*> sections_; member in class:v8::internal::BASE_EMBEDDED 605 explicit ELF(Zone* zone) : zone_(zone), sections_(6, zone) 733 ZoneList<ELFSection*> sections_; member in class:v8::internal::BASE_EMBEDDED [all...] |