OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tdep
(Results
1 - 25
of
240
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
/src/external/gpl3/gdb/dist/gdb/
aarch64-newlib-tdep.c
23
#include "aarch64-
tdep
.h"
31
aarch64_gdbarch_tdep *
tdep
= gdbarch_tdep<aarch64_gdbarch_tdep> (gdbarch);
local
35
tdep
->jb_pc = 11;
cris-linux-tdep.c
25
#include "linux-
tdep
.h"
30
#include "cris-
tdep
.h"
35
cris_gdbarch_tdep *
tdep
= gdbarch_tdep<cris_gdbarch_tdep> (gdbarch);
local
39
if (
tdep
->cris_version == 32)
i386-go32-tdep.c
20
#include "i386-
tdep
.h"
28
i386_gdbarch_tdep *
tdep
= gdbarch_tdep<i386_gdbarch_tdep> (gdbarch);
local
31
tdep
->sigtramp_p = NULL;
33
tdep
->jb_pc_offset = 36;
37
tdep
->tdesc = i386_target_description (X86_XSTATE_X87_MASK, false);
arc-newlib-tdep.c
23
#include "arc-
tdep
.h"
38
arc_gdbarch_tdep *
tdep
= gdbarch_tdep<arc_gdbarch_tdep> (gdbarch);
local
42
tdep
->jb_pc = 18;
amd64-sol2-tdep.c
28
#include "sol2-
tdep
.h"
29
#include "amd64-
tdep
.h"
83
i386_gdbarch_tdep *
tdep
= gdbarch_tdep<i386_gdbarch_tdep> (gdbarch);
85
tdep
->gregset_reg_offset = amd64_sol2_gregset_reg_offset;
86
tdep
->gregset_num_regs = ARRAY_SIZE (amd64_sol2_gregset_reg_offset);
87
tdep
->sizeof_gregset = 28 * 8;
94
tdep
->sigtramp_p = sol2_sigtramp_p;
95
tdep
->sigcontext_addr = amd64_sol2_mcontext_addr;
96
tdep
->sc_reg_offset =
tdep
->gregset_reg_offset
82
i386_gdbarch_
tdep
*
tdep
= gdbarch_
tdep
<i386_gdbarch_
tdep
> (gdbarch);
local
[
all
...]
amd64-darwin-tdep.c
30
#include "i387-
tdep
.h"
32
#include "amd64-
tdep
.h"
35
#include "amd64-darwin-
tdep
.h"
36
#include "i386-darwin-
tdep
.h"
42
From <mach/i386/thread_status.h> and amd64-
tdep
.h. */
100
i386_gdbarch_tdep *
tdep
= gdbarch_tdep<i386_gdbarch_tdep> (gdbarch);
local
105
tdep
->struct_return = reg_struct_return;
109
tdep
->sigtramp_p = i386_sigtramp_p;
110
tdep
->sigcontext_addr = amd64_darwin_sigcontext_addr;
111
tdep
->sc_reg_offset = amd64_darwin_thread_state_reg_offset
[
all
...]
i386-bsd-tdep.c
27
#include "i386-
tdep
.h"
78
i386_gdbarch_tdep *
tdep
= gdbarch_tdep<i386_gdbarch_tdep> (gdbarch);
80
tdep
->jb_pc_offset = 0;
82
tdep
->sigtramp_start = 0xfdbfdfc0;
83
tdep
->sigtramp_end = 0xfdbfe000;
84
tdep
->sigcontext_addr = i386bsd_sigcontext_addr;
85
tdep
->sc_reg_offset = i386bsd_sc_reg_offset;
86
tdep
->sc_num_regs = ARRAY_SIZE (i386bsd_sc_reg_offset);
77
i386_gdbarch_
tdep
*
tdep
= gdbarch_
tdep
<i386_gdbarch_
tdep
> (gdbarch);
local
i386-sol2-tdep.c
23
#include "sol2-
tdep
.h"
24
#include "i386-
tdep
.h"
67
i386_gdbarch_tdep *
tdep
= gdbarch_tdep<i386_gdbarch_tdep> (gdbarch);
local
77
tdep
->gregset_reg_offset = i386_sol2_gregset_reg_offset;
78
tdep
->gregset_num_regs = ARRAY_SIZE (i386_sol2_gregset_reg_offset);
79
tdep
->sizeof_gregset = 19 * 4;
80
tdep
->sizeof_fpregset = 380;
83
tdep
->sigtramp_p = sol2_sigtramp_p;
84
tdep
->sigcontext_addr = i386_sol2_mcontext_addr;
85
tdep
->sc_reg_offset = tdep->gregset_reg_offset
[
all
...]
xtensa-linux-tdep.c
20
#include "xtensa-
tdep
.h"
22
#include "linux-
tdep
.h"
101
xtensa_gdbarch_tdep *
tdep
= gdbarch_tdep<xtensa_gdbarch_tdep> (gdbarch);
local
103
if (
tdep
->num_nopriv_regs <
tdep
->num_regs)
105
tdep
->num_pseudo_regs +=
tdep
->num_regs -
tdep
->num_nopriv_regs;
106
tdep
->num_regs =
tdep
->num_nopriv_regs
[
all
...]
alpha-obsd-tdep.c
24
#include "obsd-
tdep
.h"
25
#include "alpha-
tdep
.h"
26
#include "alpha-bsd-
tdep
.h"
100
alpha_gdbarch_tdep *
tdep
= gdbarch_tdep<alpha_gdbarch_tdep> (gdbarch);
117
tdep
->dynamic_sigtramp_offset = alphaobsd_sigtramp_offset;
118
tdep
->pc_in_sigtramp = alphaobsd_pc_in_sigtramp;
119
tdep
->sigcontext_addr = alphaobsd_sigcontext_addr;
121
tdep
->jb_pc = 2;
122
tdep
->jb_elt_size = 8;
99
alpha_gdbarch_
tdep
*
tdep
= gdbarch_
tdep
<alpha_gdbarch_
tdep
> (gdbarch);
local
arm-fbsd-nat.c
30
#include "arm-
tdep
.h"
31
#include "arm-fbsd-
tdep
.h"
57
arm_gdbarch_tdep *
tdep
= gdbarch_tdep<arm_gdbarch_tdep> (gdbarch);
local
59
if (
tdep
->tls_regnum > 0)
61
tdep
->tls_regnum);
79
arm_gdbarch_tdep *
tdep
= gdbarch_tdep<arm_gdbarch_tdep> (gdbarch);
local
81
if (
tdep
->tls_regnum > 0)
83
tdep
->tls_regnum);
arm-obsd-tdep.c
24
#include "obsd-
tdep
.h"
25
#include "arm-
tdep
.h"
79
arm_gdbarch_tdep *
tdep
= gdbarch_tdep<arm_gdbarch_tdep> (gdbarch);
81
if (
tdep
->fp_model == ARM_FLOAT_AUTO)
82
tdep
->fp_model = ARM_FLOAT_SOFT_VFP;
91
tdep
->jb_pc = 24;
92
tdep
->jb_elt_size = 4;
98
tdep
->struct_return = pcc_struct_return;
107
tdep
->thumb_breakpoint = arm_obsd_thumb_be_breakpoint;
108
tdep
->thumb_breakpoint_size = sizeof (arm_obsd_thumb_be_breakpoint)
78
arm_gdbarch_
tdep
*
tdep
= gdbarch_
tdep
<arm_gdbarch_
tdep
> (gdbarch);
local
[
all
...]
hppa-bsd-tdep.c
27
#include "hppa-
tdep
.h"
28
#include "hppa-bsd-
tdep
.h"
119
hppa_gdbarch_tdep *
tdep
= gdbarch_tdep<hppa_gdbarch_tdep> (gdbarch);
126
tdep
->is_elf = 1;
127
tdep
->find_global_pointer = hppabsd_find_global_pointer;
128
tdep
->in_solib_call_trampoline = hppa_in_solib_call_trampoline;
118
hppa_gdbarch_
tdep
*
tdep
= gdbarch_
tdep
<hppa_gdbarch_
tdep
> (gdbarch);
local
m68k-bsd-tdep.c
29
#include "m68k-
tdep
.h"
30
#include "netbsd-
tdep
.h"
137
m68k_gdbarch_tdep *
tdep
= gdbarch_tdep<m68k_gdbarch_tdep> (gdbarch);
141
tdep
->jb_pc = 5;
142
tdep
->jb_elt_size = 4;
151
tdep
->struct_return = pcc_struct_return;
136
m68k_gdbarch_
tdep
*
tdep
= gdbarch_
tdep
<m68k_gdbarch_
tdep
> (gdbarch);
local
ppc-netbsd-tdep.c
29
#include "ppc-
tdep
.h"
30
#include "netbsd-
tdep
.h"
31
#include "ppc-netbsd-
tdep
.h"
32
#include "ppc-
tdep
.h"
108
ppc_gdbarch_tdep *
tdep
= gdbarch_tdep<ppc_gdbarch_tdep> (gdbarch);
115
addr = base + 0x10 + 2 *
tdep
->wordsize;
117
addr = base + 0x18 + 2 *
tdep
->wordsize;
118
for (i = 0; i < ppc_num_gprs; i++, addr +=
tdep
->wordsize)
120
int regnum = i +
tdep
->ppc_gp0_regnum;
123
trad_frame_set_reg_addr (this_cache,
tdep
->ppc_lr_regnum, addr)
105
ppc_gdbarch_
tdep
*
tdep
= gdbarch_
tdep
<ppc_gdbarch_
tdep
> (gdbarch);
local
[
all
...]
sh-netbsd-tdep.c
30
#include "sh-
tdep
.h"
31
#include "netbsd-
tdep
.h"
171
// struct gdbarch_tdep *
tdep
= gdbarch_tdep (gdbarch);
198
sh_gdbarch_tdep *
tdep
= gdbarch_tdep<sh_gdbarch_tdep> (gdbarch);
201
tdep
->core_gregmap = (struct sh_corefile_regmap *)regmap;
202
tdep
->sizeof_gregset = 88;
204
tdep
->core_fpregmap = (struct sh_corefile_regmap *)fpregmap;
205
tdep
->sizeof_fpregset = 0; /* XXX */
196
sh_gdbarch_
tdep
*
tdep
= gdbarch_
tdep
<sh_gdbarch_
tdep
> (gdbarch);
local
/src/external/gpl3/gdb.old/dist/gdb/
aarch64-newlib-tdep.c
23
#include "aarch64-
tdep
.h"
31
aarch64_gdbarch_tdep *
tdep
= gdbarch_tdep<aarch64_gdbarch_tdep> (gdbarch);
local
35
tdep
->jb_pc = 11;
cris-linux-tdep.c
25
#include "linux-
tdep
.h"
30
#include "cris-
tdep
.h"
35
cris_gdbarch_tdep *
tdep
= gdbarch_tdep<cris_gdbarch_tdep> (gdbarch);
local
39
if (
tdep
->cris_version == 32)
i386-go32-tdep.c
20
#include "i386-
tdep
.h"
28
i386_gdbarch_tdep *
tdep
= gdbarch_tdep<i386_gdbarch_tdep> (gdbarch);
local
31
tdep
->sigtramp_p = NULL;
33
tdep
->jb_pc_offset = 36;
37
tdep
->tdesc = i386_target_description (X86_XSTATE_X87_MASK, false);
arc-newlib-tdep.c
23
#include "arc-
tdep
.h"
38
arc_gdbarch_tdep *
tdep
= gdbarch_tdep<arc_gdbarch_tdep> (gdbarch);
local
42
tdep
->jb_pc = 18;
amd64-sol2-tdep.c
28
#include "sol2-
tdep
.h"
29
#include "amd64-
tdep
.h"
83
i386_gdbarch_tdep *
tdep
= gdbarch_tdep<i386_gdbarch_tdep> (gdbarch);
85
tdep
->gregset_reg_offset = amd64_sol2_gregset_reg_offset;
86
tdep
->gregset_num_regs = ARRAY_SIZE (amd64_sol2_gregset_reg_offset);
87
tdep
->sizeof_gregset = 28 * 8;
94
tdep
->sigtramp_p = sol2_sigtramp_p;
95
tdep
->sigcontext_addr = amd64_sol2_mcontext_addr;
96
tdep
->sc_reg_offset =
tdep
->gregset_reg_offset
82
i386_gdbarch_
tdep
*
tdep
= gdbarch_
tdep
<i386_gdbarch_
tdep
> (gdbarch);
local
[
all
...]
amd64-darwin-tdep.c
30
#include "i387-
tdep
.h"
32
#include "amd64-
tdep
.h"
35
#include "amd64-darwin-
tdep
.h"
36
#include "i386-darwin-
tdep
.h"
42
From <mach/i386/thread_status.h> and amd64-
tdep
.h. */
100
i386_gdbarch_tdep *
tdep
= gdbarch_tdep<i386_gdbarch_tdep> (gdbarch);
local
105
tdep
->struct_return = reg_struct_return;
109
tdep
->sigtramp_p = i386_sigtramp_p;
110
tdep
->sigcontext_addr = amd64_darwin_sigcontext_addr;
111
tdep
->sc_reg_offset = amd64_darwin_thread_state_reg_offset
[
all
...]
i386-bsd-tdep.c
27
#include "i386-
tdep
.h"
78
i386_gdbarch_tdep *
tdep
= gdbarch_tdep<i386_gdbarch_tdep> (gdbarch);
80
tdep
->jb_pc_offset = 0;
82
tdep
->sigtramp_start = 0xfdbfdfc0;
83
tdep
->sigtramp_end = 0xfdbfe000;
84
tdep
->sigcontext_addr = i386bsd_sigcontext_addr;
85
tdep
->sc_reg_offset = i386bsd_sc_reg_offset;
86
tdep
->sc_num_regs = ARRAY_SIZE (i386bsd_sc_reg_offset);
77
i386_gdbarch_
tdep
*
tdep
= gdbarch_
tdep
<i386_gdbarch_
tdep
> (gdbarch);
local
i386-sol2-tdep.c
23
#include "sol2-
tdep
.h"
24
#include "i386-
tdep
.h"
67
i386_gdbarch_tdep *
tdep
= gdbarch_tdep<i386_gdbarch_tdep> (gdbarch);
local
77
tdep
->gregset_reg_offset = i386_sol2_gregset_reg_offset;
78
tdep
->gregset_num_regs = ARRAY_SIZE (i386_sol2_gregset_reg_offset);
79
tdep
->sizeof_gregset = 19 * 4;
80
tdep
->sizeof_fpregset = 380;
83
tdep
->sigtramp_p = sol2_sigtramp_p;
84
tdep
->sigcontext_addr = i386_sol2_mcontext_addr;
85
tdep
->sc_reg_offset = tdep->gregset_reg_offset
[
all
...]
xtensa-linux-tdep.c
20
#include "xtensa-
tdep
.h"
22
#include "linux-
tdep
.h"
101
xtensa_gdbarch_tdep *
tdep
= gdbarch_tdep<xtensa_gdbarch_tdep> (gdbarch);
local
103
if (
tdep
->num_nopriv_regs <
tdep
->num_regs)
105
tdep
->num_pseudo_regs +=
tdep
->num_regs -
tdep
->num_nopriv_regs;
106
tdep
->num_regs =
tdep
->num_nopriv_regs
[
all
...]
Completed in 66 milliseconds
1
2
3
4
5
6
7
8
9
10
Indexes created Sun Mar 01 05:31:48 UTC 2026