Home
last modified time | relevance | path

Searched refs:text_offset_ (Results 1 – 2 of 2) sorted by relevance

/system/unwinding/libunwindstack/include/unwindstack/
DDwarfMemory.h60 void set_text_offset(uint64_t offset) { text_offset_ = offset; } in set_text_offset()
61 void clear_text_offset() { text_offset_ = static_cast<uint64_t>(-1); } in clear_text_offset()
70 uint64_t text_offset_ = static_cast<uint64_t>(-1); variable
/system/unwinding/libunwindstack/
DDwarfMemory.cpp121 if (text_offset_ == static_cast<uint64_t>(-1)) { in AdjustEncodedValue()
125 *value += text_offset_; in AdjustEncodedValue()