Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/
DDwarfEhFrameWithHdr.cpp67 table_entry_size_ = memory_.template GetEncodedSize<AddressType>(table_encoding_); in Init()
72 if (table_entry_size_ == 0) { in Init()
142 memory_.set_cur_offset(hdr_entries_offset_ + 2 * index * table_entry_size_); in GetFdeInfoFromIndex()
DDwarfEhFrameWithHdr.h74 size_t table_entry_size_ = 0; variable
/system/unwinding/libunwindstack/tests/
DDwarfEhFrameWithHdrTest.cpp41 void TestSetTableEntrySize(size_t size) { this->table_entry_size_ = size; } in TestSetTableEntrySize()
50 uint64_t TestGetTableEntrySize() { return this->table_entry_size_; } in TestGetTableEntrySize()