Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/
Decoff.c4470 vlinks_t *str_link; in ecoff_build_strings() local
4476 for (str_link = vp->first; in ecoff_build_strings()
4477 str_link != (vlinks_t *) NULL; in ecoff_build_strings()
4478 str_link = str_link->next) in ecoff_build_strings()
4482 if (str_link->next == (vlinks_t *) NULL) in ecoff_build_strings()
4490 memcpy (str_out, str_link->datum->byte, str_cnt); in ecoff_build_strings()