Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.34/gas/
H A Decoff.c4472 unsigned long str_cnt; in ecoff_build_strings() local
4475 str_cnt = vp->objects_last_page; in ecoff_build_strings()
4477 str_cnt = vp->objects_per_page; in ecoff_build_strings()
4479 if ((unsigned long)(*bufend - str_out) < str_cnt) in ecoff_build_strings()
4480 str_out = ecoff_add_bytes (buf, bufend, str_out, str_cnt); in ecoff_build_strings()
4482 memcpy (str_out, str_link->datum->byte, str_cnt); in ecoff_build_strings()
4483 str_out += str_cnt; in ecoff_build_strings()
4484 istr += str_cnt; in ecoff_build_strings()
/dragonfly/contrib/binutils-2.27/gas/
H A Decoff.c4467 unsigned long str_cnt; in ecoff_build_strings() local
4470 str_cnt = vp->objects_last_page; in ecoff_build_strings()
4472 str_cnt = vp->objects_per_page; in ecoff_build_strings()
4474 if ((unsigned long)(*bufend - str_out) < str_cnt) in ecoff_build_strings()
4475 str_out = ecoff_add_bytes (buf, bufend, str_out, str_cnt); in ecoff_build_strings()
4477 memcpy (str_out, str_link->datum->byte, str_cnt); in ecoff_build_strings()
4478 str_out += str_cnt; in ecoff_build_strings()
4479 istr += str_cnt; in ecoff_build_strings()