Home
last modified time | relevance | path

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

/system/core/libunwindstack/
DMaps.cpp70 flags |= unwindstack::MAPS_FLAGS_DEVICE_MAP; in Parse()
121 flags |= unwindstack::MAPS_FLAGS_DEVICE_MAP; in Parse()
DUnwinder.cpp231 if (map_info->flags & MAPS_FLAGS_DEVICE_MAP) { in Unwind()
238 if (sp_info != nullptr && sp_info->flags & MAPS_FLAGS_DEVICE_MAP) { in Unwind()
DMapInfo.cpp144 if (flags & MAPS_FLAGS_DEVICE_MAP) { in CreateMemory()
/system/core/libunwindstack/include/unwindstack/
DMaps.h33 static constexpr int MAPS_FLAGS_DEVICE_MAP = 0x8000; variable
/system/core/libunwindstack/tests/
DMapInfoGetElfTest.cpp300 MapInfo info(nullptr, nullptr, 0x7000, 0x8000, 0x1000, PROT_READ | MAPS_FLAGS_DEVICE_MAP, in TEST_F()
DUnwinderTest.cpp68 AddMapInfo(0x13000, 0x15000, 0, PROT_READ | PROT_WRITE | MAPS_FLAGS_DEVICE_MAP, in SetUpTestSuite()