Home
last modified time | relevance | path

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

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