HomeSort by: relevance | last modified time | path
    Searched refs:offset_out (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/dwarf2/
frame.h 256 OFFSET_OUT is the offset to use from this register.
264 LONGEST *offset_out,
335 int *regnum_out, LONGEST *offset_out,
frame.c 780 LONGEST *offset_out, CORE_ADDR *text_offset_out,
821 *offset_out = -fs.regs.cfa_offset;
823 *offset_out = fs.regs.cfa_offset;
  /src/external/gpl3/gcc/dist/gcc/
fold-mem-offsets.cc 262 through it. In this case OFFSET_OUT and FOLDABLE_INSNS are unused.
268 from folding is computed and is returned through the pointer OFFSET_OUT.
272 HOST_WIDE_INT *offset_out, bitmap foldable_insns)
478 *offset_out = offset;
576 REG_OUT and OFFSET_OUT the RTX that has a MEM code, the register that is
581 HOST_WIDE_INT *offset_out)
634 if (offset_out)
635 *offset_out = offset;
rtlanal.cc 928 and *OFFSET_OUT respectively. */
931 split_const (rtx x, rtx *base_out, rtx *offset_out)
939 *offset_out = XEXP (x, 1);
944 *offset_out = const0_rtx;
949 to a new rtx). Return the Y and store the offset in *OFFSET_OUT. */
952 strip_offset (rtx x, poly_int64 *offset_out)
963 if (poly_int_rtx_p (test, offset_out))
965 *offset_out = 0;
tree-ssa-strlen.cc 403 of EXP, which is available in PTR if nonnull. If OFFSET_OUT, it is
405 *OFFSET_OUT. When RVALS is nonnull uses it to determine range
410 tree ptr, unsigned HOST_WIDE_INT *offset_out,
433 if (offset_out)
434 *offset_out = 0;
444 if ((offset_out || ptr) && last && last->idx > 0)
451 if (offset_out)
453 *offset_out = rel_off;
var-tracking.cc 1868 a variable. Store the constant offset in *OFFSET_OUT if so. */
1871 track_offset_p (poly_int64 offset, HOST_WIDE_INT *offset_out)
1877 *offset_out = const_offset;
5324 from EXPR in *OFFSET_OUT (if nonnull). */
5328 machine_mode *mode_out, HOST_WIDE_INT *offset_out)
5373 if (offset_out)
5374 *offset_out = const_offset;
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
frame.h 253 OFFSET_OUT is the offset to use from this register.
261 int *regnum_out, LONGEST *offset_out,
frame.c 782 int *regnum_out, LONGEST *offset_out,
824 *offset_out = -fs.regs.cfa_offset;
826 *offset_out = fs.regs.cfa_offset;
  /src/external/gpl3/gcc.old/dist/gcc/
rtlanal.cc 930 and *OFFSET_OUT respectively. */
933 split_const (rtx x, rtx *base_out, rtx *offset_out)
941 *offset_out = XEXP (x, 1);
946 *offset_out = const0_rtx;
951 to a new rtx). Return the Y and store the offset in *OFFSET_OUT. */
954 strip_offset (rtx x, poly_int64_pod *offset_out)
965 if (poly_int_rtx_p (test, offset_out))
967 *offset_out = 0;
tree-ssa-strlen.cc 401 of EXP, which is available in PTR if nonnull. If OFFSET_OUT, it is
403 *OFFSET_OUT. When RVALS is nonnull uses it to determine range
408 tree ptr, unsigned HOST_WIDE_INT *offset_out,
431 if (offset_out)
432 *offset_out = 0;
442 if ((offset_out || ptr) && last && last->idx > 0)
449 if (offset_out)
451 *offset_out = rel_off;
var-tracking.cc 1878 a variable. Store the constant offset in *OFFSET_OUT if so. */
1881 track_offset_p (poly_int64 offset, HOST_WIDE_INT *offset_out)
1887 *offset_out = const_offset;
5339 from EXPR in *OFFSET_OUT (if nonnull). */
5343 machine_mode *mode_out, HOST_WIDE_INT *offset_out)
5388 if (offset_out)
5389 *offset_out = const_offset;
  /src/sys/netinet/
sctp_output.c 8043 int offset_out; local
8054 offset_out = 0;
8074 offset_out += sizeof(*iph_out);
8076 (vaddr_t)iph_out + offset_out);
8091 offset_out += sizeof(*ip6_out);
8093 (vaddr_t)ip6_out + offset_out);
8114 comp_cp->sh.checksum = sctp_calculate_sum(mout, NULL, offset_out);

Completed in 76 milliseconds