Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/
DDwarfEhFrameWithHdr.cpp98 hdr_entries_data_offset_ = offset; in Init()
141 memory_.set_data_offset(hdr_entries_data_offset_); in GetFdeInfoFromIndex()
DDwarfEhFrameWithHdr.h77 uint64_t hdr_entries_data_offset_ = 0; variable
/system/unwinding/libunwindstack/tests/
DDwarfEhFrameWithHdrTest.cpp40 void TestSetHdrEntriesDataOffset(uint64_t offset) { this->hdr_entries_data_offset_ = offset; } in TestSetHdrEntriesDataOffset()
53 uint64_t TestGetHdrEntriesDataOffset() { return this->hdr_entries_data_offset_; } in TestGetHdrEntriesDataOffset()