Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.27/gas/
H A Dread.h146 extern void do_repeat (int,const char *,const char *);
H A Dread.c3113 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 Dread.h150 extern void do_repeat (size_t, const char *, const char *);
H A Dread.c3044 do_repeat (count, "REPT", "ENDR"); in s_rept()
3051 do_repeat (size_t count, const char *start, const char *end) in do_repeat() function