Home
last modified time | relevance | path

Searched refs:entries_end_ (Results 1 – 5 of 5) sorted by relevance

/system/core/libunwindstack/
DDwarfEhFrameWithHdr.h39 using DwarfSectionImpl<AddressType>::entries_end_;
DDwarfEhFrameWithHdr.cpp92 entries_end_ = offset + size; in Init()
DDwarfSection.cpp598 entries_end_ = offset + size; in Init()
755 while (next_entries_offset_ < entries_end_) { in GetFdes()
785 while (next_entries_offset_ < entries_end_) { in GetFdeFromPc()
/system/core/libunwindstack/include/unwindstack/
DDwarfSection.h155 uint64_t entries_end_ = 0; variable
167 using DwarfSectionImpl<AddressType>::entries_end_;
/system/core/libunwindstack/tests/
DDwarfEhFrameWithHdrTest.cpp40 void TestSetEntriesEnd(uint64_t end) { this->entries_end_ = end; } in TestSetEntriesEnd()
57 uint64_t TestGetEntriesEnd() { return this->entries_end_; } in TestGetEntriesEnd()