Searched refs:tdep (Results 1 - 25 of 126) sorted by relevance

123456

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Di387-tdep.h33 #define I387_ST0_REGNUM(tdep) ((tdep)->st0_regnum)
34 #define I387_NUM_XMM_REGS(tdep) ((tdep)->num_xmm_regs)
35 #define I387_MM0_REGNUM(tdep) ((tdep)->mm0_regnum)
36 #define I387_NUM_YMM_REGS(tdep) ((tdep)->num_ymm_regs)
37 #define I387_YMM0H_REGNUM(tdep) ((tdep)
[all...]
H A Dlinux-record.c89 struct linux_record_tdep *tdep, ULONGEST addr,
100 a = alloca (tdep->size_int);
102 if (record_arch_list_add_mem ((CORE_ADDR) len, tdep->size_int))
106 if (target_read_memory ((CORE_ADDR) len, a, tdep->size_int))
112 phex_nz (len, tdep->size_pointer),
113 tdep->size_int);
116 addrlen = (int) extract_unsigned_integer (a, tdep->size_int, byte_order);
117 if (addrlen <= 0 || addrlen > tdep->size_sockaddr)
118 addrlen = tdep->size_sockaddr;
128 struct linux_record_tdep *tdep, ULONGES
88 record_linux_sockaddr(struct regcache *regcache, struct linux_record_tdep *tdep, ULONGEST addr, ULONGEST len) argument
127 record_linux_msghdr(struct regcache *regcache, struct linux_record_tdep *tdep, ULONGEST addr) argument
225 record_linux_system_call(enum gdb_syscall syscall, struct regcache *regcache, struct linux_record_tdep *tdep) argument
[all...]
H A Darmnbsd-tdep.c26 #include "arm-tdep.h"
44 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
46 tdep->lowest_pc = 0x8000;
50 tdep->arm_breakpoint = arm_nbsd_arm_le_breakpoint;
51 tdep->thumb_breakpoint = arm_nbsd_thumb_le_breakpoint;
52 tdep->arm_breakpoint_size = sizeof (arm_nbsd_arm_le_breakpoint);
53 tdep->thumb_breakpoint_size = sizeof (arm_nbsd_thumb_le_breakpoint);
57 tdep->arm_breakpoint = arm_nbsd_arm_be_breakpoint;
58 tdep->thumb_breakpoint = arm_nbsd_thumb_be_breakpoint;
59 tdep
79 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
90 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
[all...]
H A Di386fbsd-tdep.c29 #include "i386-tdep.h"
30 #include "i387-tdep.h"
129 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
136 tdep->gregset_reg_offset = i386fbsd_r_reg_offset;
137 tdep->gregset_num_regs = ARRAY_SIZE (i386fbsd_r_reg_offset);
138 tdep->sizeof_gregset = 18 * 4;
139 tdep->sizeof_fpregset = 176;
142 tdep->struct_return = reg_struct_return;
145 tdep->sigtramp_start = i386fbsd_sigtramp_start_addr;
146 tdep
208 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
[all...]
H A Di386-sol2-tdep.c27 #include "sol2-tdep.h"
28 #include "i386-tdep.h"
108 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
123 tdep->gregset_reg_offset = i386_sol2_gregset_reg_offset;
124 tdep->gregset_num_regs = ARRAY_SIZE (i386_sol2_gregset_reg_offset);
125 tdep->sizeof_gregset = 19 * 4;
126 tdep->sizeof_fpregset = 380;
129 tdep->sigtramp_p = i386_sol2_sigtramp_p;
130 tdep->sigcontext_addr = i386_sol2_mcontext_addr;
131 tdep
[all...]
H A Damd64-darwin-tdep.c33 #include "i387-tdep.h"
34 #include "amd64-tdep.h"
40 #include "amd64-darwin-tdep.h"
41 #include "i386-darwin-tdep.h"
47 From <mach/i386/thread_status.h> and amd64-tdep.h. */
106 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
110 tdep->struct_return = reg_struct_return;
114 tdep->sigtramp_p = i386_sigtramp_p;
115 tdep->sigcontext_addr = amd64_darwin_sigcontext_addr;
116 tdep
[all...]
H A Di387-tdep.c35 #include "i386-tdep.h"
36 #include "i387-tdep.h"
207 struct gdbarch_tdep *tdep = gdbarch_tdep (get_frame_arch (frame)); local
221 fctrl = get_frame_register_unsigned (frame, I387_FCTRL_REGNUM (tdep));
222 fstat = get_frame_register_unsigned (frame, I387_FSTAT_REGNUM (tdep));
223 ftag = get_frame_register_unsigned (frame, I387_FTAG_REGNUM (tdep));
224 fiseg = get_frame_register_unsigned (frame, I387_FISEG_REGNUM (tdep));
225 fioff = get_frame_register_unsigned (frame, I387_FIOFF_REGNUM (tdep));
226 foseg = get_frame_register_unsigned (frame, I387_FOSEG_REGNUM (tdep));
227 fooff = get_frame_register_unsigned (frame, I387_FOOFF_REGNUM (tdep));
403 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
457 struct gdbarch_tdep *tdep = gdbarch_tdep (get_regcache_arch (regcache)); local
550 struct gdbarch_tdep *tdep = gdbarch_tdep (get_regcache_arch (regcache)); local
633 struct gdbarch_tdep *tdep = gdbarch_tdep (get_regcache_arch (regcache)); local
725 struct gdbarch_tdep *tdep = gdbarch_tdep (get_regcache_arch (regcache)); local
923 struct gdbarch_tdep *tdep = gdbarch_tdep (get_regcache_arch (regcache)); local
1214 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
[all...]
H A Dalphafbsd-tdep.c25 #include "alpha-tdep.h"
96 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch);
108 tdep->dynamic_sigtramp_offset = alphafbsd_sigtramp_offset;
109 tdep->sigcontext_addr = alphafbsd_sigcontext_addr;
110 tdep->pc_in_sigtramp = alphafbsd_pc_in_sigtramp;
111 tdep->return_in_memory = alphafbsd_return_in_memory;
112 tdep->sc_pc_offset = 288;
113 tdep->sc_regs_offset = 24;
114 tdep->sc_fpregs_offset = 320;
116 tdep
95 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
[all...]
H A Damd64-sol2-tdep.c32 #include "sol2-tdep.h"
33 #include "amd64-tdep.h"
100 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch);
102 tdep->gregset_reg_offset = amd64_sol2_gregset_reg_offset;
103 tdep->gregset_num_regs = ARRAY_SIZE (amd64_sol2_gregset_reg_offset);
104 tdep->sizeof_gregset = 28 * 8;
108 tdep->sigtramp_p = amd64_sol2_sigtramp_p;
109 tdep->sigcontext_addr = amd64_sol2_mcontext_addr;
110 tdep->sc_reg_offset = tdep
99 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
[all...]
H A Di386-nto-tdep.c32 #include "i386-tdep.h"
33 #include "i387-tdep.h"
34 #include "nto-tdep.h"
84 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
86 if(tdep->gregset == NULL)
87 tdep->gregset = regset_alloc (gdbarch, i386_supply_gregset,
90 gdb_assert (tdep->gregset_reg_offset == i386nto_gregset_reg_offset);
91 tdep->gregset->supply_regset (tdep->gregset, regcache, -1,
137 struct gdbarch_tdep *tdep local
327 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
[all...]
H A Di386gnu-tdep.c24 #include "i386-tdep.h"
29 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
37 tdep->jb_pc_offset = 20; /* From <bits/setjmp.h>. */
H A Dalpha-osf1-tdep.c28 #include "alpha-tdep.h"
55 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
65 tdep->sigcontext_addr = alpha_osf1_sigcontext_addr;
66 tdep->pc_in_sigtramp = alpha_osf1_pc_in_sigtramp;
68 tdep->jb_pc = 2;
69 tdep->jb_elt_size = 8;
H A Darmobsd-tdep.c28 #include "obsd-tdep.h"
29 #include "arm-tdep.h"
83 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch);
85 if (tdep->fp_model == ARM_FLOAT_AUTO)
86 tdep->fp_model = ARM_FLOAT_SOFT_VFP;
95 tdep->jb_pc = 24;
96 tdep->jb_elt_size = 4;
102 tdep->struct_return = pcc_struct_return;
111 tdep->thumb_breakpoint = arm_obsd_thumb_be_breakpoint;
112 tdep
82 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
[all...]
H A Dppc-sysv-tdep.c29 #include "ppc-tdep.h"
52 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
60 gdb_assert (tdep->wordsize == 4);
95 int argoffset = 2 * tdep->wordsize;
107 tdep->ppc_gp0_regnum + greg,
120 && !tdep->soft_float)
133 = register_type (gdbarch, tdep->ppc_fp0_regnum + freg);
136 tdep->ppc_fp0_regnum + freg,
162 && !tdep->soft_float
173 tdep
612 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
690 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
1115 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
1721 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
[all...]
H A Di386bsd-tdep.c30 #include "i386-tdep.h"
81 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch);
83 tdep->jb_pc_offset = 0;
85 tdep->sigtramp_start = 0xfdbfdfc0;
86 tdep->sigtramp_end = 0xfdbfe000;
87 tdep->sigcontext_addr = i386bsd_sigcontext_addr;
88 tdep->sc_reg_offset = i386bsd_sc_reg_offset;
89 tdep->sc_num_regs = ARRAY_SIZE (i386bsd_sc_reg_offset);
80 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
H A Damd64fbsd-tdep.c31 #include "amd64-tdep.h"
188 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch);
193 tdep->gregset_reg_offset = amd64fbsd_r_reg_offset;
194 tdep->gregset_num_regs = ARRAY_SIZE (amd64fbsd_r_reg_offset);
195 tdep->sizeof_gregset = 22 * 8;
199 tdep->sigtramp_start = amd64fbsd_sigtramp_start_addr;
200 tdep->sigtramp_end = amd64fbsd_sigtramp_end_addr;
201 tdep->sigcontext_addr = amd64fbsd_sigcontext_addr;
202 tdep->sc_reg_offset = amd64fbsd_sc_reg_offset;
203 tdep
187 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
[all...]
H A Dalphaobsd-tdep.c26 #include "obsd-tdep.h"
27 #include "alpha-tdep.h"
28 #include "alphabsd-tdep.h"
102 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch);
119 tdep->dynamic_sigtramp_offset = alphaobsd_sigtramp_offset;
120 tdep->pc_in_sigtramp = alphaobsd_pc_in_sigtramp;
121 tdep->sigcontext_addr = alphaobsd_sigcontext_addr;
123 tdep->jb_pc = 2;
124 tdep->jb_elt_size = 8;
101 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
H A Dppcnbsd-tdep.c34 #include "ppc-tdep.h"
35 #include "ppcnbsd-tdep.h"
115 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch);
122 addr = base + 0x10 + 2 * tdep->wordsize;
124 addr = base + 0x18 + 2 * tdep->wordsize;
125 for (i = 0; i < ppc_num_gprs; i++, addr += tdep->wordsize)
127 int regnum = i + tdep->ppc_gp0_regnum;
130 trad_frame_set_reg_addr (this_cache, tdep->ppc_lr_regnum, addr);
131 addr += tdep->wordsize;
132 trad_frame_set_reg_addr (this_cache, tdep
112 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
[all...]
H A Drs6000-tdep.c55 #include "ppc-tdep.h"
85 #define IS_SPE_PSEUDOREG(tdep, regnum) ((tdep)->ppc_ev0_regnum >= 0 \
86 && (regnum) >= (tdep)->ppc_ev0_regnum \
87 && (regnum) < (tdep)->ppc_ev0_regnum + 32)
90 #define IS_DFP_PSEUDOREG(tdep, regnum) ((tdep)->ppc_dl0_regnum >= 0 \
91 && (regnum) >= (tdep)->ppc_dl0_regnum \
92 && (regnum) < (tdep)->ppc_dl0_regnum + 16)
95 #define IS_VSX_PSEUDOREG(tdep, regnu
156 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
168 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
180 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
212 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
223 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
233 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
262 struct gdbarch_tdep *tdep = gdbarch_tdep (arch); local
356 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
428 ppc_greg_offset(struct gdbarch *gdbarch, struct gdbarch_tdep *tdep, const struct ppc_reg_offsets *offsets, int regnum, int *regsize) argument
466 ppc_fpreg_offset(struct gdbarch_tdep *tdep, const struct ppc_reg_offsets *offsets, int regnum) argument
481 ppc_vrreg_offset(struct gdbarch_tdep *tdep, const struct ppc_reg_offsets *offsets, int regnum) argument
507 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
552 struct gdbarch_tdep *tdep; local
589 struct gdbarch_tdep *tdep; local
620 struct gdbarch_tdep *tdep; local
666 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
713 struct gdbarch_tdep *tdep; local
752 struct gdbarch_tdep *tdep; local
786 struct gdbarch_tdep *tdep; local
877 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
1519 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
2217 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
2275 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
2320 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
2368 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
2447 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
2474 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
2497 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
2580 struct gdbarch_tdep *tdep = gdbarch_tdep (arch); local
2642 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
2672 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
2698 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
2733 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
2763 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
2776 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
2790 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
2815 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
2838 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
2880 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
3128 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
3359 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
3543 struct gdbarch_tdep *tdep; local
4171 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
[all...]
H A Darm-wince-tdep.c31 #include "arm-tdep.h"
117 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
119 tdep->arm_breakpoint = arm_wince_le_breakpoint;
120 tdep->arm_breakpoint_size = sizeof (arm_wince_le_breakpoint);
121 tdep->thumb_breakpoint = arm_wince_thumb_le_breakpoint;
122 tdep->thumb_breakpoint_size = sizeof (arm_wince_thumb_le_breakpoint);
123 tdep->struct_return = pcc_struct_return;
125 tdep->fp_model = ARM_FLOAT_SOFT_VFP;
127 tdep->jb_pc = ARM_WINCE_JB_PC;
128 tdep
[all...]
H A Dm32c-tdep.c50 /* The m32c tdep structure. */
155 struct gdbarch_tdep *tdep = gdbarch_tdep (arch);
180 tdep->ret_addr_bytes = 3;
181 tdep->push_addr_bytes = 2;
188 tdep->ret_addr_bytes = 4;
189 tdep->push_addr_bytes = 4;
198 tdep->voyd = arch_type (arch, TYPE_CODE_VOID, 1, "void");
199 tdep->ptr_voyd
202 TYPE_TARGET_TYPE (tdep->ptr_voyd) = tdep
153 struct gdbarch_tdep *tdep = gdbarch_tdep (arch); local
256 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
271 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
339 struct gdbarch_tdep *tdep = gdbarch_tdep (get_regcache_arch (cache)); local
539 struct gdbarch_tdep *tdep = gdbarch_tdep (reg->arch); local
577 struct gdbarch_tdep *tdep = gdbarch_tdep (reg->arch); local
608 struct gdbarch_tdep *tdep = gdbarch_tdep (arch); local
626 struct gdbarch_tdep *tdep = gdbarch_tdep (arch); local
651 struct gdbarch_tdep *tdep = gdbarch_tdep (arch); local
812 struct gdbarch_tdep *tdep = gdbarch_tdep (arch); local
1360 struct gdbarch_tdep *tdep = gdbarch_tdep (state->arch); local
1395 struct gdbarch_tdep *tdep = gdbarch_tdep (state->arch); local
1415 struct gdbarch_tdep *tdep = gdbarch_tdep (state->arch); local
1428 struct gdbarch_tdep *tdep = gdbarch_tdep (state->arch); local
1451 struct gdbarch_tdep *tdep = gdbarch_tdep (st->arch); local
1474 struct gdbarch_tdep *tdep = gdbarch_tdep (st->arch); local
1491 struct gdbarch_tdep *tdep = gdbarch_tdep (st->arch); local
1518 struct gdbarch_tdep *tdep = gdbarch_tdep (arch); local
1558 struct gdbarch_tdep *tdep = gdbarch_tdep (arch); local
1890 struct gdbarch_tdep *tdep = gdbarch_tdep (get_frame_arch (this_frame)); local
1940 struct gdbarch_tdep *tdep = gdbarch_tdep (get_frame_arch (this_frame)); local
1974 struct gdbarch_tdep *tdep = gdbarch_tdep (arch); local
1982 struct gdbarch_tdep *tdep = gdbarch_tdep (arch); local
2038 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
2166 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
2216 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
2348 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
2595 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
2630 struct gdbarch_tdep *tdep; local
[all...]
H A Drs6000-aix-tdep.c36 #include "rs6000-tdep.h"
37 #include "ppc-tdep.h"
198 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
229 regcache_raw_write_unsigned (regcache, tdep->ppc_gp0_regnum + 3,
269 tdep->ppc_fp0_regnum + 1 + f_argno,
287 tdep->ppc_gp0_regnum + 3 + ii,
306 regcache_cooked_write (regcache, tdep->ppc_gp0_regnum + 3 +ii, word);
389 tdep->ppc_fp0_regnum + 1 + f_argno,
413 regcache_raw_write_signed (regcache, tdep->ppc_lr_regnum, bp_addr);
420 regcache_raw_write_signed (regcache, tdep
432 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
573 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
617 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
737 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
[all...]
H A Dppcnbsd-nat.c37 #include "ppc-tdep.h"
38 #include "ppcnbsd-tdep.h"
57 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
59 return ((regnum >= tdep->ppc_gp0_regnum
60 && regnum < tdep->ppc_gp0_regnum + ppc_num_gprs)
61 || regnum == tdep->ppc_lr_regnum
62 || regnum == tdep->ppc_cr_regnum
63 || regnum == tdep->ppc_xer_regnum
64 || regnum == tdep->ppc_ctr_regnum
73 struct gdbarch_tdep *tdep local
200 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
[all...]
H A Dsh-linux-tdep.c27 #include "glibc-tdep.h"
28 #include "sh-tdep.h"
29 #include "linux-tdep.h"
91 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
93 tdep->core_gregmap = (struct sh_corefile_regmap *)gregs_table;
94 tdep->core_fpregmap = (struct sh_corefile_regmap *)fpregs_table;
H A Daix-thread.c50 #include "ppc-tdep.h"
1049 struct gdbarch_tdep *tdep = gdbarch_tdep (get_regcache_arch (regcache)); local
1053 regcache_raw_supply (regcache, tdep->ppc_gp0_regnum + regno,
1071 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
1079 regcache_raw_supply (regcache, regno + tdep->ppc_fp0_regnum,
1087 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
1090 || regno == tdep->ppc_ps_regnum
1091 || regno == tdep->ppc_cr_regnum
1092 || regno == tdep->ppc_lr_regnum
1093 || regno == tdep
1110 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
1134 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
1159 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
1214 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
1275 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
1320 struct gdbarch_tdep *tdep = gdbarch_tdep (get_regcache_arch (regcache)); local
1333 struct gdbarch_tdep *tdep = gdbarch_tdep (get_regcache_arch (regcache)); local
1348 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
1372 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
1408 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
1446 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
1543 struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); local
[all...]

Completed in 200 milliseconds

123456