Home
last modified time | relevance | path

Searched refs:STRINGIFY (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win_defs.h44 #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 Dsanitizer_win_dll_thunk.h77 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 DFuzzerExtFunctionsWindows.cpp22 #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 Duboot_fdt.c36 #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 Dutil.h22 #define STRINGIFY(x) STRINGIFY_HELPER(x) macro
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dflags.cpp53 return STRINGIFY(SCUDO_DEFAULT_OPTIONS); in getCompileDefinitionScudoDefaultOptions()
H A Dinternal_defs.h25 #define STRINGIFY(S) STRINGIFY_(S) macro
/freebsd/contrib/libpcap/
H A Dpcap-libdlpi.c263 #define STRINGIFY(n) #n macro
291 "dlpi_promiscon" STRINGIFY(level), in dlpromiscon()
H A Dpcap-dlpi.c998 #define STRINGIFY(n) #n macro
1013 err = dlokack(p->fd, "promiscon" STRINGIFY(level), (char *)buf,
/freebsd/sys/dev/netmap/
H A Dnetmap_mem2.c629 #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 Dtsd.c476 # pragma comment(linker, "/INCLUDE:" STRINGIFY(tls_callback) )
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp965 #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 Dnetback_unit_tests.c57 #define STRINGIFY(x) #x macro
58 #define TOSTRING(x) STRINGIFY(x)