Home
last modified time | relevance | path

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

/system/core/debuggerd/libdebuggerd/include/libdebuggerd/
Dtypes.h49 uintptr_t scudo_stack_depot = 0; member
/system/core/debuggerd/
Dprotocol.h98 uintptr_t scudo_stack_depot; member
Dcrash_dump.cpp304 process_info->scudo_stack_depot = crash_info->data.d.scudo_stack_depot; in ReadCrashInfo()
/system/core/debuggerd/include/debuggerd/
Dhandler.h43 const char* scudo_stack_depot; member
/system/core/debuggerd/libdebuggerd/
Dscudo.cpp43 auto stack_depot = AllocAndReadFully(process_memory, process_info.scudo_stack_depot, in ScudoCrashData()