HomeSort by: relevance | last modified time | path
    Searched refs:set_offset (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/libgcc/config/rs6000/
darwin-fallback.c 370 #define set_offset(r, addr) \ macro
391 set_offset (R_CR2, &m64->cr);
393 set_offset (i, m64->gpr[i] + 1);
394 set_offset (R_XER, m64->xer + 1);
395 set_offset (R_LR, m64->lr + 1);
396 set_offset (R_CTR, m64->ctr + 1);
398 set_offset (R_VRSAVE, &m64->vrsave);
419 set_offset (R_CR2, &m->cr);
421 set_offset (i, m->gpr + i);
422 set_offset (R_XER, &m->xer)
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
darwin-fallback.c 370 #define set_offset(r, addr) \ macro
391 set_offset (R_CR2, &m64->cr);
393 set_offset (i, m64->gpr[i] + 1);
394 set_offset (R_XER, m64->xer + 1);
395 set_offset (R_LR, m64->lr + 1);
396 set_offset (R_CTR, m64->ctr + 1);
398 set_offset (R_VRSAVE, &m64->vrsave);
419 set_offset (R_CR2, &m->cr);
421 set_offset (i, m->gpr + i);
422 set_offset (R_XER, &m->xer)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_crtc.h 60 void (*set_offset)(struct nouveau_crtc *, uint32_t offset); member in struct:nouveau_crtc::__anon5239
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
nouveau_dispnv04_disp.c 72 if (nv_crtc->cursor.set_offset)
129 if (!ret && nv_crtc->cursor.set_offset)
158 if (nv_crtc->cursor.set_offset)
159 nv_crtc->cursor.set_offset(nv_crtc, nv_crtc->cursor.nvbo->bo.offset);
nouveau_dispnv04_cursor.c 70 crtc->cursor.set_offset = nv04_cursor_set_offset;
nouveau_dispnv04_crtc.c 171 nv_crtc->cursor.set_offset(nv_crtc, nv_crtc->cursor.offset);
1022 nv_crtc->cursor.set_offset(nv_crtc, nv_crtc->cursor.offset);
  /src/external/gpl3/gdb.old/dist/gdb/
findvar.c 538 value->set_offset (register_size (gdbarch, regnum) - type->length ());
540 value->set_offset (0);
objfiles.h 377 void set_offset (CORE_ADDR offset);
919 obj_section::set_offset (CORE_ADDR offset) function in class:obj_section
gnu-v2-abi.c 161 arg1->set_offset (arg1->offset ()
machoread.c 910 osect->set_offset (addrs[i].addr);
value.c 3063 v->set_offset ((embedded_offset ()
3101 v->set_offset (this->offset ());
3134 v->set_offset (this->offset () + offset + embedded_offset ());
3773 v->set_offset (whole->offset () + offset + whole->embedded_offset ());
value.h 238 void set_offset (LONGEST offset) function in struct:value
rs6000-tdep.c 2769 value->set_offset (register_size (gdbarch, regnum) - type->length ());
2771 value->set_offset (0);
valops.c 4084 slice->set_offset (array->offset () + offset);
ada-lang.c 2842 v->set_offset (new_offset);
  /src/external/gpl3/gdb/dist/gdb/
findvar.c 538 value->set_offset (register_size (gdbarch, regnum) - type->length ());
540 value->set_offset (0);
objfiles.h 377 void set_offset (CORE_ADDR offset);
882 obj_section::set_offset (CORE_ADDR offset) function in class:obj_section
gnu-v2-abi.c 161 arg1->set_offset (arg1->offset ()
machoread.c 910 osect.set_offset (addrs[i].addr);
value.c 3076 v->set_offset ((embedded_offset ()
3114 v->set_offset (this->offset ());
3147 v->set_offset (this->offset () + offset + embedded_offset ());
3796 v->set_offset (whole->offset () + offset + whole->embedded_offset ());
value.h 238 void set_offset (LONGEST offset) function in struct:value
rs6000-tdep.c 2769 value->set_offset (register_size (gdbarch, regnum) - type->length ());
2771 value->set_offset (0);
valops.c 4078 slice->set_offset (array->offset () + offset);
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
expr.c 947 retval->set_offset (subobj_offset);
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
expr.c 993 retval->set_offset (subobj_offset);

Completed in 176 milliseconds

1 2