Home
last modified time | relevance | path

Searched refs:GLUE (Results 1 – 4 of 4) sorted by path

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dassembly.h203 #define GLUE(a, b) GLUE2_(a, b) macro
210 #define SYMBOL_NAME(name) GLUE(__USER_LABEL_PREFIX__, name)
/freebsd/contrib/llvm-project/libunwind/src/
H A Dassembly.h115 #define GLUE(a, b) GLUE2(a, b) macro
116 #define SYMBOL_NAME(name) GLUE(__USER_LABEL_PREFIX__, name)
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Domap-usb.txt1 OMAP GLUE AND OTHER OMAP SPECIFIC COMPONENTS
3 OMAP MUSB GLUE
46 OMAP DWC3 GLUE
/freebsd/sys/contrib/openzfs/module/lua/setjmp/
H A Dsetjmp_ppc.S65 #define GLUE(a,b) XGLUE(a,b) macro
69 .weak GLUE(.,name); \
72 .quad GLUE(.,name); \
76 .type GLUE(.,name),@function; \
77 GLUE(.,name):