Searched refs:FailureAddress (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/compiler-rt/lib/gwp_asan/tests/ |
D | crash_handler_api.cpp | 122 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/ |
D | crash_handler_api.cpp | 123 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/ |
D | crash_handler.cpp | 26 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()
|
D | common.h | 123 uintptr_t FailureAddress = 0; member
|
D | guarded_pool_allocator.cpp | 256 State.FailureAddress = Address; in trapOnAddress()
|
/external/llvm-project/compiler-rt/lib/gwp_asan/ |
D | crash_handler.cpp | 25 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()
|
D | common.h | 121 uintptr_t FailureAddress = 0; member
|
D | guarded_pool_allocator.cpp | 207 State.FailureAddress = Address; in trapOnAddress()
|