Home
last modified time | relevance | path

Searched defs:uintptr_t (Results 1 – 4 of 4) sorted by relevance

/system/core/debuggerd/test/
DBacktraceMock.h52 virtual bool ReadWord(uintptr_t, word_t*) { return false;} in ReadWord() argument
54 virtual std::string GetFunctionNameRaw(uintptr_t, uintptr_t*) { return ""; } in GetFunctionNameRaw() argument
Delf_fake.cpp29 bool elf_get_build_id(Backtrace*, uintptr_t, std::string* build_id) { in elf_get_build_id() argument
/system/core/libmemunreachable/
DMemUnreachable.cpp71 const std::function<void(uintptr_t, size_t)>& func) { in HeapIterate()
/system/core/libbacktrace/
DBacktraceOffline.cpp459 std::string BacktraceOffline::GetFunctionNameRaw(uintptr_t, uintptr_t* offset) { in GetFunctionNameRaw() argument