Searched refs:str_cnt (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gas/ |
H A D | ecoff.c | 4474 unsigned long str_cnt; in ecoff_build_strings() local 4477 str_cnt = vp->objects_last_page; in ecoff_build_strings() 4479 str_cnt = vp->objects_per_page; in ecoff_build_strings() 4481 if ((unsigned long)(*bufend - str_out) < str_cnt) in ecoff_build_strings() 4482 str_out = ecoff_add_bytes (buf, bufend, str_out, str_cnt); in ecoff_build_strings() 4484 memcpy (str_out, str_link->datum->byte, str_cnt); in ecoff_build_strings() 4485 str_out += str_cnt; in ecoff_build_strings() 4486 istr += str_cnt; in ecoff_build_strings()
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/ |
H A D | ecoff.c | 4473 unsigned long str_cnt; in ecoff_build_strings() local 4476 str_cnt = vp->objects_last_page; in ecoff_build_strings() 4478 str_cnt = vp->objects_per_page; in ecoff_build_strings() 4480 if ((unsigned long)(*bufend - str_out) < str_cnt) in ecoff_build_strings() 4481 str_out = ecoff_add_bytes (buf, bufend, str_out, str_cnt); in ecoff_build_strings() 4483 memcpy (str_out, str_link->datum->byte, str_cnt); in ecoff_build_strings() 4484 str_out += str_cnt; in ecoff_build_strings() 4485 istr += str_cnt; in ecoff_build_strings()
|