HomeSort by: relevance | last modified time | path
    Searched defs:vrsave_offset (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
rs6000-aix-tdep.c 75 int vrsave_offset; member in struct:rs6000_aix_reg_vrreg_offset
83 560 /* vrsave_offset */
99 return offsets->vrsave_offset;
129 (const gdb_byte *) vrregs, offsets->vrsave_offset, 4);
216 (gdb_byte *) vrregs, offsets->vrsave_offset, 4);
rs6000-tdep.c 196 int vrsave_offset; /* offset of saved vrsave register */ member in struct:rs6000_framedata
1578 - vrsave_offset is the offset of the saved vrsave register. */
1967 fdata->vrsave_offset = SIGNED_SHORT (op) + offset;
3795 /* If != 0, fdata.vrsave_offset is the offset from the frame that
3797 if (fdata.vrsave_offset != 0)
3799 + fdata.vrsave_offset);
  /src/external/gpl3/gdb/dist/gdb/
rs6000-aix-tdep.c 75 int vrsave_offset; member in struct:rs6000_aix_reg_vrreg_offset
83 560 /* vrsave_offset */
99 return offsets->vrsave_offset;
129 (const gdb_byte *) vrregs, offsets->vrsave_offset, 4);
216 (gdb_byte *) vrregs, offsets->vrsave_offset, 4);
rs6000-tdep.c 196 int vrsave_offset; /* offset of saved vrsave register */ member in struct:rs6000_framedata
1578 - vrsave_offset is the offset of the saved vrsave register. */
1967 fdata->vrsave_offset = SIGNED_SHORT (op) + offset;
3795 /* If != 0, fdata.vrsave_offset is the offset from the frame that
3797 if (fdata.vrsave_offset != 0)
3799 + fdata.vrsave_offset);

Completed in 48 milliseconds