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

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

Completed in 86 milliseconds