Home | History | Annotate | Download | only in src

Lines Matching refs:newp

714 	    struct local_name *newp
715 = (struct local_name *) xmalloc (sizeof (*newp));
716 newp->name = name;
717 newp->file = dwarf_filesrc (files, fileidx, NULL, NULL);
718 newp->lineno = lineno;
719 newp->lowpc = lowpc;
720 newp->highpc = highpc;
724 if (tsearch (newp, &local_root, local_compare) == NULL)