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

  /system/core/libunwindstack/tests/
ElfFake.h 108 void FakeSetDebugFrameOffset(uint64_t offset) { debug_frame_offset_ = offset; }
119 void FakeSetDebugFrameOffset(uint64_t offset) { debug_frame_offset_ = offset; }
ElfInterfaceTest.cpp 642 elf.FakeSetDebugFrameOffset(0);
670 elf.FakeSetDebugFrameOffset(0x5000);
703 elf.FakeSetDebugFrameOffset(0);
728 elf.FakeSetDebugFrameOffset(0x1000);
    [all...]

Completed in 73 milliseconds