OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:INTERCEPT_FUNCTION
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/interception/
interception.h
43
// 2) Call "
INTERCEPT_FUNCTION
(foo)" prior to the first call of "foo".
44
//
INTERCEPT_FUNCTION
(foo) evaluates to "true" iff the function was
51
// However, if the call "
INTERCEPT_FUNCTION
(foo)" and definition for
90
//
INTERCEPT_FUNCTION
() is effectively a no-op on this system.
267
//
INTERCEPT_FUNCTION
macro, only its name.
282
# define
INTERCEPT_FUNCTION
(func) INTERCEPT_FUNCTION_LINUX_OR_FREEBSD(func)
287
# define
INTERCEPT_FUNCTION
(func) INTERCEPT_FUNCTION_MAC(func)
292
# define
INTERCEPT_FUNCTION
(func) INTERCEPT_FUNCTION_WIN(func)
/src/external/gpl3/gcc/dist/libsanitizer/interception/
interception.h
43
// 2) Call "
INTERCEPT_FUNCTION
(foo)" prior to the first call of "foo".
44
//
INTERCEPT_FUNCTION
(foo) evaluates to "true" iff the function was
51
// However, if the call "
INTERCEPT_FUNCTION
(foo)" and definition for
116
//
INTERCEPT_FUNCTION
() is effectively a no-op on this system.
344
//
INTERCEPT_FUNCTION
macro, only its name.
359
# define
INTERCEPT_FUNCTION
(func) INTERCEPT_FUNCTION_LINUX_OR_FREEBSD(func)
364
# define
INTERCEPT_FUNCTION
(func) INTERCEPT_FUNCTION_MAC(func)
369
# define
INTERCEPT_FUNCTION
(func) INTERCEPT_FUNCTION_WIN(func)
/src/external/gpl3/gcc.old/dist/libsanitizer/interception/
interception.h
42
// 2) Call "
INTERCEPT_FUNCTION
(foo)" prior to the first call of "foo".
43
//
INTERCEPT_FUNCTION
(foo) evaluates to "true" iff the function was
50
// However, if the call "
INTERCEPT_FUNCTION
(foo)" and definition for
89
//
INTERCEPT_FUNCTION
() is effectively a no-op on this system.
263
//
INTERCEPT_FUNCTION
macro, only its name.
278
# define
INTERCEPT_FUNCTION
(func) INTERCEPT_FUNCTION_LINUX_OR_FREEBSD(func)
283
# define
INTERCEPT_FUNCTION
(func) INTERCEPT_FUNCTION_MAC(func)
288
# define
INTERCEPT_FUNCTION
(func) INTERCEPT_FUNCTION_WIN(func)
Completed in 21 milliseconds
Indexes created Wed Apr 22 00:22:44 UTC 2026