Searched refs:str_link (Results 1 – 2 of 2) sorted by relevance
4438 vlinks_t *str_link; in ecoff_build_strings() local4444 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()
4440 vlinks_t *str_link; in ecoff_build_strings() local4446 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()