Home
last modified time | relevance | path

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

/aosp12/bionic/linker/
H A Dlinker_debuggerd_android.cpp42 .gwp_asan_metadata = __libc_shared_globals()->gwp_asan_metadata, in get_process_info()
/aosp12/system/core/debuggerd/libdebuggerd/include/libdebuggerd/
H A Dtypes.h48 uintptr_t gwp_asan_metadata = 0; member
/aosp12/system/core/debuggerd/include/debuggerd/
H A Dhandler.h42 const gwp_asan::AllocationMetadata* gwp_asan_metadata; member
/aosp12/system/core/debuggerd/
H A Dprotocol.h97 uintptr_t gwp_asan_metadata; member
H A Dcrash_dump.cpp303 process_info->gwp_asan_metadata = crash_info->data.d.gwp_asan_metadata; in ReadCrashInfo()
/aosp12/system/core/debuggerd/libdebuggerd/
H A Dgwp_asan.cpp70 if (!process_memory || !process_info.gwp_asan_metadata || !process_info.gwp_asan_state) return; in GwpAsanCrashData()
73 …metadata_.reset(retrieve_gwp_asan_metadata(process_memory, state_, process_info.gwp_asan_metadata)… in GwpAsanCrashData()
/aosp12/bionic/libc/private/
H A Dbionic_globals.h108 const gwp_asan::AllocationMetadata* gwp_asan_metadata = nullptr; member
/aosp12/bionic/libc/bionic/
H A Dgwp_asan_wrappers.cpp77 __libc_shared_globals()->gwp_asan_metadata = GuardedAlloc.getMetadataRegion(); in gwp_asan_initialize()