Searched refs:offset_p (Results 1 - 25 of 47) sorted by relevance

12

/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dax.h111 void (*emit_if_goto) (int *offset_p, int *size_p);
112 void (*emit_goto) (int *offset_p, int *size_p);
134 void (*emit_eq_goto) (int *offset_p, int *size_p);
135 void (*emit_ne_goto) (int *offset_p, int *size_p);
136 void (*emit_lt_goto) (int *offset_p, int *size_p);
137 void (*emit_le_goto) (int *offset_p, int *size_p);
138 void (*emit_gt_goto) (int *offset_p, int *size_p);
139 void (*emit_ge_goto) (int *offset_p, int *size_p);
H A Dlinux-x86-low.cc1873 amd64_emit_if_goto (int *offset_p, int *size_p)
1880 if (offset_p)
1881 *offset_p = 10;
1887 amd64_emit_goto (int *offset_p, int *size_p)
1891 if (offset_p)
1892 *offset_p = 1;
2099 amd64_emit_eq_goto (int *offset_p, int *size_p)
2112 if (offset_p)
2113 *offset_p = 13;
2119 amd64_emit_ne_goto (int *offset_p, in
1865 amd64_emit_if_goto(int *offset_p, int *size_p) argument
1879 amd64_emit_goto(int *offset_p, int *size_p) argument
2091 amd64_emit_eq_goto(int *offset_p, int *size_p) argument
2111 amd64_emit_ne_goto(int *offset_p, int *size_p) argument
2131 amd64_emit_lt_goto(int *offset_p, int *size_p) argument
2151 amd64_emit_le_goto(int *offset_p, int *size_p) argument
2171 amd64_emit_gt_goto(int *offset_p, int *size_p) argument
2191 amd64_emit_ge_goto(int *offset_p, int *size_p) argument
2477 i386_emit_if_goto(int *offset_p, int *size_p) argument
2495 i386_emit_goto(int *offset_p, int *size_p) argument
2726 i386_emit_eq_goto(int *offset_p, int *size_p) argument
2751 i386_emit_ne_goto(int *offset_p, int *size_p) argument
2777 i386_emit_lt_goto(int *offset_p, int *size_p) argument
2803 i386_emit_le_goto(int *offset_p, int *size_p) argument
2829 i386_emit_gt_goto(int *offset_p, int *size_p) argument
2855 i386_emit_ge_goto(int *offset_p, int *size_p) argument
[all...]
H A Dlinux-ppc-low.cc2405 ppc_emit_if_goto (int *offset_p, int *size_p) argument
2412 if (offset_p)
2413 *offset_p = 12;
2421 ppc_emit_goto (int *offset_p, int *size_p) argument
2425 if (offset_p)
2426 *offset_p = 0;
2434 ppc_emit_eq_goto (int *offset_p, int *size_p) argument
2445 if (offset_p)
2446 *offset_p = 28;
2454 ppc_emit_ne_goto (int *offset_p, in argument
2474 ppc_emit_lt_goto(int *offset_p, int *size_p) argument
2497 ppc_emit_le_goto(int *offset_p, int *size_p) argument
2520 ppc_emit_gt_goto(int *offset_p, int *size_p) argument
2543 ppc_emit_ge_goto(int *offset_p, int *size_p) argument
3182 ppc64_emit_if_goto(int *offset_p, int *size_p) argument
3197 ppc64_emit_eq_goto(int *offset_p, int *size_p) argument
3213 ppc64_emit_ne_goto(int *offset_p, int *size_p) argument
3229 ppc64_emit_lt_goto(int *offset_p, int *size_p) argument
3245 ppc64_emit_le_goto(int *offset_p, int *size_p) argument
3261 ppc64_emit_gt_goto(int *offset_p, int *size_p) argument
3277 ppc64_emit_ge_goto(int *offset_p, int *size_p) argument
[all...]
H A Dlinux-s390-low.cc1815 s390_emit_if_goto (int *offset_p, int *size_p) argument
1824 if (offset_p)
1825 *offset_p = 12;
1833 s390_emit_goto (int *offset_p, int *size_p) argument
1839 if (offset_p)
1840 *offset_p = 2;
2076 s390_emit_eq_goto (int *offset_p, int *size_p) argument
2087 if (offset_p)
2088 *offset_p = 20;
2096 s390_emit_ne_goto (int *offset_p, in argument
2116 s390_emit_lt_goto(int *offset_p, int *size_p) argument
2144 s390_emit_le_goto(int *offset_p, int *size_p) argument
2172 s390_emit_gt_goto(int *offset_p, int *size_p) argument
2200 s390_emit_ge_goto(int *offset_p, int *size_p) argument
2527 s390x_emit_if_goto(int *offset_p, int *size_p) argument
2695 s390x_emit_eq_goto(int *offset_p, int *size_p) argument
2713 s390x_emit_ne_goto(int *offset_p, int *size_p) argument
2731 s390x_emit_lt_goto(int *offset_p, int *size_p) argument
2749 s390x_emit_le_goto(int *offset_p, int *size_p) argument
2767 s390x_emit_gt_goto(int *offset_p, int *size_p) argument
2785 s390x_emit_ge_goto(int *offset_p, int *size_p) argument
[all...]
H A Dax.cc268 emit_if_goto (int *offset_p, int *size_p) argument
270 target_emit_ops ()->emit_if_goto (offset_p, size_p);
274 emit_goto (int *offset_p, int *size_p) argument
276 target_emit_ops ()->emit_goto (offset_p, size_p);
344 emit_eq_goto (int *offset_p, int *size_p) argument
346 target_emit_ops ()->emit_eq_goto (offset_p, size_p);
350 emit_ne_goto (int *offset_p, int *size_p) argument
352 target_emit_ops ()->emit_ne_goto (offset_p, size_p);
356 emit_lt_goto (int *offset_p, int *size_p) argument
358 target_emit_ops ()->emit_lt_goto (offset_p, size_
362 emit_ge_goto(int *offset_p, int *size_p) argument
368 emit_gt_goto(int *offset_p, int *size_p) argument
374 emit_le_goto(int *offset_p, int *size_p) argument
[all...]
H A Dlinux-aarch64-low.cc2726 aarch64_emit_if_goto (int *offset_p, int *size_p) argument
2739 if (offset_p)
2740 *offset_p = (p - buf) * 4;
2751 aarch64_emit_goto (int *offset_p, int *size_p) argument
2757 if (offset_p)
2758 *offset_p = 0;
2938 aarch64_emit_eq_goto (int *offset_p, int *size_p) argument
2948 if (offset_p)
2949 *offset_p = (p - buf) * 4;
2960 aarch64_emit_ne_goto (int *offset_p, in argument
2982 aarch64_emit_lt_goto(int *offset_p, int *size_p) argument
3004 aarch64_emit_le_goto(int *offset_p, int *size_p) argument
3026 aarch64_emit_gt_goto(int *offset_p, int *size_p) argument
3048 aarch64_emit_ge_got(int *offset_p, int *size_p) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dax.h111 void (*emit_if_goto) (int *offset_p, int *size_p);
112 void (*emit_goto) (int *offset_p, int *size_p);
134 void (*emit_eq_goto) (int *offset_p, int *size_p);
135 void (*emit_ne_goto) (int *offset_p, int *size_p);
136 void (*emit_lt_goto) (int *offset_p, int *size_p);
137 void (*emit_le_goto) (int *offset_p, int *size_p);
138 void (*emit_gt_goto) (int *offset_p, int *size_p);
139 void (*emit_ge_goto) (int *offset_p, int *size_p);
H A Dlinux-x86-low.cc1883 amd64_emit_if_goto (int *offset_p, int *size_p)
1890 if (offset_p)
1891 *offset_p = 10;
1897 amd64_emit_goto (int *offset_p, int *size_p)
1901 if (offset_p)
1902 *offset_p = 1;
2109 amd64_emit_eq_goto (int *offset_p, int *size_p)
2122 if (offset_p)
2123 *offset_p = 13;
2129 amd64_emit_ne_goto (int *offset_p, in
1875 amd64_emit_if_goto(int *offset_p, int *size_p) argument
1889 amd64_emit_goto(int *offset_p, int *size_p) argument
2101 amd64_emit_eq_goto(int *offset_p, int *size_p) argument
2121 amd64_emit_ne_goto(int *offset_p, int *size_p) argument
2141 amd64_emit_lt_goto(int *offset_p, int *size_p) argument
2161 amd64_emit_le_goto(int *offset_p, int *size_p) argument
2181 amd64_emit_gt_goto(int *offset_p, int *size_p) argument
2201 amd64_emit_ge_goto(int *offset_p, int *size_p) argument
2487 i386_emit_if_goto(int *offset_p, int *size_p) argument
2505 i386_emit_goto(int *offset_p, int *size_p) argument
2736 i386_emit_eq_goto(int *offset_p, int *size_p) argument
2761 i386_emit_ne_goto(int *offset_p, int *size_p) argument
2787 i386_emit_lt_goto(int *offset_p, int *size_p) argument
2813 i386_emit_le_goto(int *offset_p, int *size_p) argument
2839 i386_emit_gt_goto(int *offset_p, int *size_p) argument
2865 i386_emit_ge_goto(int *offset_p, int *size_p) argument
[all...]
H A Dlinux-ppc-low.cc2405 ppc_emit_if_goto (int *offset_p, int *size_p) argument
2412 if (offset_p)
2413 *offset_p = 12;
2421 ppc_emit_goto (int *offset_p, int *size_p) argument
2425 if (offset_p)
2426 *offset_p = 0;
2434 ppc_emit_eq_goto (int *offset_p, int *size_p) argument
2445 if (offset_p)
2446 *offset_p = 28;
2454 ppc_emit_ne_goto (int *offset_p, in argument
2474 ppc_emit_lt_goto(int *offset_p, int *size_p) argument
2497 ppc_emit_le_goto(int *offset_p, int *size_p) argument
2520 ppc_emit_gt_goto(int *offset_p, int *size_p) argument
2543 ppc_emit_ge_goto(int *offset_p, int *size_p) argument
3182 ppc64_emit_if_goto(int *offset_p, int *size_p) argument
3197 ppc64_emit_eq_goto(int *offset_p, int *size_p) argument
3213 ppc64_emit_ne_goto(int *offset_p, int *size_p) argument
3229 ppc64_emit_lt_goto(int *offset_p, int *size_p) argument
3245 ppc64_emit_le_goto(int *offset_p, int *size_p) argument
3261 ppc64_emit_gt_goto(int *offset_p, int *size_p) argument
3277 ppc64_emit_ge_goto(int *offset_p, int *size_p) argument
[all...]
H A Dlinux-s390-low.cc1814 s390_emit_if_goto (int *offset_p, int *size_p) argument
1823 if (offset_p)
1824 *offset_p = 12;
1832 s390_emit_goto (int *offset_p, int *size_p) argument
1838 if (offset_p)
1839 *offset_p = 2;
2071 s390_emit_eq_goto (int *offset_p, int *size_p) argument
2082 if (offset_p)
2083 *offset_p = 20;
2091 s390_emit_ne_goto (int *offset_p, in argument
2111 s390_emit_lt_goto(int *offset_p, int *size_p) argument
2139 s390_emit_le_goto(int *offset_p, int *size_p) argument
2167 s390_emit_gt_goto(int *offset_p, int *size_p) argument
2195 s390_emit_ge_goto(int *offset_p, int *size_p) argument
2522 s390x_emit_if_goto(int *offset_p, int *size_p) argument
2688 s390x_emit_eq_goto(int *offset_p, int *size_p) argument
2706 s390x_emit_ne_goto(int *offset_p, int *size_p) argument
2724 s390x_emit_lt_goto(int *offset_p, int *size_p) argument
2742 s390x_emit_le_goto(int *offset_p, int *size_p) argument
2760 s390x_emit_gt_goto(int *offset_p, int *size_p) argument
2778 s390x_emit_ge_goto(int *offset_p, int *size_p) argument
[all...]
H A Dax.cc265 emit_if_goto (int *offset_p, int *size_p) argument
267 target_emit_ops ()->emit_if_goto (offset_p, size_p);
271 emit_goto (int *offset_p, int *size_p) argument
273 target_emit_ops ()->emit_goto (offset_p, size_p);
341 emit_eq_goto (int *offset_p, int *size_p) argument
343 target_emit_ops ()->emit_eq_goto (offset_p, size_p);
347 emit_ne_goto (int *offset_p, int *size_p) argument
349 target_emit_ops ()->emit_ne_goto (offset_p, size_p);
353 emit_lt_goto (int *offset_p, int *size_p) argument
355 target_emit_ops ()->emit_lt_goto (offset_p, size_
359 emit_ge_goto(int *offset_p, int *size_p) argument
365 emit_gt_goto(int *offset_p, int *size_p) argument
371 emit_le_goto(int *offset_p, int *size_p) argument
[all...]
H A Dlinux-aarch64-low.cc2864 aarch64_emit_if_goto (int *offset_p, int *size_p) argument
2877 if (offset_p)
2878 *offset_p = (p - buf) * 4;
2889 aarch64_emit_goto (int *offset_p, int *size_p) argument
2895 if (offset_p)
2896 *offset_p = 0;
3076 aarch64_emit_eq_goto (int *offset_p, int *size_p) argument
3086 if (offset_p)
3087 *offset_p = (p - buf) * 4;
3098 aarch64_emit_ne_goto (int *offset_p, in argument
3120 aarch64_emit_lt_goto(int *offset_p, int *size_p) argument
3142 aarch64_emit_le_goto(int *offset_p, int *size_p) argument
3164 aarch64_emit_gt_goto(int *offset_p, int *size_p) argument
3186 aarch64_emit_ge_got(int *offset_p, int *size_p) argument
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/qxl/
H A Dqxl_dumb.c80 uint32_t handle, uint64_t *offset_p)
85 BUG_ON(!offset_p);
90 *offset_p = qxl_bo_mmap_offset(qobj);
78 qxl_mode_dumb_mmap(struct drm_file *file_priv, struct drm_device *dev, uint32_t handle, uint64_t *offset_p) argument
H A Dqxl_drv.h355 uint32_t handle, uint64_t *offset_p);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/lto/
H A Dlto-object.c71 const char *offset_p; local
80 offset_p = strrchr (filename, '@');
81 if (offset_p != NULL
82 && offset_p != filename
83 && sscanf (offset_p, "@%li%n", &loffset, &consumed) >= 1
84 && strlen (offset_p) == (unsigned int) consumed)
86 fname = XNEWVEC (char, offset_p - filename + 1);
87 memcpy (fname, filename, offset_p - filename);
88 fname[offset_p - filename] = '\0';
/netbsd-current/external/gpl3/gcc/dist/gcc/lto/
H A Dlto-object.cc71 const char *offset_p; local
80 offset_p = strrchr (filename, '@');
81 if (offset_p != NULL
82 && offset_p != filename
83 && sscanf (offset_p, "@%li%n", &loffset, &consumed) >= 1
84 && strlen (offset_p) == (unsigned int) consumed)
86 fname = XNEWVEC (char, offset_p - filename + 1);
87 memcpy (fname, filename, offset_p - filename);
88 fname[offset_p - filename] = '\0';
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_gem.h60 uint32_t handle, uint64_t *offset_p);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dprologue-value.h283 bool find_reg (struct gdbarch *gdbarch, int reg, CORE_ADDR *offset_p);
H A Dprologue-value.c500 pv_area::find_reg (struct gdbarch *gdbarch, int reg, CORE_ADDR *offset_p)
512 if (offset_p)
513 *offset_p = e->offset;
496 find_reg(struct gdbarch *gdbarch, int reg, CORE_ADDR *offset_p) argument
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dprologue-value.h283 bool find_reg (struct gdbarch *gdbarch, int reg, CORE_ADDR *offset_p);
H A Dprologue-value.c500 pv_area::find_reg (struct gdbarch *gdbarch, int reg, CORE_ADDR *offset_p)
512 if (offset_p)
513 *offset_p = e->offset;
496 find_reg(struct gdbarch *gdbarch, int reg, CORE_ADDR *offset_p) argument
/netbsd-current/sys/external/bsd/drm2/dist/drm/virtio/
H A Dvirtgpu_gem.c101 uint32_t handle, uint64_t *offset_p)
105 BUG_ON(!offset_p);
109 *offset_p = drm_vma_node_offset_addr(&gobj->vma_node);
99 virtio_gpu_mode_dumb_mmap(struct drm_file *file_priv, struct drm_device *dev, uint32_t handle, uint64_t *offset_p) argument
H A Dvirtgpu_drv.h242 uint32_t handle, uint64_t *offset_p);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-address.c112 rtx *addr, rtx **step_p, rtx **offset_p)
119 if (offset_p)
120 *offset_p = NULL;
151 if (offset_p)
152 *offset_p = &XEXP (act_elem, 1);
170 if (offset_p)
171 *offset_p = &XEXP (*addr, 1);
176 if (offset_p)
177 *offset_p = addr;
110 gen_addr_rtx(machine_mode address_mode, rtx symbol, rtx base, rtx index, rtx step, rtx offset, rtx *addr, rtx **step_p, rtx **offset_p) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-address.cc112 rtx *addr, rtx **step_p, rtx **offset_p)
119 if (offset_p)
120 *offset_p = NULL;
151 if (offset_p)
152 *offset_p = &XEXP (act_elem, 1);
170 if (offset_p)
171 *offset_p = &XEXP (*addr, 1);
176 if (offset_p)
177 *offset_p = addr;
110 gen_addr_rtx(machine_mode address_mode, rtx symbol, rtx base, rtx index, rtx step, rtx offset, rtx *addr, rtx **step_p, rtx **offset_p) argument

Completed in 243 milliseconds

12