Home
last modified time | relevance | path

Searched refs:cur_entries_offset_ (Results 1 – 3 of 3) sorted by relevance

/system/core/libunwindstack/
DDwarfEhFrameWithHdr.h83 uint64_t cur_entries_offset_ = 0; variable
DDwarfEhFrameWithHdr.cpp94 cur_entries_offset_ = entries_offset_; in Init()
/system/core/libunwindstack/tests/
DDwarfEhFrameWithHdrTest.cpp42 void TestSetCurEntriesOffset(uint64_t offset) { this->cur_entries_offset_ = offset; } in TestSetCurEntriesOffset()
59 uint64_t TestGetCurEntriesOffset() { return this->cur_entries_offset_; } in TestGetCurEntriesOffset()