Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/gas/
H A Decoff.c4438 vlinks_t *str_link; in ecoff_build_strings() local
4444 for (str_link = vp->first; in ecoff_build_strings()
4445 str_link != (vlinks_t *) NULL; in ecoff_build_strings()
4446 str_link = str_link->next) in ecoff_build_strings()
4450 if (str_link->next == (vlinks_t *) NULL) in ecoff_build_strings()
4458 memcpy (str_out, str_link->datum->byte, str_cnt); in ecoff_build_strings()
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Decoff.c4440 vlinks_t *str_link; in ecoff_build_strings() local
4446 for (str_link = vp->first; in ecoff_build_strings()
4447 str_link != (vlinks_t *) NULL; in ecoff_build_strings()
4448 str_link = str_link->next) in ecoff_build_strings()
4452 if (str_link->next == (vlinks_t *) NULL) in ecoff_build_strings()
4460 memcpy (str_out, str_link->datum->byte, str_cnt); in ecoff_build_strings()