Home
last modified time | relevance | path

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

/external/compiler-rt/lib/interception/tests/
Dinterception_win_test.cc296 uptr real_identity_address = 0; in TestIdentityFunctionPatching() local
299 &real_identity_address); in TestIdentityFunctionPatching()
301 EXPECT_NE(0U, real_identity_address); in TestIdentityFunctionPatching()
302 IdentityFunction real_identity = (IdentityFunction)real_identity_address; in TestIdentityFunctionPatching()
306 if (!success || !real_identity_address) in TestIdentityFunctionPatching()
392 uptr real_identity_address = 0; in TestIdentityFunctionMultiplePatching() local
395 &real_identity_address); in TestIdentityFunctionMultiplePatching()
397 EXPECT_NE(0U, real_identity_address); in TestIdentityFunctionMultiplePatching()
402 &real_identity_address); in TestIdentityFunctionMultiplePatching()
432 uptr real_identity_address = 0; in TEST() local
[all …]