Lines Matching refs:pdr
36 pdr members: | 7th ... nth arg, |
64 | | | pdr.pcreg |
76 #define PROC_LOW_ADDR(proc) ((proc)->pdr.adr)
77 #define PROC_FRAME_OFFSET(proc) ((proc)->pdr.frameoffset)
78 #define PROC_FRAME_REG(proc) ((proc)->pdr.framereg)
79 #define PROC_REG_MASK(proc) ((proc)->pdr.regmask)
80 #define PROC_FREG_MASK(proc) ((proc)->pdr.fregmask)
81 #define PROC_REG_OFFSET(proc) ((proc)->pdr.regoffset)
82 #define PROC_FREG_OFFSET(proc) ((proc)->pdr.fregoffset)
83 #define PROC_PC_REG(proc) ((proc)->pdr.pcreg)
84 #define PROC_LOCALOFF(proc) ((proc)->pdr.localoff)
87 /* Locate the mdebug PDR for the given PC. Return null if one can't
119 if (proc_desc->pdr.pcreg == 0
122 proc_desc->pdr.pcreg = ALPHA_RA_REGNUM;
123 proc_desc->pdr.regmask = 0x80000000;
124 proc_desc->pdr.regoffset = -4;
127 /* If we never found a PDR for this function in symbol reading,
129 if (proc_desc->pdr.framereg == -1)
206 /* ??? We don't seem to be able to cache the lookup of the PDR
316 /* If this PC does not map to a PDR, then clearly this isn't an
322 /* If we're in the prologue, the PDR for this frame is not yet valid.
389 /* If this PC does not map to a PDR, then clearly this isn't an