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

/freebsd-9.3-release/contrib/binutils/gas/
H A Decoff.c4494 char *str_out;
4497 str_out = *buf + offset;
4512 if ((unsigned long)(*bufend - str_out) < str_cnt)
4513 str_out = ecoff_add_bytes (buf, bufend, str_out, str_cnt);
4515 memcpy (str_out, str_link->datum->byte, str_cnt);
4516 str_out += str_cnt;
4462 char *str_out; local

Completed in 119 milliseconds