Searched refs:ld_bufsz (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/binutils/ld/
H A Dldmain.c405 static const int ld_bufsz = 8193;
407 char *buf = xmalloc (ld_bufsz);
410 while ((n = fread (buf, 1, ld_bufsz - 1, saved_script_handle)) > 0)
404 static const int ld_bufsz = 8193; local
/haiku-buildtools/binutils/ld/
H A Dldmain.c364 static const int ld_bufsz = 8193;
366 char *buf = (char *) xmalloc (ld_bufsz);
369 while ((n = fread (buf, 1, ld_bufsz - 1, saved_script_handle)) > 0)
363 static const int ld_bufsz = 8193; local

Completed in 155 milliseconds