Searched refs:this_cache (Results 1 - 25 of 199) sorted by relevance

12345678

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dia64-libunwind-tdep.h52 void **this_cache);
56 void **this_cache);
61 void libunwind_frame_this_id (struct frame_info *this_frame, void **this_cache,
64 void **this_cache, int regnum);
H A Daarch64-nbsd-tdep.c65 struct trad_frame_cache *this_cache,
80 trad_frame_set_reg_addr (this_cache,
84 trad_frame_set_reg_addr (this_cache, AARCH64_LR_REGNUM,
86 trad_frame_set_reg_addr (this_cache, AARCH64_SP_REGNUM,
88 trad_frame_set_reg_addr (this_cache, AARCH64_PC_REGNUM,
90 trad_frame_set_reg_addr (this_cache, AARCH64_CPSR_REGNUM,
100 trad_frame_set_reg_addr (this_cache, AARCH64_V0_REGNUM + i,
105 trad_frame_set_reg_addr (this_cache, AARCH64_FPSR_REGNUM,
108 trad_frame_set_reg_addr (this_cache, AARCH64_FPCR_REGNUM,
113 trad_frame_set_id (this_cache, frame_id_buil
63 aarch64_nbsd_sigframe_init(const struct tramp_frame *self, struct frame_info *this_frame, struct trad_frame_cache *this_cache, CORE_ADDR func) argument
[all...]
H A Dsh-linux-tdep.c81 struct trad_frame_cache *this_cache,
91 trad_frame_set_reg_addr (this_cache, i, regs + i * 4);
93 trad_frame_set_reg_addr (this_cache, SR_REGNUM, regs + 18 * 4);
94 trad_frame_set_reg_addr (this_cache, GBR_REGNUM, regs + 19 * 4);
95 trad_frame_set_reg_addr (this_cache, MACH_REGNUM, regs + 20 * 4);
96 trad_frame_set_reg_addr (this_cache, MACL_REGNUM, regs + 21 * 4);
103 trad_frame_set_reg_addr (this_cache, i, fpregs + i * 4);
104 trad_frame_set_reg_addr (this_cache, FPSCR_REGNUM, fpregs + 32 * 4);
105 trad_frame_set_reg_addr (this_cache, FPUL_REGNUM, fpregs + 33 * 4);
109 trad_frame_set_id (this_cache, frame_id_buil
80 sh_linux_sigtramp_cache(struct frame_info *this_frame, struct trad_frame_cache *this_cache, CORE_ADDR func, int regs_offset) argument
116 sh_linux_sigreturn_init(const struct tramp_frame *self, struct frame_info *this_frame, struct trad_frame_cache *this_cache, CORE_ADDR func) argument
127 sh_linux_rt_sigreturn_init(const struct tramp_frame *self, struct frame_info *this_frame, struct trad_frame_cache *this_cache, CORE_ADDR func) argument
[all...]
H A Dmicroblaze-linux-tdep.c66 struct trad_frame_cache *this_cache,
85 trad_frame_set_reg_addr (this_cache, regnum,
87 trad_frame_set_id (this_cache, frame_id_build (base, func));
94 struct trad_frame_cache *this_cache,
97 microblaze_linux_sigtramp_cache (next_frame, this_cache, func,
65 microblaze_linux_sigtramp_cache(struct frame_info *next_frame, struct trad_frame_cache *this_cache, CORE_ADDR func, LONGEST offset, int bias) argument
92 microblaze_linux_sighandler_cache_init(const struct tramp_frame *self, struct frame_info *next_frame, struct trad_frame_cache *this_cache, CORE_ADDR func) argument
H A Dor1k-linux-tdep.c63 struct trad_frame_cache *this_cache,
117 struct trad_frame_cache *this_cache,
129 trad_frame_set_reg_addr (this_cache, OR1K_ZERO_REGNUM + i,
131 trad_frame_set_reg_addr (this_cache, OR1K_NPC_REGNUM, regs_base + (32 * 4));
132 trad_frame_set_reg_addr (this_cache, OR1K_SR_REGNUM, regs_base + (33 * 4));
135 trad_frame_set_id (this_cache, frame_id_build (frame_sp, func));
115 or1k_linux_sigframe_init(const struct tramp_frame *self, struct frame_info *this_frame, struct trad_frame_cache *this_cache, CORE_ADDR func) argument
H A Dmips-sde-tdep.c37 mips_sde_frame_cache (struct frame_info *this_frame, void **this_cache) argument
50 if (*this_cache != NULL)
51 return (struct trad_frame_cache *) *this_cache;
53 *this_cache = cache;
125 mips_sde_frame_this_id (struct frame_info *this_frame, void **this_cache, argument
129 = mips_sde_frame_cache (this_frame, this_cache);
138 void **this_cache,
142 = mips_sde_frame_cache (this_frame, this_cache);
152 void **this_cache)
179 mips_sde_frame_base_address (struct frame_info *this_frame, void **this_cache) argument
137 mips_sde_frame_prev_register(struct frame_info *this_frame, void **this_cache, int prev_regnum) argument
150 mips_sde_frame_sniffer(const struct frame_unwind *self, struct frame_info *this_frame, void **this_cache) argument
[all...]
H A Dmn10300-linux-tdep.c469 struct trad_frame_cache *this_cache,
612 struct trad_frame_cache *this_cache,
631 trad_frame_set_reg_addr (this_cache, E_D0_REGNUM,
633 trad_frame_set_reg_addr (this_cache, E_D1_REGNUM,
635 trad_frame_set_reg_addr (this_cache, E_D2_REGNUM,
637 trad_frame_set_reg_addr (this_cache, E_D3_REGNUM,
640 trad_frame_set_reg_addr (this_cache, E_A0_REGNUM,
642 trad_frame_set_reg_addr (this_cache, E_A1_REGNUM,
644 trad_frame_set_reg_addr (this_cache, E_A2_REGNUM,
646 trad_frame_set_reg_addr (this_cache, E_A3_REGNU
609 am33_linux_sigframe_cache_init(const struct tramp_frame *self, struct frame_info *this_frame, struct trad_frame_cache *this_cache, CORE_ADDR func) argument
[all...]
H A Dtilegx-linux-tdep.c38 struct trad_frame_cache *this_cache,
55 trad_frame_set_reg_addr (this_cache, i, base + i * 8);
57 trad_frame_set_reg_value (this_cache, 64,
61 trad_frame_set_id (this_cache, frame_id_build (base, func));
36 tilegx_linux_sigframe_init(const struct tramp_frame *self, struct frame_info *this_frame, struct trad_frame_cache *this_cache, CORE_ADDR func) argument
H A Driscv-linux-tdep.c85 struct trad_frame_cache *this_cache,
124 struct trad_frame_cache *this_cache,
139 trad_frame_set_reg_addr (this_cache, RISCV_PC_REGNUM, regs_base);
141 trad_frame_set_reg_addr (this_cache, RISCV_ZERO_REGNUM + i,
148 trad_frame_set_reg_addr (this_cache, RISCV_FIRST_FP_REGNUM + i,
151 trad_frame_set_reg_addr (this_cache, RISCV_CSR_FCSR_REGNUM, regs_base);
154 trad_frame_set_id (this_cache, frame_id_build (frame_sp, func));
122 riscv_linux_sigframe_init(const struct tramp_frame *self, struct frame_info *this_frame, struct trad_frame_cache *this_cache, CORE_ADDR func) argument
H A Dsparc-sol2-tdep.c105 void **this_cache)
111 if (*this_cache)
112 return (struct sparc_frame_cache *) *this_cache;
114 cache = sparc_frame_cache (this_frame, this_cache);
115 gdb_assert (cache == *this_cache);
156 void **this_cache,
160 sparc32_sol2_sigtramp_frame_cache (this_frame, this_cache);
167 void **this_cache,
171 sparc32_sol2_sigtramp_frame_cache (this_frame, this_cache);
179 void **this_cache)
103 sparc32_sol2_sigtramp_frame_cache(struct frame_info *this_frame, void **this_cache) argument
154 sparc32_sol2_sigtramp_frame_this_id(struct frame_info *this_frame, void **this_cache, struct frame_id *this_id) argument
165 sparc32_sol2_sigtramp_frame_prev_register(struct frame_info *this_frame, void **this_cache, int regnum) argument
176 sparc32_sol2_sigtramp_frame_sniffer(const struct frame_unwind *self, struct frame_info *this_frame, void **this_cache) argument
[all...]
H A Dsparc-obsd-tdep.c71 void **this_cache)
76 if (*this_cache)
77 return (struct sparc_frame_cache *) *this_cache;
79 cache = sparc_frame_cache (this_frame, this_cache);
80 gdb_assert (cache == *this_cache);
103 void **this_cache,
107 sparc32obsd_sigtramp_frame_cache (this_frame, this_cache);
114 void **this_cache, int regnum)
117 sparc32obsd_sigtramp_frame_cache (this_frame, this_cache);
125 void **this_cache)
70 sparc32obsd_sigtramp_frame_cache(struct frame_info *this_frame, void **this_cache) argument
102 sparc32obsd_sigtramp_frame_this_id(struct frame_info *this_frame, void **this_cache, struct frame_id *this_id) argument
113 sparc32obsd_sigtramp_frame_prev_register(struct frame_info *this_frame, void **this_cache, int regnum) argument
123 sparc32obsd_sigtramp_frame_sniffer(const struct frame_unwind *self, struct frame_info *this_frame, void **this_cache) argument
[all...]
H A Dsparc64-fbsd-tdep.c95 void **this_cache)
102 if (*this_cache)
103 return (struct sparc_frame_cache *) *this_cache;
105 cache = sparc_frame_cache (this_frame, this_cache);
106 gdb_assert (cache == *this_cache);
168 void **this_cache,
172 sparc64fbsd_sigtramp_frame_cache (this_frame, this_cache);
179 void **this_cache, int regnum)
182 sparc64fbsd_sigtramp_frame_cache (this_frame, this_cache);
190 void **this_cache)
92 sparc64fbsd_sigtramp_frame_cache(struct frame_info *this_frame, void **this_cache) argument
165 sparc64fbsd_sigtramp_frame_this_id(struct frame_info *this_frame, void **this_cache, struct frame_id *this_id) argument
176 sparc64fbsd_sigtramp_frame_prev_register(struct frame_info *this_frame, void **this_cache, int regnum) argument
186 sparc64fbsd_sigtramp_frame_sniffer(const struct frame_unwind *self, struct frame_info *this_frame, void **this_cache) argument
[all...]
H A Dsparc64-sol2-tdep.c104 void **this_cache)
110 if (*this_cache)
111 return (struct sparc_frame_cache *) *this_cache;
113 cache = sparc_frame_cache (this_frame, this_cache);
114 gdb_assert (cache == *this_cache);
159 void **this_cache,
163 sparc64_sol2_sigtramp_frame_cache (this_frame, this_cache);
170 void **this_cache,
174 sparc64_sol2_sigtramp_frame_cache (this_frame, this_cache);
182 void **this_cache)
102 sparc64_sol2_sigtramp_frame_cache(struct frame_info *this_frame, void **this_cache) argument
157 sparc64_sol2_sigtramp_frame_this_id(struct frame_info *this_frame, void **this_cache, struct frame_id *this_id) argument
168 sparc64_sol2_sigtramp_frame_prev_register(struct frame_info *this_frame, void **this_cache, int regnum) argument
179 sparc64_sol2_sigtramp_frame_sniffer(const struct frame_unwind *self, struct frame_info *this_frame, void **this_cache) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dia64-libunwind-tdep.h52 void **this_cache);
56 void **this_cache);
61 void libunwind_frame_this_id (frame_info_ptr this_frame, void **this_cache,
64 void **this_cache, int regnum);
H A Daarch64-netbsd-tdep.c65 struct trad_frame_cache *this_cache,
80 trad_frame_set_reg_addr (this_cache,
84 trad_frame_set_reg_addr (this_cache, AARCH64_LR_REGNUM,
86 trad_frame_set_reg_addr (this_cache, AARCH64_SP_REGNUM,
88 trad_frame_set_reg_addr (this_cache, AARCH64_PC_REGNUM,
90 trad_frame_set_reg_addr (this_cache, AARCH64_CPSR_REGNUM,
100 trad_frame_set_reg_addr (this_cache, AARCH64_V0_REGNUM + i,
105 trad_frame_set_reg_addr (this_cache, AARCH64_FPSR_REGNUM,
108 trad_frame_set_reg_addr (this_cache, AARCH64_FPCR_REGNUM,
113 trad_frame_set_id (this_cache, frame_id_buil
63 aarch64_nbsd_sigframe_init(const struct tramp_frame *self, frame_info_ptr this_frame, struct trad_frame_cache *this_cache, CORE_ADDR func) argument
[all...]
H A Dsh-linux-tdep.c81 struct trad_frame_cache *this_cache,
91 trad_frame_set_reg_addr (this_cache, i, regs + i * 4);
93 trad_frame_set_reg_addr (this_cache, SR_REGNUM, regs + 18 * 4);
94 trad_frame_set_reg_addr (this_cache, GBR_REGNUM, regs + 19 * 4);
95 trad_frame_set_reg_addr (this_cache, MACH_REGNUM, regs + 20 * 4);
96 trad_frame_set_reg_addr (this_cache, MACL_REGNUM, regs + 21 * 4);
103 trad_frame_set_reg_addr (this_cache, i, fpregs + i * 4);
104 trad_frame_set_reg_addr (this_cache, FPSCR_REGNUM, fpregs + 32 * 4);
105 trad_frame_set_reg_addr (this_cache, FPUL_REGNUM, fpregs + 33 * 4);
109 trad_frame_set_id (this_cache, frame_id_buil
80 sh_linux_sigtramp_cache(frame_info_ptr this_frame, struct trad_frame_cache *this_cache, CORE_ADDR func, int regs_offset) argument
116 sh_linux_sigreturn_init(const struct tramp_frame *self, frame_info_ptr this_frame, struct trad_frame_cache *this_cache, CORE_ADDR func) argument
127 sh_linux_rt_sigreturn_init(const struct tramp_frame *self, frame_info_ptr this_frame, struct trad_frame_cache *this_cache, CORE_ADDR func) argument
[all...]
H A Dmicroblaze-linux-tdep.c66 struct trad_frame_cache *this_cache,
85 trad_frame_set_reg_addr (this_cache, regnum,
87 trad_frame_set_id (this_cache, frame_id_build (base, func));
94 struct trad_frame_cache *this_cache,
97 microblaze_linux_sigtramp_cache (next_frame, this_cache, func,
65 microblaze_linux_sigtramp_cache(frame_info_ptr next_frame, struct trad_frame_cache *this_cache, CORE_ADDR func, LONGEST offset, int bias) argument
92 microblaze_linux_sighandler_cache_init(const struct tramp_frame *self, frame_info_ptr next_frame, struct trad_frame_cache *this_cache, CORE_ADDR func) argument
H A Dor1k-linux-tdep.c66 struct trad_frame_cache *this_cache,
120 struct trad_frame_cache *this_cache,
132 trad_frame_set_reg_addr (this_cache, OR1K_ZERO_REGNUM + i,
134 trad_frame_set_reg_addr (this_cache, OR1K_NPC_REGNUM, regs_base + (32 * 4));
135 trad_frame_set_reg_addr (this_cache, OR1K_SR_REGNUM, regs_base + (33 * 4));
138 trad_frame_set_id (this_cache, frame_id_build (frame_sp, func));
118 or1k_linux_sigframe_init(const struct tramp_frame *self, frame_info_ptr this_frame, struct trad_frame_cache *this_cache, CORE_ADDR func) argument
H A Dmips-sde-tdep.c37 mips_sde_frame_cache (frame_info_ptr this_frame, void **this_cache) argument
50 if (*this_cache != NULL)
51 return (struct trad_frame_cache *) *this_cache;
53 *this_cache = cache;
125 mips_sde_frame_this_id (frame_info_ptr this_frame, void **this_cache, argument
129 = mips_sde_frame_cache (this_frame, this_cache);
138 void **this_cache,
142 = mips_sde_frame_cache (this_frame, this_cache);
152 void **this_cache)
180 mips_sde_frame_base_address (frame_info_ptr this_frame, void **this_cache) argument
137 mips_sde_frame_prev_register(frame_info_ptr this_frame, void **this_cache, int prev_regnum) argument
150 mips_sde_frame_sniffer(const struct frame_unwind *self, frame_info_ptr this_frame, void **this_cache) argument
[all...]
H A Dmn10300-linux-tdep.c469 struct trad_frame_cache *this_cache,
612 struct trad_frame_cache *this_cache,
631 trad_frame_set_reg_addr (this_cache, E_D0_REGNUM,
633 trad_frame_set_reg_addr (this_cache, E_D1_REGNUM,
635 trad_frame_set_reg_addr (this_cache, E_D2_REGNUM,
637 trad_frame_set_reg_addr (this_cache, E_D3_REGNUM,
640 trad_frame_set_reg_addr (this_cache, E_A0_REGNUM,
642 trad_frame_set_reg_addr (this_cache, E_A1_REGNUM,
644 trad_frame_set_reg_addr (this_cache, E_A2_REGNUM,
646 trad_frame_set_reg_addr (this_cache, E_A3_REGNU
609 am33_linux_sigframe_cache_init(const struct tramp_frame *self, frame_info_ptr this_frame, struct trad_frame_cache *this_cache, CORE_ADDR func) argument
[all...]
H A Dtilegx-linux-tdep.c38 struct trad_frame_cache *this_cache,
55 trad_frame_set_reg_addr (this_cache, i, base + i * 8);
57 trad_frame_set_reg_value (this_cache, 64,
61 trad_frame_set_id (this_cache, frame_id_build (base, func));
36 tilegx_linux_sigframe_init(const struct tramp_frame *self, frame_info_ptr this_frame, struct trad_frame_cache *this_cache, CORE_ADDR func) argument
H A Driscv-linux-tdep.c90 struct trad_frame_cache *this_cache,
129 struct trad_frame_cache *this_cache,
144 trad_frame_set_reg_addr (this_cache, RISCV_PC_REGNUM, regs_base);
146 trad_frame_set_reg_addr (this_cache, RISCV_ZERO_REGNUM + i,
153 trad_frame_set_reg_addr (this_cache, RISCV_FIRST_FP_REGNUM + i,
156 trad_frame_set_reg_addr (this_cache, RISCV_CSR_FCSR_REGNUM, regs_base);
159 trad_frame_set_id (this_cache, frame_id_build (frame_sp, func));
127 riscv_linux_sigframe_init(const struct tramp_frame *self, frame_info_ptr this_frame, struct trad_frame_cache *this_cache, CORE_ADDR func) argument
H A Dsparc64-sol2-tdep.c104 void **this_cache)
110 if (*this_cache)
111 return (struct sparc_frame_cache *) *this_cache;
113 cache = sparc_frame_cache (this_frame, this_cache);
114 gdb_assert (cache == *this_cache);
159 void **this_cache,
163 sparc64_sol2_sigtramp_frame_cache (this_frame, this_cache);
170 void **this_cache,
174 sparc64_sol2_sigtramp_frame_cache (this_frame, this_cache);
182 void **this_cache)
102 sparc64_sol2_sigtramp_frame_cache(frame_info_ptr this_frame, void **this_cache) argument
157 sparc64_sol2_sigtramp_frame_this_id(frame_info_ptr this_frame, void **this_cache, struct frame_id *this_id) argument
168 sparc64_sol2_sigtramp_frame_prev_register(frame_info_ptr this_frame, void **this_cache, int regnum) argument
179 sparc64_sol2_sigtramp_frame_sniffer(const struct frame_unwind *self, frame_info_ptr this_frame, void **this_cache) argument
[all...]
H A Dsparc64-fbsd-tdep.c95 void **this_cache)
102 if (*this_cache)
103 return (struct sparc_frame_cache *) *this_cache;
105 cache = sparc_frame_cache (this_frame, this_cache);
106 gdb_assert (cache == *this_cache);
168 void **this_cache,
172 sparc64fbsd_sigtramp_frame_cache (this_frame, this_cache);
179 void **this_cache, int regnum)
182 sparc64fbsd_sigtramp_frame_cache (this_frame, this_cache);
190 void **this_cache)
92 sparc64fbsd_sigtramp_frame_cache(frame_info_ptr this_frame, void **this_cache) argument
165 sparc64fbsd_sigtramp_frame_this_id(frame_info_ptr this_frame, void **this_cache, struct frame_id *this_id) argument
176 sparc64fbsd_sigtramp_frame_prev_register(frame_info_ptr this_frame, void **this_cache, int regnum) argument
186 sparc64fbsd_sigtramp_frame_sniffer(const struct frame_unwind *self, frame_info_ptr this_frame, void **this_cache) argument
[all...]
H A Dsparc-sol2-tdep.c105 void **this_cache)
111 if (*this_cache)
112 return (struct sparc_frame_cache *) *this_cache;
114 cache = sparc_frame_cache (this_frame, this_cache);
115 gdb_assert (cache == *this_cache);
156 void **this_cache,
160 sparc32_sol2_sigtramp_frame_cache (this_frame, this_cache);
167 void **this_cache,
171 sparc32_sol2_sigtramp_frame_cache (this_frame, this_cache);
179 void **this_cache)
103 sparc32_sol2_sigtramp_frame_cache(frame_info_ptr this_frame, void **this_cache) argument
154 sparc32_sol2_sigtramp_frame_this_id(frame_info_ptr this_frame, void **this_cache, struct frame_id *this_id) argument
165 sparc32_sol2_sigtramp_frame_prev_register(frame_info_ptr this_frame, void **this_cache, int regnum) argument
176 sparc32_sol2_sigtramp_frame_sniffer(const struct frame_unwind *self, frame_info_ptr this_frame, void **this_cache) argument
[all...]

Completed in 406 milliseconds

12345678