/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | macro.h | 84 extern int buffer_and_nest (const char *, const char *, sb *,
|
H A D | macro.c | 94 buffer_and_nest (const char *from, const char *to, sb *ptr, in buffer_and_nest() function 673 if (! buffer_and_nest ("MACRO", "ENDM", ¯o->sub, get_line)) in define_macro() 1322 if (! buffer_and_nest (NULL, "ENDR", &sub, get_line)) in expand_irp()
|
H A D | ChangeLog-2005 | 396 * macro.c (buffer_and_nest): Skip labels regardless of 2794 (buffer_and_nest): Likewise. Permit multiple labels. Don't discard 4031 * macro.c (buffer_and_nest): Allow 'from' being NULL; handle anything 4035 (expand_irp): Don't pass a mnemonic to buffer_and_nest as it will be
|
H A D | read.c | 3096 if (!buffer_and_nest (start, end, &one, get_non_macro_line_sb)) in do_repeat()
|
H A D | ChangeLog-2014 | 1007 * macro.c (buffer_and_nest): Honour #line directives inside
|
H A D | ChangeLog-9899 | 113 * macro.c (buffer_and_nest): Do not check beyond the end of the 118 * macro.c (buffer_and_nest): Look for seperator after TO and
|
H A D | ChangeLog-2009 | 458 (buffer_and_nest): Support multiple labels per line for
|
H A D | ChangeLog-9295 | 1518 (buffer_and_nest): Treat MRI mode like alternate syntax mode. 1550 (buffer_and_nest): Make parameters from and to into const 2489 * gasp.c (do_print, do_form, buffer_and_nest): Use case insensitive
|
H A D | ChangeLog-2019 | 4184 * macro.c (buffer_and_nest): Likewise.
|
H A D | ChangeLog-0203 | 2554 * macro.c (buffer_and_nest): Store more to sb instead of '\n'.
|
H A D | ChangeLog-0001 | 1202 (buffer_and_nest): Use ISALNUM instead of isalnum.
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | macro.h | 174 extern int buffer_and_nest (const char *, const char *, sb *,
|
H A D | macro.c | 112 buffer_and_nest (const char *from, const char *to, sb *ptr, in buffer_and_nest() function 705 if (! buffer_and_nest ("MACRO", "ENDM", ¯o->sub, get_line)) in define_macro() 1366 if (! buffer_and_nest (NULL, "ENDR", &sub, get_line)) in expand_irp()
|
H A D | ChangeLog-2005 | 396 * macro.c (buffer_and_nest): Skip labels regardless of 2794 (buffer_and_nest): Likewise. Permit multiple labels. Don't discard 4031 * macro.c (buffer_and_nest): Allow 'from' being NULL; handle anything 4035 (expand_irp): Don't pass a mnemonic to buffer_and_nest as it will be
|
H A D | read.c | 3057 if (!buffer_and_nest (start, end, &one, get_non_macro_line_sb)) in do_repeat()
|
H A D | ChangeLog-2014 | 1007 * macro.c (buffer_and_nest): Honour #line directives inside
|
H A D | ChangeLog-9899 | 113 * macro.c (buffer_and_nest): Do not check beyond the end of the 118 * macro.c (buffer_and_nest): Look for seperator after TO and
|
H A D | ChangeLog-2009 | 458 (buffer_and_nest): Support multiple labels per line for
|
H A D | ChangeLog-9295 | 1518 (buffer_and_nest): Treat MRI mode like alternate syntax mode. 1550 (buffer_and_nest): Make parameters from and to into const 2489 * gasp.c (do_print, do_form, buffer_and_nest): Use case insensitive
|
H A D | ChangeLog-2019 | 4184 * macro.c (buffer_and_nest): Likewise.
|
H A D | ChangeLog-0203 | 2554 * macro.c (buffer_and_nest): Store more to sb instead of '\n'.
|
H A D | ChangeLog-0001 | 1202 (buffer_and_nest): Use ISALNUM instead of isalnum.
|
/netbsd-src/external/gpl3/binutils/dist/ |
H A D | ChangeLog.git | 69956 gas: buffer_and_nest() needs to pass nul-terminated string to temp_ilp() 70135 to buffer_and_nest()'s invocation of the function: The line terminator 83092 which broke). Its adjustment to buffer_and_nest() didn't go far enough, 85528 gas: avoid inserting extra newline in buffer_and_nest() 137873 asan: use of uninitialized value in buffer_and_nest 137876 * macro.c (buffer_and_nest): Sanity check length in buffer 142105 asan : use of uninitialized value in buffer_and_nest 142106 * macro.c (buffer_and_nest): Don't read past end of string buffer.
|