Searched refs:STRINGIFY (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_win_defs.h | 44 #define STRINGIFY(A) STRINGIFY_(A) macro 69 __pragma(comment(linker, "/alternatename:" WIN_SYM_PREFIX STRINGIFY(Name) "="\ 70 WIN_SYM_PREFIX STRINGIFY(Default))) 73 __pragma(comment(linker, "/include:" WIN_SYM_PREFIX STRINGIFY(Name))) 76 __pragma(comment(linker, "/export:" WIN_EXPORT_PREFIX STRINGIFY(ExportedName)\ 77 "=" WIN_EXPORT_PREFIX STRINGIFY(Name)))
|
H A D | sanitizer_win_dll_thunk.h | 77 INTERCEPT_WHEN_POSSIBLE(#name, STRINGIFY(WEAK_EXPORT_NAME(name)), name) 87 INTERCEPT_OR_DIE(STRINGIFY(WRAP(name)), name)
|
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerExtFunctionsWindows.cpp | 22 #define STRINGIFY(A) STRINGIFY_(A) macro 35 __pragma(comment(linker, "/alternatename:" WIN_SYM_PREFIX STRINGIFY( \ 36 Name) "=" WIN_SYM_PREFIX STRINGIFY(Default))) 43 __attribute__((weak, alias(STRINGIFY(Default))))
|
/freebsd/stand/uboot/ |
H A D | uboot_fdt.c | 36 #define STRINGIFY(number) STR(number) macro 146 len = strlen(STRINGIFY(TMP_MAX_ETH)) + in fdt_platform_fixups()
|
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | util.h | 22 #define STRINGIFY(x) STRINGIFY_HELPER(x) macro
|
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | flags.cpp | 53 return STRINGIFY(SCUDO_DEFAULT_OPTIONS); in getCompileDefinitionScudoDefaultOptions()
|
H A D | internal_defs.h | 25 #define STRINGIFY(S) STRINGIFY_(S) macro
|
/freebsd/contrib/libpcap/ |
H A D | pcap-libdlpi.c | 263 #define STRINGIFY(n) #n macro 291 "dlpi_promiscon" STRINGIFY(level), in dlpromiscon()
|
H A D | pcap-dlpi.c | 998 #define STRINGIFY(n) #n macro 1013 err = dlokack(p->fd, "promiscon" STRINGIFY(level), (char *)buf,
|
/freebsd/sys/dev/netmap/ |
H A D | netmap_mem2.c | 629 #define STRINGIFY(x) #x macro 634 CTLFLAG_RW, &nm_mem.params[id].size, 0, "Requested size of netmap " STRINGIFY(name) "s"); \ 636 CTLFLAG_RD, &nm_mem.pools[id]._objsize, 0, "Current size of netmap " STRINGIFY(name) "s"); \ 638 CTLFLAG_RW, &nm_mem.params[id].num, 0, "Requested number of netmap " STRINGIFY(name) "s"); \ 640 CTLFLAG_RD, &nm_mem.pools[id].objtotal, 0, "Current number of netmap " STRINGIFY(name) "s"); \ 643 "Default size of private netmap " STRINGIFY(name) "s"); \ 646 "Default number of private netmap " STRINGIFY(name) "s"); \
|
/freebsd/contrib/jemalloc/src/ |
H A D | tsd.c | 476 # pragma comment(linker, "/INCLUDE:" STRINGIFY(tls_callback) )
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 965 #define STRINGIFY(X) (#X) in enumeration() macro 966 #define DYNAMIC_TAG(X, Y) IO.enumCase(Value, STRINGIFY(DT_##X), ELF::DT_##X); in enumeration() 1020 #undef STRINGIFY in enumeration()
|
/freebsd/sys/dev/xen/netback/ |
H A D | netback_unit_tests.c | 57 #define STRINGIFY(x) #x macro 58 #define TOSTRING(x) STRINGIFY(x)
|