Lines Matching defs:epp
1606 struct coff_debug_merge_element **epp;
1643 epp = &mt->elements;
1658 *epp = (struct coff_debug_merge_element *)
1660 if (*epp == NULL)
1674 (*epp)->name = name_copy;
1675 (*epp)->type = islp->n_type;
1676 (*epp)->tagndx = 0;
1699 (*epp)->tagndx = flaginfo->sym_indices[indx];
1700 if ((*epp)->tagndx < 0)
1701 (*epp)->tagndx = 0;
1704 epp = &(*epp)->next;
1705 *epp = NULL;