Home
last modified time | relevance | path

Searched refs:ElfFileNotReadable (Results 1 – 6 of 6) sorted by relevance

/system/unwinding/libunwindstack/tests/
DMapInfoTest.cpp181 ASSERT_TRUE(map_info_readable->ElfFileNotReadable()); in TEST()
185 ASSERT_FALSE(map_info_no_name->ElfFileNotReadable()); in TEST()
189 ASSERT_FALSE(map_info_bracket->ElfFileNotReadable()); in TEST()
193 ASSERT_FALSE(map_info_memfd->ElfFileNotReadable()); in TEST()
DUnwinderTest.cpp1336 EXPECT_TRUE(frame->map_info->ElfFileNotReadable()); in TEST_F()
/system/unwinding/libunwindstack/include/unwindstack/
DMapInfo.h106 bool ElfFileNotReadable();
/system/core/debuggerd/libdebuggerd/
Dutility.cpp452 if (frame.map_info != nullptr && frame.map_info->ElfFileNotReadable()) { in log_backtrace()
Dtombstone_proto.cpp463 if (frame.map_info != nullptr && frame.map_info->ElfFileNotReadable()) { in dump_thread_backtrace()
/system/unwinding/libunwindstack/
DMapInfo.cpp38 bool MapInfo::ElfFileNotReadable() { in ElfFileNotReadable() function in unwindstack::MapInfo