Home
last modified time | relevance | path

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

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