Lines Matching refs:forward_ref
847 struct forward *forward_ref; /* forward references to this symbol */ member
883 struct forward *forward_ref; /* list of forward references */ member
1629 psym->forward_ref = (forward_t *) NULL; in add_ecoff_symbol()
1716 if (ptag->forward_ref != (forward_t *) NULL) in add_ecoff_symbol()
1954 register forward_t *forward_ref = allocate_forward (); in add_aux_sym_tir() local
1958 forward_ref->next = sym->forward_ref; in add_aux_sym_tir()
1959 sym->forward_ref = forward_ref; in add_aux_sym_tir()
1963 forward_ref->next = t->tag_ptr->forward_ref; in add_aux_sym_tir()
1964 t->tag_ptr->forward_ref = forward_ref; in add_aux_sym_tir()
1968 forward_ref->index_ptr in add_aux_sym_tir()
1972 forward_ref->ifd_ptr in add_aux_sym_tir()
2039 tag_ptr->forward_ref = (forward_t *) NULL; in get_tag()
2098 for (pf = &sym->forward_ref; *pf != (forward_t *) NULL; pf = &(*pf)->next) in add_unknown_tag()
2100 *pf = ptag->forward_ref; in add_unknown_tag()
2967 for (pf = &sym->forward_ref; in ecoff_directive_endef()
2971 *pf = tag_ptr->forward_ref; in ecoff_directive_endef()
2972 tag_ptr->forward_ref = (forward_t *) NULL; in ecoff_directive_endef()
4196 for (f = sym_ptr->forward_ref; in ecoff_build_symbols()
4642 if (ptag->forward_ref != (forward_t *) NULL) in ecoff_build_debug()