HomeSort by relevance Sort by last modified time
    Searched refs:section_map_ (Results 1 - 4 of 4) sorted by null

  /external/google-breakpad/src/common/
dwarf_cu_to_module.h 112 dwarf2reader::SectionMap section_map_; member in class:google_breakpad::DwarfCUToModule::FileContext
dwarf_cu_to_module.cc 144 section_map_[name] = std::make_pair(contents, length);
148 section_map_.clear();
153 return section_map_;
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
incremental.h 1789 std::vector<Output_section*> section_map_; member in class:gold::Sized_incremental_binary
    [all...]
incremental.cc 541 this->section_map_.resize(shnum);
556 this->section_map_[i] = layout->init_fixed_output_section(name, shdr);
593 if (shndx < 1 || shndx >= this->section_map_.size())
595 Output_section* os = this->section_map_[shndx];
615 Output_section* os = this->section_map_[sect.output_shndx];
    [all...]

Completed in 568 milliseconds