Searched refs:ElfFileNotReadable (Results 1 – 6 of 6) sorted by relevance
181 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()
1336 EXPECT_TRUE(frame->map_info->ElfFileNotReadable()); in TEST_F()
106 bool ElfFileNotReadable();
452 if (frame.map_info != nullptr && frame.map_info->ElfFileNotReadable()) { in log_backtrace()
463 if (frame.map_info != nullptr && frame.map_info->ElfFileNotReadable()) { in dump_thread_backtrace()
38 bool MapInfo::ElfFileNotReadable() { in ElfFileNotReadable() function in unwindstack::MapInfo