Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/
DDwarfEhFrameWithHdr.cpp66 table_encoding_ = data[3]; in Init()
67 table_entry_size_ = memory_.template GetEncodedSize<AddressType>(table_encoding_); in Init()
145 if (!memory_.template ReadEncodedValue<AddressType>(table_encoding_, &value) || in GetFdeInfoFromIndex()
146 !memory_.template ReadEncodedValue<AddressType>(table_encoding_, &info->offset)) { in GetFdeInfoFromIndex()
154 if (IsEncodingRelative(table_encoding_)) { in GetFdeInfoFromIndex()
DDwarfEhFrameWithHdr.h73 uint8_t table_encoding_ = 0; variable
/system/unwinding/libunwindstack/tests/
DDwarfEhFrameWithHdrTest.cpp38 void TestSetTableEncoding(uint8_t encoding) { this->table_encoding_ = encoding; } in TestSetTableEncoding()
49 uint8_t TestGetTableEncoding() { return this->table_encoding_; } in TestGetTableEncoding()