Lines Matching refs:pdr
859 /* For a procedure we store the gas symbol as well as the PDR
863 PDR pdr; /* ECOFF debugging info */
2142 new_proc_ptr->pdr.isym = -1;
2143 new_proc_ptr->pdr.iline = -1;
2144 new_proc_ptr->pdr.lnLow = -1;
2145 new_proc_ptr->pdr.lnHigh = -1;
3052 the information in the PDR. The Irix 4 assembler seems to ignore
3141 cur_proc_ptr->pdr.fregmask = val;
3142 cur_proc_ptr->pdr.fregoffset = get_absolute_expression ();
3162 cur_proc_ptr->pdr.framereg = tc_get_register (1);
3174 cur_proc_ptr->pdr.frameoffset = val;
3176 cur_proc_ptr->pdr.pcreg = tc_get_register (0);
3207 cur_proc_ptr->pdr.regmask = val;
3208 cur_proc_ptr->pdr.regoffset = get_absolute_expression ();
3720 proc->pdr.lnHigh = last->lineno;
3747 proc->pdr.lnLow = l->lineno;
3748 proc->pdr.cbLineOffset = c - file->fdr.cbLineOffset;
3749 proc->pdr.iline = totcount;
3843 proc->pdr.lnHigh = last->lineno;
4191 sym_ptr->proc_ptr->pdr.isym = isym - ifilesym;
4231 void (* const swap_pdr_out) (bfd *, const PDR *, void *)
4294 proc_ptr->pdr.adr = adr - fil_ptr->fdr.adr;
4299 (*swap_pdr_out) (stdoutput, &proc_ptr->pdr, pdr_out);
4679 /* We can't build the PDR table until we have built the symbols,
4680 because a PDR contains a symbol index. However, we set aside
4694 /* Building the symbols initializes the symbol index in the PDR's.
4695 Now we can swap out the PDR's. */
5134 cur_proc_ptr->pdr.gp_prologue = sz;
5135 if (cur_proc_ptr->pdr.gp_prologue != sz)
5138 cur_proc_ptr->pdr.gp_prologue = 0;
5141 cur_proc_ptr->pdr.gp_used = 1;