Home
last modified time | relevance | path

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

/external/compiler-rt/lib/interception/tests/
Dinterception_win_test.cc285 uptr identity_address; in TestIdentityFunctionPatching() local
286 LoadActiveCode(code, &identity_address, prefix_kind); in TestIdentityFunctionPatching()
287 IdentityFunction identity = (IdentityFunction)identity_address; in TestIdentityFunctionPatching()
297 bool success = override(identity_address, in TestIdentityFunctionPatching()
388 uptr identity_address; in TestIdentityFunctionMultiplePatching() local
389 LoadActiveCode(code, &identity_address, prefix_kind); in TestIdentityFunctionMultiplePatching()
393 bool success = override(identity_address, in TestIdentityFunctionMultiplePatching()
400 success = override(identity_address, in TestIdentityFunctionMultiplePatching()