OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__interception
(Results
1 - 5
of
5
) sorted by null
/external/compiler-rt/lib/interception/
interception_linux.cc
21
namespace
__interception
{
namespace
27
} // namespace
__interception
interception_linux.h
24
namespace
__interception
{
namespace
28
} // namespace
__interception
31
::
__interception
::GetRealFunctionAddress( \
32
#func, (::
__interception
::uptr*)&REAL(func), \
33
(::
__interception
::uptr)&(func), \
34
(::
__interception
::uptr)&WRAP(func))
interception_win.h
24
namespace
__interception
{
namespace
30
} // namespace
__interception
34
::
__interception
::GetRealFunctionAddress( \
35
#func, (::
__interception
::uptr*)&REAL(func))
38
::
__interception
::OverrideFunction( \
39
(::
__interception
::uptr)func, \
40
(::
__interception
::uptr)WRAP(func), \
41
(::
__interception
::uptr*)&REAL(func))
interception_win.cc
20
namespace
__interception
{
namespace
149
} // namespace
__interception
interception.h
145
# define REAL(x)
__interception
::PTR_TO_REAL(x)
150
namespace
__interception
{ \
170
namespace
__interception
{ \
211
namespace
__interception
{ \
221
// so we use casting via an integral type
__interception
::uptr,
225
namespace
__interception
{
namespace
231
} // namespace
__interception
Completed in 54 milliseconds