Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/gas/
H A Decoff.c3874 vlinks_t *file_link; in ecoff_build_symbols() local
3881 for (file_link = file_desc.first; in ecoff_build_symbols()
3882 file_link != (vlinks_t *) NULL; in ecoff_build_symbols()
3883 file_link = file_link->next) in ecoff_build_symbols()
3890 if (file_link->next == (vlinks_t *) NULL) in ecoff_build_symbols()
3894 fil_ptr = file_link->datum->file; in ecoff_build_symbols()
4238 vlinks_t *file_link; in ecoff_build_procs() local
4245 for (file_link = file_desc.first; in ecoff_build_procs()
4246 file_link != (vlinks_t *) NULL; in ecoff_build_procs()
4247 file_link = file_link->next) in ecoff_build_procs()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Decoff.c3876 vlinks_t *file_link; in ecoff_build_symbols() local
3883 for (file_link = file_desc.first; in ecoff_build_symbols()
3884 file_link != (vlinks_t *) NULL; in ecoff_build_symbols()
3885 file_link = file_link->next) in ecoff_build_symbols()
3892 if (file_link->next == (vlinks_t *) NULL) in ecoff_build_symbols()
3896 fil_ptr = file_link->datum->file; in ecoff_build_symbols()
4240 vlinks_t *file_link; in ecoff_build_procs() local
4247 for (file_link = file_desc.first; in ecoff_build_procs()
4248 file_link != (vlinks_t *) NULL; in ecoff_build_procs()
4249 file_link = file_link->next) in ecoff_build_procs()
[all …]