Home | History | Annotate | Download | only in gas

Lines Matching refs:proc

324 	    Symbol type   = Proc        Value  = 0
503 Symbol type = Proc Value = 0
508 Symbol type = Proc Value = 0
513 Symbol type = Proc Value = 0
518 Symbol type = Proc Value = 0
523 Symbol type = Proc Value = 0
528 Symbol type = Proc Value = 0
533 Symbol type = Proc Value = 0
538 Symbol type = Proc Value = 0
543 Symbol type = Proc Value = 0
548 Symbol type = Proc Value = 0
553 Symbol type = Proc Value = 0
558 Symbol type = Proc Value = 0
563 Symbol type = Proc Value = 0
568 Symbol type = Proc Value = 0
573 Symbol type = Proc Value = 0
578 Symbol type = Proc Value = 0
583 Symbol type = Proc Value = 0
589 Symbol type = Proc Value = 0
594 Symbol type = Proc Value = 0
753 aux_isym, /* symbol table index (end of proc) */
844 struct ecoff_proc *proc_ptr; /* proc pointer */
1011 proc_t *proc; /* procedure this line is in */
1032 proc_t proc [ PAGE_SIZE / sizeof (proc_t) ];
2147 cur_proc_ptr = new_proc_ptr = &vp->last->datum->proc[vp->objects_last_page++];
2176 l->proc = new_proc_ptr;
2408 case st_Proc: return "Proc,";
3307 list->proc = cur_proc_ptr;
3705 proc_t *proc;
3718 proc = (proc_t *) NULL;
3745 first.proc = local_first_lineno->proc;
3781 if (l->file != file || l->proc != proc)
3783 if (l->proc != proc && proc != (proc_t *) NULL)
3784 proc->pdr.lnHigh = last->lineno;
3806 if (l->proc != proc)
3808 proc = l->proc;
3809 if (proc != (proc_t *) NULL)
3811 proc->pdr.lnLow = l->lineno;
3812 proc->pdr.cbLineOffset = c - file->fdr.cbLineOffset;
3813 proc->pdr.iline = totcount;
3907 if (proc != (proc_t *) NULL)
3908 proc->pdr.lnHigh = last->lineno;
4341 proc_ptr = proc_link->datum->proc;
5248 list->proc = cur_proc_ptr;