HomeSort by relevance Sort by last modified time
    Searched refs:text_offset_ (Results 1 - 2 of 2) sorted by null

  /system/core/libunwindstack/include/unwindstack/
DwarfMemory.h 61 void set_text_offset(uint64_t offset) { text_offset_ = offset; }
62 void clear_text_offset() { text_offset_ = static_cast<uint64_t>(-1); }
71 uint64_t text_offset_ = static_cast<uint64_t>(-1); member in class:unwindstack::DwarfMemory
  /system/core/libunwindstack/
DwarfMemory.cpp 122 if (text_offset_ == static_cast<uint64_t>(-1)) {
126 *value += text_offset_;

Completed in 71 milliseconds