Searched refs:PROT_DEVICE_MAP (Results 1 – 4 of 4) sorted by relevance
120 if (map_info == nullptr || map_info->flags() & PROT_DEVICE_MAP) { in GetFunctionName()
63 if (map->start == 0 || (map->flags & PROT_DEVICE_MAP)) { in GetFunctionName()
1601 ASSERT_EQ(PROT_DEVICE_MAP, map.flags & PROT_DEVICE_MAP); in UnwindFromDevice()1612 ASSERT_TRUE((map.flags & PROT_DEVICE_MAP) == 0); in UnwindFromDevice()1614 map.flags |= PROT_DEVICE_MAP; in UnwindFromDevice()
43 static constexpr int PROT_DEVICE_MAP = 0x8000; variable