Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/
DDwarfEhFrameWithHdr.cpp97 hdr_entries_offset_ = memory_.cur_offset(); in Init()
142 memory_.set_cur_offset(hdr_entries_offset_ + 2 * index * table_entry_size_); in GetFdeInfoFromIndex()
DDwarfEhFrameWithHdr.h76 uint64_t hdr_entries_offset_ = 0; variable
/system/unwinding/libunwindstack/tests/
DDwarfEhFrameWithHdrTest.cpp39 void TestSetHdrEntriesOffset(uint64_t offset) { this->hdr_entries_offset_ = offset; } in TestSetHdrEntriesOffset()
52 uint64_t TestGetHdrEntriesOffset() { return this->hdr_entries_offset_; } in TestGetHdrEntriesOffset()