Home
last modified time | relevance | path

Searched refs:sb_build (Results 1 – 8 of 8) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/
Dsb.c60 sb_build (sb *ptr, size_t size) in sb_build() function
70 sb_build (ptr, INIT_ALLOC); in sb_new()
Dsb.h55 extern void sb_build (sb *, size_t);
Dinput-scrub.c282 sb_build (&from_sb, from->len + newline); in input_scrub_include_sb()
Dread.c1261 sb_build (&sbuf, new_length); in read_a_source_file()
2305 sb_build (&s, eol - input_line_pointer); in s_irp()
2641 sb_build (&s, eol - input_line_pointer); in s_macro()
2652 sb_build (&label, len); in s_macro()
3077 sb_build (&many, count * one.len); in do_repeat()
3117 sb_build (& processed, one.len); in do_repeat_with_expander()
6087 sb_build (&newline, len); in input_scrub_insert_line()
DChangeLog-20121017 * input-scrub.c (input_scrub_include_sb): Use sb_build to
1020 * read.c (read_a_source_file): Use sb_build to allocate
1024 (s_irp): Use sb_build to allocate sufficient space.
1025 (do_repeat): Use sb_build to allocate sufficient space
1027 * sb.c (sb_build): Remove static.
1028 * sb.h (sb_build): New prototype.
1048 (sb_build, sb_kill, sb_check): Rewrite.
DChangeLog-20052492 (sb_build, sb_add_buffer, sb_print, sb_print_at): Likewise.
2496 (sb_build, sb_add_buffer, sb_print, sb_print_at): Likewise.
DChangeLog-20061739 (sb_build): Fix off-by-one error in assertion about `size'.
DChangeLog-92951237 * sb.c (sb_build): Revert yesterday's patch.
1244 * sb.c (sb_build): Undefine abort before calling it, since gasp