Home
last modified time | relevance | path

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

/system/core/libunwindstack/
DDwarfEhFrameWithHdr.cpp77 memory_.set_pc_offset(memory_.cur_offset()); in Init()
85 memory_.set_pc_offset(memory_.cur_offset()); in Init()
143 memory_.set_pc_offset(0); in GetFdeInfoFromIndex()
DDwarfSection.cpp230 memory_.set_pc_offset(pc_offset_); in FillInCie()
339 memory_.set_pc_offset(section_bias_); in FillInFde()
343 memory_.set_pc_offset(0); in FillInFde()
361 memory_.set_pc_offset(pc_offset_); in FillInFde()
/system/core/libunwindstack/include/unwindstack/
DDwarfMemory.h52 void set_pc_offset(int64_t offset) { pc_offset_ = offset; } in set_pc_offset() function
/system/core/libunwindstack/tests/
DDwarfMemoryTest.cpp412 dwarf_mem_->set_pc_offset(0x2000); in ReadEncodedValue_non_zero_adjust()
493 dwarf_mem_->set_pc_offset(0x2000); in TEST_F()
497 dwarf_mem_->set_pc_offset(static_cast<uint64_t>(-4)); in TEST_F()