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

/haiku/src/system/libroot/posix/glibc/include/arch/m68k/
H A Dsysdep.h32 #define ASM_SIZE_DIRECTIVE(name) .size name,.-name macro
38 #define ASM_SIZE_DIRECTIVE(name) /* Nothing is specified. */ macro
/haiku/src/system/libroot/posix/glibc/include/arch/x86_64/
H A Dsysdep.h30 #define ASM_SIZE_DIRECTIVE(name) .size name,.-name; macro
36 #define ASM_SIZE_DIRECTIVE(name) /* Nothing is specified. */ macro
/haiku/src/system/libroot/posix/glibc/include/arch/x86/
H A Dsysdep.h32 #define ASM_SIZE_DIRECTIVE(name) .size name,.-name; macro
38 #define ASM_SIZE_DIRECTIVE(name) /* Nothing is specified. */ macro
/haiku/src/system/libroot/posix/glibc/include/arch/ppc/
H A Dsysdep.h112 #define ASM_SIZE_DIRECTIVE(name) .size name,.-name macro

Completed in 35 milliseconds