Home
last modified time | relevance | path

Searched refs:pc_offset_ (Results 1 – 4 of 4) sorted by relevance

/system/core/libunwindstack/include/unwindstack/
DDwarfMemory.h52 void set_pc_offset(int64_t offset) { pc_offset_ = offset; } in set_pc_offset()
53 void clear_pc_offset() { pc_offset_ = INT64_MAX; } in clear_pc_offset()
68 int64_t pc_offset_ = INT64_MAX; variable
DDwarfSection.h170 uint64_t pc_offset_ = 0; variable
/system/core/libunwindstack/
DDwarfMemory.cpp114 if (pc_offset_ == INT64_MAX) { in AdjustEncodedValue()
118 *value += pc_offset_; in AdjustEncodedValue()
DDwarfSection.cpp230 memory_.set_pc_offset(pc_offset_); in FillInCie()
361 memory_.set_pc_offset(pc_offset_); in FillInFde()
620 pc_offset_ = offset; in Init()