Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/gas/
Decoff.c4350 vlinks_t *aux_link; in ecoff_build_aux() local
4354 for (aux_link = fil_ptr->aux_syms.first; in ecoff_build_aux()
4355 aux_link != (vlinks_t *) NULL; in ecoff_build_aux()
4356 aux_link = aux_link->next) in ecoff_build_aux()
4362 if (aux_link->next == (vlinks_t *) NULL) in ecoff_build_aux()
4366 aux_ptr = aux_link->datum->aux; in ecoff_build_aux()