Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/
Decoff.c3928 vlinks_t *sym_link; in ecoff_build_symbols() local
3932 for (sym_link = fil_ptr->symbols.first; in ecoff_build_symbols()
3933 sym_link != (vlinks_t *) NULL; in ecoff_build_symbols()
3934 sym_link = sym_link->next) in ecoff_build_symbols()
3940 if (sym_link->next == (vlinks_t *) NULL) in ecoff_build_symbols()
3944 sym_ptr = sym_link->datum->sym; in ecoff_build_symbols()
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-m32r.c32 typedef struct sym_link struct
34 struct sym_link *next; argument