Searched defs:ASM_TYPE_DIRECTIVE (Results 1 - 4 of 4) sorted by relevance

/haiku/src/system/libroot/posix/glibc/include/arch/m68k/
H A Dsysdep.h31 #define ASM_TYPE_DIRECTIVE(name,typearg) .type name,typearg macro
37 #define ASM_TYPE_DIRECTIVE(name,type) /* Nothing is specified. */ macro
/haiku/src/system/libroot/posix/glibc/include/arch/x86_64/
H A Dsysdep.h29 #define ASM_TYPE_DIRECTIVE(name,typearg) .type name,typearg; macro
35 #define ASM_TYPE_DIRECTIVE(name,type) /* Nothing is specified. */ macro
/haiku/src/system/libroot/posix/glibc/include/arch/x86/
H A Dsysdep.h31 #define ASM_TYPE_DIRECTIVE(name,typearg) .type name,typearg; macro
37 #define ASM_TYPE_DIRECTIVE(name,type) /* Nothing is specified. */ macro
/haiku/src/system/libroot/posix/glibc/include/arch/ppc/
H A Dsysdep.h111 #define ASM_TYPE_DIRECTIVE(name,typearg) .type name,typearg; macro

Completed in 48 milliseconds