Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/gwp_asan/tests/
Dcrash_handler_api.cpp122 uintptr_t FailureAddress = 0x9000; in TEST_F() local
124 EXPECT_TRUE(__gwp_asan_error_is_mine(&State, FailureAddress)); in TEST_F()
126 __gwp_asan_diagnose_error(&State, Metadata, FailureAddress)); in TEST_F()
128 EXPECT_EQ(nullptr, __gwp_asan_get_metadata(&State, Metadata, FailureAddress)); in TEST_F()
134 uintptr_t FailureAddress = 0x7000; in TEST_F() local
137 State.FailureAddress = FailureAddress; in TEST_F()
142 EXPECT_EQ(FailureAddress, __gwp_asan_get_internal_crash_address(&State)); in TEST_F()
143 checkMetadata(Index, FailureAddress); in TEST_F()
149 uintptr_t FailureAddress = 0x7001; in TEST_F() local
152 State.FailureAddress = FailureAddress; in TEST_F()
[all …]
/external/gwp_asan/gwp_asan/tests/
Dcrash_handler_api.cpp123 uintptr_t FailureAddress = 0x9000; in TEST_F() local
125 EXPECT_TRUE(__gwp_asan_error_is_mine(&State, FailureAddress)); in TEST_F()
127 __gwp_asan_diagnose_error(&State, Metadata, FailureAddress)); in TEST_F()
129 EXPECT_EQ(nullptr, __gwp_asan_get_metadata(&State, Metadata, FailureAddress)); in TEST_F()
135 uintptr_t FailureAddress = 0x7000; in TEST_F() local
138 State.FailureAddress = FailureAddress; in TEST_F()
143 EXPECT_EQ(FailureAddress, __gwp_asan_get_internal_crash_address(&State)); in TEST_F()
144 checkMetadata(Index, FailureAddress); in TEST_F()
150 uintptr_t FailureAddress = 0x7001; in TEST_F() local
153 State.FailureAddress = FailureAddress; in TEST_F()
[all …]
/external/gwp_asan/gwp_asan/
Dcrash_handler.cpp26 if (State->FailureType != Error::UNKNOWN && State->FailureAddress != 0) in __gwp_asan_error_is_mine()
35 return State->FailureAddress; in __gwp_asan_get_internal_crash_address()
Dcommon.h123 uintptr_t FailureAddress = 0; member
Dguarded_pool_allocator.cpp256 State.FailureAddress = Address; in trapOnAddress()
/external/llvm-project/compiler-rt/lib/gwp_asan/
Dcrash_handler.cpp25 if (State->FailureType != Error::UNKNOWN && State->FailureAddress != 0) in __gwp_asan_error_is_mine()
34 return State->FailureAddress; in __gwp_asan_get_internal_crash_address()
Dcommon.h121 uintptr_t FailureAddress = 0; member
Dguarded_pool_allocator.cpp207 State.FailureAddress = Address; in trapOnAddress()