Home
last modified time | relevance | path

Searched refs:STRINGIFY2 (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/rdi-share/
H A Dlogging.c47 # define STRINGIFY2(x) #x macro
48 # define STRINGIFY(x) STRINGIFY2(x)
/openbsd/gnu/gcc/libmudflap/
H A Dmf-impl.h270 #define STRINGIFY2(e) #e macro
271 #define STRINGIFY(e) STRINGIFY2(e)
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dlibunwind-frame.c71 #define STRINGIFY2(name) #name macro
72 #define STRINGIFY(name) STRINGIFY2(name)