Searched defs:symver (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/interception/ |
| H A D | interception_linux.h | 42 #define INTERCEPT_FUNCTION_VER_LINUX_OR_FREEBSD(func, symver) \ argument 49 #define INTERCEPT_FUNCTION_VER_LINUX_OR_FREEBSD(func, symver) \ argument
|
| H A D | interception_mac.h | 24 #define INTERCEPT_FUNCTION_VER_MAC(func, symver) argument
|
| H A D | interception_win.h | 83 #define INTERCEPT_FUNCTION_VER_WIN(func, symver) INTERCEPT_FUNCTION_WIN(func) argument
|
| H A D | interception.h | 383 # define INTERCEPT_FUNCTION_VER(func, symver) INTERCEPT_FUNCTION_AIX(func) argument 390 # define INTERCEPT_FUNCTION_VER(func, symver) \ argument 395 # define INTERCEPT_FUNCTION_VER(func, symver) \ argument 400 # define INTERCEPT_FUNCTION_VER(func, symver) \ argument
|
| /freebsd/contrib/ofed/libibverbs/ |
| H A D | ibverbs.h | 45 #define symver(name, api, ver) asm(".symver " #name "," #api "@" #ver) macro
|
| /freebsd/contrib/elftoolchain/readelf/ |
| H A D | readelf.c | 151 struct symver { struct 152 const char *name; 153 int type;
|