Home
last modified time | relevance | path

Searched refs:do_repeat (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Dread.h151 extern void do_repeat (size_t, const char *, const char *, const char *);
H A Dread.c3035 do_repeat (count, "REPT", "ENDR", NULL); in s_rept()
3044 do_repeat (size_t count, const char *start, const char *end, in do_repeat() function
H A DChangeLog-20121025 (do_repeat): Use sb_build to allocate sufficient space
H A DChangeLog-2008357 (do_repeat): Likewise.
H A DChangeLog-20171226 (do_repeat): Change type of count parameter to size_t.
1229 * read.h: Update prototypes for do_repeat and
H A DChangeLog-00017436 * read.c (s_rept): Call do_repeat, which abstracts the repeat
7438 (do_repeat): New. Abstract repeat logic so that a "break" can be
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Dread.h155 extern void do_repeat (size_t, const char *, const char *, const char *);
H A Dread.c3074 do_repeat (count, "REPT", "ENDR", NULL); in s_rept()
3083 do_repeat (size_t count, const char *start, const char *end, in do_repeat() function
H A DChangeLog-2008357 (do_repeat): Likewise.
H A DChangeLog-20121025 (do_repeat): Use sb_build to allocate sufficient space
H A DChangeLog-20171226 (do_repeat): Change type of count parameter to size_t.
1229 * read.h: Update prototypes for do_repeat and
H A DChangeLog-00017436 * read.c (s_rept): Call do_repeat, which abstracts the repeat
7438 (do_repeat): New. Abstract repeat logic so that a "break" can be
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-rx.c569 do_repeat (count, "MREPEAT", "ENDR", "..MACREP"); in rx_rept()
H A Dtc-tic54x.c2037 do_repeat ((size_t) count, "LOOP", "ENDLOOP", NULL); in tic54x_loop()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-rx.c557 do_repeat (count, "MREPEAT", "ENDR", "..MACREP"); in rx_rept()
H A Dtc-tic54x.c2079 do_repeat ((size_t) count, "LOOP", "ENDLOOP", NULL); in tic54x_loop()
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git65359 Memory leak in gas do_repeat
65360 * read.c (do_repeat): Free sb on error path.
123830 gas: fold do_repeat{,_with_expander}()
123833 lacks compared with do_repeat() is a call to sb_build(), which can