Searched refs:MAPS_FLAGS_DEVICE_MAP (Results 1 – 6 of 6) sorted by relevance
/system/core/libunwindstack/ |
D | Maps.cpp | 70 flags |= unwindstack::MAPS_FLAGS_DEVICE_MAP; in Parse() 121 flags |= unwindstack::MAPS_FLAGS_DEVICE_MAP; in Parse()
|
D | Unwinder.cpp | 231 if (map_info->flags & MAPS_FLAGS_DEVICE_MAP) { in Unwind() 238 if (sp_info != nullptr && sp_info->flags & MAPS_FLAGS_DEVICE_MAP) { in Unwind()
|
D | MapInfo.cpp | 144 if (flags & MAPS_FLAGS_DEVICE_MAP) { in CreateMemory()
|
/system/core/libunwindstack/include/unwindstack/ |
D | Maps.h | 33 static constexpr int MAPS_FLAGS_DEVICE_MAP = 0x8000; variable
|
/system/core/libunwindstack/tests/ |
D | MapInfoGetElfTest.cpp | 300 MapInfo info(nullptr, nullptr, 0x7000, 0x8000, 0x1000, PROT_READ | MAPS_FLAGS_DEVICE_MAP, in TEST_F()
|
D | UnwinderTest.cpp | 68 AddMapInfo(0x13000, 0x15000, 0, PROT_READ | PROT_WRITE | MAPS_FLAGS_DEVICE_MAP, in SetUpTestSuite()
|