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

  /system/core/libunwindstack/include/unwindstack/
ElfInterface.h 76 uint64_t debug_frame_offset() { return debug_frame_offset_; }
116 uint64_t debug_frame_offset_ = 0; member in class:unwindstack::ElfInterface
  /system/core/libunwindstack/
ElfInterface.cpp 110 if (debug_frame_offset_ != 0) {
112 if (!debug_frame_->Init(debug_frame_offset_, debug_frame_size_)) {
114 debug_frame_offset_ = 0;
269 offset_ptr = &debug_frame_offset_;
  /system/core/libunwindstack/tests/
ElfInterfaceTest.cpp 627 void TestSetDebugFrameOffset(uint64_t offset) { debug_frame_offset_ = offset; }
639 void TestSetDebugFrameOffset(uint64_t offset) { debug_frame_offset_ = offset; }

Completed in 127 milliseconds