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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dsom.c3308 size_t tmp_space_size = SOM_TMP_BUFSIZE; local
3309 char *tmp_space = alloca (tmp_space_size);
3338 if (p - tmp_space + 5 + length > tmp_space_size)
3346 if (5 + length > tmp_space_size)
3356 if (2 * tmp_space_size < length + 5)
3357 tmp_space_size = length + 5;
3359 tmp_space_size = 2 * tmp_space_size;
3360 tmp_space = alloca (tmp_space_size);
3416 size_t tmp_space_size local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dsom.c3308 size_t tmp_space_size = SOM_TMP_BUFSIZE; local
3309 char *tmp_space = alloca (tmp_space_size);
3338 if (p - tmp_space + 5 + length > tmp_space_size)
3346 if (5 + length > tmp_space_size)
3356 if (2 * tmp_space_size < length + 5)
3357 tmp_space_size = length + 5;
3359 tmp_space_size = 2 * tmp_space_size;
3360 tmp_space = alloca (tmp_space_size);
3416 size_t tmp_space_size local
[all...]

Completed in 132 milliseconds