Searched refs:do_repeat (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/contrib/binutils-2.27/gas/ |
H A D | read.h | 146 extern void do_repeat (int,const char *,const char *);
|
H A D | read.c | 3113 do_repeat (count, "REPT", "ENDR"); in s_rept() 3120 do_repeat (int count, const char *start, const char *end) in do_repeat() function
|
/dflybsd-src/contrib/binutils-2.34/gas/ |
H A D | read.h | 150 extern void do_repeat (size_t, const char *, const char *);
|
H A D | read.c | 3044 do_repeat (count, "REPT", "ENDR"); in s_rept() 3051 do_repeat (size_t count, const char *start, const char *end) in do_repeat() function
|