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

  /system/core/libunwindstack/include/unwindstack/
ElfInterface.h 76 uint64_t debug_frame_offset() { return debug_frame_offset_; } function in class:unwindstack::ElfInterface
  /system/core/libunwindstack/tests/
ElfInterfaceTest.cpp 742 EXPECT_EQ(0U, elf.debug_frame_offset());
831 EXPECT_EQ(0U, elf->debug_frame_offset());
915 EXPECT_EQ(0x6000U, elf->debug_frame_offset());

Completed in 2848 milliseconds