Home
last modified time | relevance | path

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

/aosp12/bionic/linker/
H A Dlinker_debuggerd_android.cpp43 .scudo_stack_depot = __libc_shared_globals()->scudo_stack_depot, in get_process_info()
/aosp12/system/core/debuggerd/libdebuggerd/include/libdebuggerd/
H A Dtypes.h49 uintptr_t scudo_stack_depot = 0; member
/aosp12/system/core/debuggerd/include/debuggerd/
H A Dhandler.h43 const char* scudo_stack_depot; member
/aosp12/system/core/debuggerd/
H A Dprotocol.h98 uintptr_t scudo_stack_depot; member
H A Dcrash_dump.cpp304 process_info->scudo_stack_depot = crash_info->data.d.scudo_stack_depot; in ReadCrashInfo()
/aosp12/bionic/libc/private/
H A Dbionic_globals.h110 const char* scudo_stack_depot = nullptr; member
/aosp12/system/core/debuggerd/libdebuggerd/
H A Dscudo.cpp43 auto stack_depot = AllocAndReadFully(process_memory, process_info.scudo_stack_depot, in ScudoCrashData()
/aosp12/bionic/libc/bionic/
H A Dmalloc_common_dynamic.cpp383 __libc_shared_globals()->scudo_stack_depot = __scudo_get_stack_depot_addr(); in MallocInitImpl()