Home
last modified time | relevance | path

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

/system/core/libunwindstack/
DDwarfEhFrameWithHdr.cpp59 ptr_encoding_ = data[1]; in Init()
73 if (!memory_.template ReadEncodedValue<AddressType>(ptr_encoding_, &ptr_offset_)) { in Init()
DDwarfEhFrameWithHdr.h76 uint8_t ptr_encoding_; variable
/system/core/libunwindstack/tests/
DDwarfEhFrameWithHdrTest.cpp51 uint8_t TestGetPtrEncoding() { return this->ptr_encoding_; } in TestGetPtrEncoding()