Home
last modified time | relevance | path

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

/system/core/libunwindstack/
DDwarfEhFrame.h81 uint64_t ptr_offset_; variable
DDwarfEhFrame.cpp56 if (!memory_.template ReadEncodedValue<AddressType>(ptr_encoding_, &ptr_offset_)) { in Init()
/system/core/libunwindstack/tests/
DDwarfEhFrameTest.cpp52 uint64_t TestGetPtrOffset() { return this->ptr_offset_; } in TestGetPtrOffset()