Searched refs:proc_link (Results 1 – 1 of 1) sorted by relevance
4285 vlinks_t *proc_link; in ecoff_build_procs() local4290 for (proc_link = fil_ptr->procs.first; in ecoff_build_procs()4291 proc_link != (vlinks_t *) NULL; in ecoff_build_procs()4292 proc_link = proc_link->next) in ecoff_build_procs()4298 if (proc_link->next == (vlinks_t *) NULL) in ecoff_build_procs()4302 proc_ptr = proc_link->datum->proc; in ecoff_build_procs()