Searched refs:ElfFileNotReadable (Results 1 – 6 of 6) sorted by relevance
190 ASSERT_TRUE(map_info_readable->ElfFileNotReadable()); in TEST()194 ASSERT_FALSE(map_info_no_name->ElfFileNotReadable()); in TEST()198 ASSERT_FALSE(map_info_bracket->ElfFileNotReadable()); in TEST()202 ASSERT_FALSE(map_info_memfd->ElfFileNotReadable()); in TEST()
1386 EXPECT_TRUE(frame->map_info->ElfFileNotReadable()); in TEST_F()
106 bool ElfFileNotReadable();
38 bool MapInfo::ElfFileNotReadable() { in ElfFileNotReadable() function in unwindstack::MapInfo
453 if (frame.map_info != nullptr && frame.map_info->ElfFileNotReadable()) { in log_backtrace()
591 if (frame.map_info != nullptr && frame.map_info->ElfFileNotReadable()) { in dump_thread_backtrace()