Searched refs:sb_build (Results 1 – 8 of 8) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/ |
D | sb.c | 60 sb_build (sb *ptr, size_t size) in sb_build() function 70 sb_build (ptr, INIT_ALLOC); in sb_new()
|
D | sb.h | 55 extern void sb_build (sb *, size_t);
|
D | input-scrub.c | 282 sb_build (&from_sb, from->len + newline); in input_scrub_include_sb()
|
D | read.c | 1261 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()
|
D | ChangeLog-2012 | 1017 * 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.
|
D | ChangeLog-2005 | 2492 (sb_build, sb_add_buffer, sb_print, sb_print_at): Likewise. 2496 (sb_build, sb_add_buffer, sb_print, sb_print_at): Likewise.
|
D | ChangeLog-2006 | 1739 (sb_build): Fix off-by-one error in assertion about `size'.
|
D | ChangeLog-9295 | 1237 * sb.c (sb_build): Revert yesterday's patch. 1244 * sb.c (sb_build): Undefine abort before calling it, since gasp
|