Searched refs:tmp_space_size (Results 1 – 1 of 1) sorted by relevance
2960 size_t tmp_space_size = SOM_TMP_BUFSIZE; in som_write_space_strings() local2961 char *tmp_space = alloca (tmp_space_size); in som_write_space_strings()2990 if (p - tmp_space + 5 + length > tmp_space_size) in som_write_space_strings()2998 if (5 + length > tmp_space_size) in som_write_space_strings()3008 tmp_space_size = MAX (2 * tmp_space_size, 5 + length); in som_write_space_strings()3009 tmp_space = alloca (tmp_space_size); in som_write_space_strings()3065 size_t tmp_space_size = SOM_TMP_BUFSIZE; in som_write_symbol_strings() local3066 char *tmp_space = alloca (tmp_space_size); in som_write_symbol_strings()3101 if (p - tmp_space + 5 + length > tmp_space_size) in som_write_symbol_strings()3109 if (5 + length > tmp_space_size) in som_write_symbol_strings()[all …]