Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/
Decoff.c4469 char *str_out; in ecoff_build_strings() local
4472 str_out = *buf + offset; in ecoff_build_strings()
4487 if ((unsigned long)(*bufend - str_out) < str_cnt) in ecoff_build_strings()
4488 str_out = ecoff_add_bytes (buf, bufend, str_out, str_cnt); in ecoff_build_strings()
4490 memcpy (str_out, str_link->datum->byte, str_cnt); in ecoff_build_strings()
4491 str_out += str_cnt; in ecoff_build_strings()