Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dsom.c3306 size_t tmp_space_size = SOM_TMP_BUFSIZE; in som_write_space_strings() local
3307 char *tmp_space = alloca (tmp_space_size); in som_write_space_strings()
3336 if (p - tmp_space + 5 + length > tmp_space_size) in som_write_space_strings()
3344 if (5 + length > tmp_space_size) in som_write_space_strings()
3354 if (2 * tmp_space_size < length + 5) in som_write_space_strings()
3355 tmp_space_size = length + 5; in som_write_space_strings()
3357 tmp_space_size = 2 * tmp_space_size; in som_write_space_strings()
3358 tmp_space = alloca (tmp_space_size); in som_write_space_strings()
3414 size_t tmp_space_size = SOM_TMP_BUFSIZE; in som_write_symbol_strings() local
3415 char *tmp_space = alloca (tmp_space_size); in som_write_symbol_strings()
[all …]