Searched refs:arm_get_next_pcs (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/arch/
H A Darm-get-next-pcs.h26 struct arm_get_next_pcs;
32 CORE_ADDR (*syscall_next_pc) (struct arm_get_next_pcs *self);
33 CORE_ADDR (*addr_bits_remove) (struct arm_get_next_pcs *self, CORE_ADDR val);
34 int (*is_thumb) (struct arm_get_next_pcs *self);
37 CORE_ADDR (*fixup) (struct arm_get_next_pcs *self, CORE_ADDR pc);
41 struct arm_get_next_pcs struct
56 /* Initialize arm_get_next_pcs. */
57 void arm_get_next_pcs_ctor (struct arm_get_next_pcs *self,
65 std::vector<CORE_ADDR> arm_get_next_pcs (struct arm_get_next_pcs *sel
[all...]
H A Darm-linux.h77 struct arm_get_next_pcs;
79 CORE_ADDR arm_linux_get_next_pcs_fixup (struct arm_get_next_pcs *self,
H A Darm-linux.c65 arm_linux_get_next_pcs_fixup (struct arm_get_next_pcs *self,
H A Darm-get-next-pcs.c30 arm_get_next_pcs_ctor (struct arm_get_next_pcs *self,
50 thumb_deal_with_atomic_sequence_raw (struct arm_get_next_pcs *self)
188 arm_deal_with_atomic_sequence_raw (struct arm_get_next_pcs *self)
267 thumb_get_next_pcs_raw (struct arm_get_next_pcs *self)
648 arm_get_next_pcs_raw (struct arm_get_next_pcs *self)
913 arm_get_next_pcs (struct arm_get_next_pcs *self) function
/netbsd-current/external/gpl3/gdb/dist/gdb/arch/
H A Darm-get-next-pcs.h26 struct arm_get_next_pcs;
32 CORE_ADDR (*syscall_next_pc) (struct arm_get_next_pcs *self);
33 CORE_ADDR (*addr_bits_remove) (struct arm_get_next_pcs *self, CORE_ADDR val);
34 int (*is_thumb) (struct arm_get_next_pcs *self);
37 CORE_ADDR (*fixup) (struct arm_get_next_pcs *self, CORE_ADDR pc);
41 struct arm_get_next_pcs struct
56 /* Initialize arm_get_next_pcs. */
57 void arm_get_next_pcs_ctor (struct arm_get_next_pcs *self,
65 std::vector<CORE_ADDR> arm_get_next_pcs (struct arm_get_next_pcs *sel
[all...]
H A Darm-linux.h77 struct arm_get_next_pcs;
79 CORE_ADDR arm_linux_get_next_pcs_fixup (struct arm_get_next_pcs *self,
H A Darm-linux.c65 arm_linux_get_next_pcs_fixup (struct arm_get_next_pcs *self,
H A Darm-get-next-pcs.c30 arm_get_next_pcs_ctor (struct arm_get_next_pcs *self,
50 thumb_deal_with_atomic_sequence_raw (struct arm_get_next_pcs *self)
188 arm_deal_with_atomic_sequence_raw (struct arm_get_next_pcs *self)
267 thumb_get_next_pcs_raw (struct arm_get_next_pcs *self)
648 arm_get_next_pcs_raw (struct arm_get_next_pcs *self)
913 arm_get_next_pcs (struct arm_get_next_pcs *self) function
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Darm-tdep.h26 struct arm_get_next_pcs;
255 CORE_ADDR arm_get_next_pcs_addr_bits_remove (struct arm_get_next_pcs *self,
258 int arm_get_next_pcs_is_thumb (struct arm_get_next_pcs *self);
H A Darm-linux-tdep.c267 arm_linux_get_next_pcs_syscall_next_pc (struct arm_get_next_pcs *self);
867 arm_linux_get_next_pcs_syscall_next_pc (struct arm_get_next_pcs *self)
922 struct arm_get_next_pcs next_pcs_ctx;
936 std::vector<CORE_ADDR> next_pcs = arm_get_next_pcs (&next_pcs_ctx);
H A Darm-tdep.c256 arm_get_next_pcs_syscall_next_pc (struct arm_get_next_pcs *self);
6125 /* Wrapper over read_memory_unsigned_integer for use in arm_get_next_pcs.
6136 /* Wrapper over gdbarch_addr_bits_remove for use in arm_get_next_pcs. */
6139 arm_get_next_pcs_addr_bits_remove (struct arm_get_next_pcs *self,
6148 arm_get_next_pcs_syscall_next_pc (struct arm_get_next_pcs *self)
6153 /* Wrapper over arm_is_thumb for use in arm_get_next_pcs. */
6156 arm_get_next_pcs_is_thumb (struct arm_get_next_pcs *self)
6170 struct arm_get_next_pcs next_pcs_ctx;
6179 std::vector<CORE_ADDR> next_pcs = arm_get_next_pcs (&next_pcs_ctx);
7767 struct arm_get_next_pcs next_pcs_ct
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Darm-tdep.h26 struct arm_get_next_pcs;
288 CORE_ADDR arm_get_next_pcs_addr_bits_remove (struct arm_get_next_pcs *self,
291 int arm_get_next_pcs_is_thumb (struct arm_get_next_pcs *self);
H A Darm-linux-tdep.c268 arm_linux_get_next_pcs_syscall_next_pc (struct arm_get_next_pcs *self);
869 arm_linux_get_next_pcs_syscall_next_pc (struct arm_get_next_pcs *self)
924 struct arm_get_next_pcs next_pcs_ctx;
938 std::vector<CORE_ADDR> next_pcs = arm_get_next_pcs (&next_pcs_ctx);
H A Darm-tdep.c262 arm_get_next_pcs_syscall_next_pc (struct arm_get_next_pcs *self);
7218 /* Wrapper over read_memory_unsigned_integer for use in arm_get_next_pcs.
7229 /* Wrapper over gdbarch_addr_bits_remove for use in arm_get_next_pcs. */
7232 arm_get_next_pcs_addr_bits_remove (struct arm_get_next_pcs *self,
7241 arm_get_next_pcs_syscall_next_pc (struct arm_get_next_pcs *self)
7246 /* Wrapper over arm_is_thumb for use in arm_get_next_pcs. */
7249 arm_get_next_pcs_is_thumb (struct arm_get_next_pcs *self)
7263 struct arm_get_next_pcs next_pcs_ctx;
7272 std::vector<CORE_ADDR> next_pcs = arm_get_next_pcs (&next_pcs_ctx);
8830 struct arm_get_next_pcs next_pcs_ct
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dlinux-arm-low.cc247 static CORE_ADDR get_next_pcs_addr_bits_remove (struct arm_get_next_pcs *self,
250 static CORE_ADDR get_next_pcs_syscall_next_pc (struct arm_get_next_pcs *self);
252 static int get_next_pcs_is_thumb (struct arm_get_next_pcs *self);
329 get_next_pcs_addr_bits_remove (struct arm_get_next_pcs *self, CORE_ADDR val)
358 get_next_pcs_is_thumb (struct arm_get_next_pcs *self)
910 get_next_pcs_syscall_next_pc (struct arm_get_next_pcs *self)
1024 struct arm_get_next_pcs next_pcs_ctx;
1034 return arm_get_next_pcs (&next_pcs_ctx);
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dlinux-arm-low.cc247 static CORE_ADDR get_next_pcs_addr_bits_remove (struct arm_get_next_pcs *self,
250 static CORE_ADDR get_next_pcs_syscall_next_pc (struct arm_get_next_pcs *self);
252 static int get_next_pcs_is_thumb (struct arm_get_next_pcs *self);
329 get_next_pcs_addr_bits_remove (struct arm_get_next_pcs *self, CORE_ADDR val)
358 get_next_pcs_is_thumb (struct arm_get_next_pcs *self)
910 get_next_pcs_syscall_next_pc (struct arm_get_next_pcs *self)
1024 struct arm_get_next_pcs next_pcs_ctx;
1034 return arm_get_next_pcs (&next_pcs_ctx);

Completed in 566 milliseconds