Searched defs:symver (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/compiler-rt/lib/interception/ |
D | interception_linux.h | 40 #define INTERCEPT_FUNCTION_VER_LINUX_OR_FREEBSD(func, symver) \ argument 47 #define INTERCEPT_FUNCTION_VER_LINUX_OR_FREEBSD(func, symver) \ argument
|
D | interception_mac.h | 24 #define INTERCEPT_FUNCTION_VER_MAC(func, symver) argument
|
D | interception_win.h | 75 #define INTERCEPT_FUNCTION_VER_WIN(func, symver) INTERCEPT_FUNCTION_WIN(func) argument
|
D | interception.h | 288 # define INTERCEPT_FUNCTION_VER(func, symver) \ argument 293 # define INTERCEPT_FUNCTION_VER(func, symver) \ argument 298 # define INTERCEPT_FUNCTION_VER(func, symver) \ argument
|
/external/compiler-rt/lib/interception/ |
D | interception_linux.h | 38 #define INTERCEPT_FUNCTION_VER_LINUX_OR_FREEBSD(func, symver) \ argument 42 #define INTERCEPT_FUNCTION_VER_LINUX_OR_FREEBSD(func, symver) \ argument
|
D | interception_mac.h | 25 #define INTERCEPT_FUNCTION_VER_MAC(func, symver) argument
|
D | interception_win.h | 76 #define INTERCEPT_FUNCTION_VER_WIN(func, symver) INTERCEPT_FUNCTION_WIN(func) argument
|
D | interception.h | 245 # define INTERCEPT_FUNCTION_VER(func, symver) \ argument 250 # define INTERCEPT_FUNCTION_VER(func, symver) \ argument 255 # define INTERCEPT_FUNCTION_VER(func, symver) \ argument
|