HomeSort by: relevance | last modified time | path
    Searched defs:real_identity_address (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/interception/tests/
interception_win_test.cc 329 uptr real_identity_address = 0; local in function:__interception::TestIdentityFunctionPatching
332 &real_identity_address);
334 EXPECT_NE(0U, real_identity_address);
335 IdentityFunction real_identity = (IdentityFunction)real_identity_address;
339 if (!success || !real_identity_address)
425 uptr real_identity_address = 0; local in function:__interception::TestIdentityFunctionMultiplePatching
428 &real_identity_address);
430 EXPECT_NE(0U, real_identity_address);
435 &real_identity_address);
465 uptr real_identity_address = 0 local in function:__interception::TEST
    [all...]
interception_win_test.cc 329 uptr real_identity_address = 0; local in function:__interception::TestIdentityFunctionPatching
332 &real_identity_address);
334 EXPECT_NE(0U, real_identity_address);
335 IdentityFunction real_identity = (IdentityFunction)real_identity_address;
339 if (!success || !real_identity_address)
425 uptr real_identity_address = 0; local in function:__interception::TestIdentityFunctionMultiplePatching
428 &real_identity_address);
430 EXPECT_NE(0U, real_identity_address);
435 &real_identity_address);
465 uptr real_identity_address = 0 local in function:__interception::TEST
    [all...]

Completed in 21 milliseconds