Home
last modified time | relevance | path

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

/aosp14/system/core/debuggerd/
H A Ddebuggerd_test.cpp2502 static std::string format_map_pointer(uintptr_t ptr) { in format_map_pointer() function
2557 format_map_pointer(reinterpret_cast<uintptr_t>(none_map)).c_str(), in TEST_F()
2558 format_map_pointer(reinterpret_cast<uintptr_t>(none_map) + getpagesize() - 1).c_str()); in TEST_F()
2564 format_map_pointer(reinterpret_cast<uintptr_t>(r_map)).c_str(), in TEST_F()
2565 format_map_pointer(reinterpret_cast<uintptr_t>(r_map) + getpagesize() - 1).c_str()); in TEST_F()
2571 format_map_pointer(reinterpret_cast<uintptr_t>(w_map)).c_str(), in TEST_F()
2572 format_map_pointer(reinterpret_cast<uintptr_t>(w_map) + getpagesize() - 1).c_str()); in TEST_F()
2578 format_map_pointer(reinterpret_cast<uintptr_t>(x_map)).c_str(), in TEST_F()
2579 format_map_pointer(reinterpret_cast<uintptr_t>(x_map) + getpagesize() - 1).c_str()); in TEST_F()
2585 format_map_pointer(reinterpret_cast<uintptr_t>(file_map)).c_str(), in TEST_F()
[all …]