Searched refs:LoadActiveCode (Results 1 – 2 of 2) sorted by relevance
/external/compiler-rt/lib/interception/tests/ |
D | interception_win_test.cc | 203 static void LoadActiveCode( in LoadActiveCode() function 286 LoadActiveCode(code, &identity_address, prefix_kind); in TestIdentityFunctionPatching() 389 LoadActiveCode(code, &identity_address, prefix_kind); in TestIdentityFunctionMultiplePatching() 426 LoadActiveCode(kIdentityTwice, &identity_address1); in TEST() 457 LoadActiveCode(code, &address, prefix_kind); in TestFunctionPatching()
|
/external/llvm-project/compiler-rt/lib/interception/tests/ |
D | interception_win_test.cpp | 256 static void LoadActiveCode( in LoadActiveCode() function 336 LoadActiveCode(code, &identity_address, prefix_kind); in TestIdentityFunctionPatching() 439 LoadActiveCode(code, &identity_address, prefix_kind); in TestIdentityFunctionMultiplePatching() 476 LoadActiveCode(kIdentityTwice, &identity_address1); in TEST() 507 LoadActiveCode(code, &address, prefix_kind); in TestFunctionPatching()
|