Home | History | Annotate | Download | only in src

Lines Matching defs:newp

702 	    struct local_name *newp
703 = (struct local_name *) xmalloc (sizeof (*newp));
704 newp->name = name;
705 newp->file = dwarf_filesrc (files, fileidx, NULL, NULL);
706 newp->lineno = lineno;
707 newp->lowpc = lowpc;
708 newp->highpc = highpc;
712 if (tsearch (newp, &local_root, local_compare) == NULL)