Home | History | Annotate | Download | only in gas

Lines Matching refs:pdr

858 /* For a procedure we store the gas symbol as well as the PDR
862 PDR pdr; /* ECOFF debugging info */
2154 new_proc_ptr->pdr.isym = -1;
2155 new_proc_ptr->pdr.iline = -1;
2156 new_proc_ptr->pdr.lnLow = -1;
2157 new_proc_ptr->pdr.lnHigh = -1;
3094 the information in the PDR. The Irix 4 assembler seems to ignore
3184 cur_proc_ptr->pdr.fregmask = val;
3185 cur_proc_ptr->pdr.fregoffset = get_absolute_expression ();
3205 cur_proc_ptr->pdr.framereg = tc_get_register (1);
3217 cur_proc_ptr->pdr.frameoffset = val;
3219 cur_proc_ptr->pdr.pcreg = tc_get_register (0);
3250 cur_proc_ptr->pdr.regmask = val;
3251 cur_proc_ptr->pdr.regoffset = get_absolute_expression ();
3784 proc->pdr.lnHigh = last->lineno;
3811 proc->pdr.lnLow = l->lineno;
3812 proc->pdr.cbLineOffset = c - file->fdr.cbLineOffset;
3813 proc->pdr.iline = totcount;
3908 proc->pdr.lnHigh = last->lineno;
4257 sym_ptr->proc_ptr->pdr.isym = isym - ifilesym;
4297 void (* const swap_pdr_out) (bfd *, const PDR *, void *)
4361 proc_ptr->pdr.adr = adr - fil_ptr->fdr.adr;
4366 (*swap_pdr_out) (stdoutput, &proc_ptr->pdr, pdr_out);
4752 /* We can't build the PDR table until we have built the symbols,
4753 because a PDR contains a symbol index. However, we set aside
4767 /* Building the symbols initializes the symbol index in the PDR's.
4768 Now we can swap out the PDR's. */
5215 cur_proc_ptr->pdr.gp_prologue = sz;
5216 if (cur_proc_ptr->pdr.gp_prologue != sz)
5219 cur_proc_ptr->pdr.gp_prologue = 0;
5222 cur_proc_ptr->pdr.gp_used = 1;