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

  /toolchain/binutils/binutils-2.27/gold/
ehframe.h 278 fdes_(),
292 fdes_(),
294 { gold_assert(cie.fdes_.empty()); }
299 { this->fdes_.push_back(fde); }
304 { return this->fdes_.size(); }
353 std::vector<Fde*> fdes_; member in class:gold::Cie
ehframe.cc 404 for (std::vector<Fde*>::iterator p = this->fdes_.begin();
405 p != this->fdes_.end();
432 for (std::vector<Fde*>::const_iterator p = this->fdes_.begin();
433 p != this->fdes_.end();
488 for (std::vector<Fde*>::const_iterator p = this->fdes_.begin();
489 p != this->fdes_.end();
    [all...]
  /system/core/libunwindstack/
DwarfSection.cpp 754 fdes_.emplace_back(entry_offset, start, length);
859 std::sort(fdes_.begin(), fdes_.end(), [](const FdeInfo& a, const FdeInfo& b) {
864 fde_count_ = fdes_.size();
879 const FdeInfo* info = &fdes_[current];
896 if (index >= fdes_.size()) {
899 return this->GetFdeFromOffset(fdes_[index].offset);
  /system/core/libunwindstack/include/unwindstack/
DwarfSection.h 165 std::vector<FdeInfo> fdes_; member in class:unwindstack::DwarfSectionImpl
  /system/core/libunwindstack/tests/
DwarfEhFrameTest.cpp 42 this->fdes_.push_back(info);
49 *info = this->fdes_[index];
DwarfDebugFrameTest.cpp 42 this->fdes_.push_back(info);
49 *info = this->fdes_[index];

Completed in 104 milliseconds