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 | 80 #define INTERCEPT_FUNCTION_VER_WIN(func, symver) INTERCEPT_FUNCTION_WIN(func) argument
|
H A D | interception.h | 372 # define INTERCEPT_FUNCTION_VER(func, symver) \ argument 377 # define INTERCEPT_FUNCTION_VER(func, symver) \ argument 382 # 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 | 150 struct symver { struct 151 const char *name; 152 int type;
|