Searched refs:ASM_DECLARE_FUNCTION_SIZE (Results 1 – 6 of 6) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/config/ |
H A D | elfos.h | 354 #ifndef ASM_DECLARE_FUNCTION_SIZE 355 #define ASM_DECLARE_FUNCTION_SIZE(FILE, FNAME, DECL) \ macro
|
/dflybsd-src/contrib/gcc-8.0/gcc/config/ |
H A D | elfos.h | 367 #ifndef ASM_DECLARE_FUNCTION_SIZE 368 #define ASM_DECLARE_FUNCTION_SIZE(FILE, FNAME, DECL) \ macro
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | varasm.c | 1914 #ifdef ASM_DECLARE_FUNCTION_SIZE in assemble_end_function() 1918 ASM_DECLARE_FUNCTION_SIZE (asm_out_file, fnname, decl); in assemble_end_function()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | varasm.c | 1698 #ifdef ASM_DECLARE_FUNCTION_SIZE in assemble_end_function() 1702 ASM_DECLARE_FUNCTION_SIZE (asm_out_file, fnname, decl); in assemble_end_function()
|
/dflybsd-src/contrib/gcc-4.7/gcc/doc/ |
H A D | tm.texi | 7905 @defmac ASM_DECLARE_FUNCTION_SIZE (@var{stream}, @var{name}, @var{decl})
|
H A D | tm.texi.in | 7802 @defmac ASM_DECLARE_FUNCTION_SIZE (@var{stream}, @var{name}, @var{decl})
|