Home
last modified time | relevance | path

Searched refs:buffer_and_nest (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/gas/
H A Dmacro.h84 extern int buffer_and_nest (const char *, const char *, sb *,
H A Dmacro.c94 buffer_and_nest (const char *from, const char *to, sb *ptr, in buffer_and_nest() function
673 if (! buffer_and_nest ("MACRO", "ENDM", &macro->sub, get_line)) in define_macro()
1322 if (! buffer_and_nest (NULL, "ENDR", &sub, get_line)) in expand_irp()
H A DChangeLog-2005396 * 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 Dread.c3096 if (!buffer_and_nest (start, end, &one, get_non_macro_line_sb)) in do_repeat()
H A DChangeLog-20141007 * macro.c (buffer_and_nest): Honour #line directives inside
H A DChangeLog-9899113 * 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 DChangeLog-2009458 (buffer_and_nest): Support multiple labels per line for
H A DChangeLog-92951518 (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 DChangeLog-20194184 * macro.c (buffer_and_nest): Likewise.
H A DChangeLog-02032554 * macro.c (buffer_and_nest): Store more to sb instead of '\n'.
H A DChangeLog-00011202 (buffer_and_nest): Use ISALNUM instead of isalnum.
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Dmacro.h174 extern int buffer_and_nest (const char *, const char *, sb *,
H A Dmacro.c112 buffer_and_nest (const char *from, const char *to, sb *ptr, in buffer_and_nest() function
705 if (! buffer_and_nest ("MACRO", "ENDM", &macro->sub, get_line)) in define_macro()
1366 if (! buffer_and_nest (NULL, "ENDR", &sub, get_line)) in expand_irp()
H A DChangeLog-2005396 * 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 Dread.c3057 if (!buffer_and_nest (start, end, &one, get_non_macro_line_sb)) in do_repeat()
H A DChangeLog-20141007 * macro.c (buffer_and_nest): Honour #line directives inside
H A DChangeLog-9899113 * 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 DChangeLog-2009458 (buffer_and_nest): Support multiple labels per line for
H A DChangeLog-92951518 (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 DChangeLog-20194184 * macro.c (buffer_and_nest): Likewise.
H A DChangeLog-02032554 * macro.c (buffer_and_nest): Store more to sb instead of '\n'.
H A DChangeLog-00011202 (buffer_and_nest): Use ISALNUM instead of isalnum.
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git69956 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.