Searched refs:REG_OFFSET (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/contrib/gdb/gdb/
H A Damd64fbsd-nat.c54 #define REG_OFFSET(reg) offsetof (gregset_t, reg)
61 REG_OFFSET (r_rax),
62 REG_OFFSET (r_rbx),
63 REG_OFFSET (r_rcx),
64 REG_OFFSET (r_rdx),
65 REG_OFFSET (r_rsi),
66 REG_OFFSET (r_rdi),
67 REG_OFFSET (r_rbp),
68 REG_OFFSET (r_rsp),
69 REG_OFFSET (r_r
53 #define REG_OFFSET macro
[all...]
H A Di386bsd-nat.c66 #define REG_OFFSET(reg) offsetof (gregset_t, reg)
73 REG_OFFSET (r_eax),
74 REG_OFFSET (r_ecx),
75 REG_OFFSET (r_edx),
76 REG_OFFSET (r_ebx),
77 REG_OFFSET (r_esp),
78 REG_OFFSET (r_ebp),
79 REG_OFFSET (r_esi),
80 REG_OFFSET (r_edi),
81 REG_OFFSET (r_ei
65 #define REG_OFFSET macro
[all...]
H A Di386gnu-nat.c47 #define REG_OFFSET(reg) offsetof (struct i386_thread_state, reg) macro
49 /* At REG_OFFSET[N] is the offset to the thread_state_t location where
53 REG_OFFSET (eax), REG_OFFSET (ecx), REG_OFFSET (edx), REG_OFFSET (ebx),
54 REG_OFFSET (uesp), REG_OFFSET (ebp), REG_OFFSET (esi), REG_OFFSET (ed
[all...]
/freebsd-11.0-release/contrib/gcc/
H A Dprint-rtl.c469 if (REG_OFFSET (in_rtx))
471 REG_OFFSET (in_rtx));
H A Dvar-tracking.c52 REG_EXPR (reg) and offset is REG_OFFSET (reg). The linked list is used for
822 /* Set the register to contain REG_EXPR (LOC), REG_OFFSET (LOC). */
828 HOST_WIDE_INT offset = REG_OFFSET (loc);
842 the register to contain REG_EXPR (LOC), REG_OFFSET (LOC). If
852 HOST_WIDE_INT offset = REG_OFFSET (loc);
892 HOST_WIDE_INT offset = REG_OFFSET (loc);
1573 offset2 = REG_OFFSET (loc);
1647 && offset_valid_for_tracked_p (REG_OFFSET (*loc)))
1693 && offset_valid_for_tracked_p (REG_OFFSET (loc))))
1699 REG_OFFSET (lo
[all...]
H A Demit-rtl.c835 the REG_OFFSET of the start of the variable is the same when
844 If we would not do the big endian correction the resulting REG_OFFSET
860 whole variable or a part of the variable and thus the REG_OFFSET
910 REG_OFFSET (reg) + offset);
1709 GEN_INT (REG_OFFSET (reg)),
H A Drtl.h1206 #define REG_OFFSET(RTX) (REG_ATTRS (RTX) == 0 ? 0 : REG_ATTRS (RTX)->offset)
1203 #define REG_OFFSET macro

Completed in 149 milliseconds