Home
last modified time | relevance | path

Searched defs:ASENTRY (Results 1 – 6 of 6) sorted by relevance

/csrg-svn/lib/libcompat/4.1/vax/
H A DDEFS.h13 #define ASENTRY(x) .globl x; .align 2; x: .word 0; \ macro
17 #define ASENTRY(x) .globl x; .align 2; x: .word 0 macro
/csrg-svn/lib/libc/i386/
H A DDEFS.h16 #define ASENTRY(x) .globl x; x: \ macro
20 #define ASENTRY(x) .globl x; x: macro
/csrg-svn/usr.bin/tn3270/ctlr/
H A Ddefs.h23 #define ASENTRY(x) .globl x; .align 2; x: .word 0; \ macro
27 #define ASENTRY(x) .globl x; .align 2; x: .word 0 macro
/csrg-svn/lib/libc/vax/
H A DDEFS.h27 #define ASENTRY(x, regs) \ macro
33 #define ASENTRY(x, regs) \ macro
/csrg-svn/sys/tahoe/tahoe/
H A DSYS.h17 #define ASENTRY(name, regs) \ macro
22 #define ASENTRY(name, regs) \ macro
/csrg-svn/lib/libc/tahoe/
H A DDEFS.h19 #define ASENTRY(name, regs) \ macro
31 #define ASENTRY(name, regs) \ macro