Searched refs:ptr_bit (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdbarch.c182 int ptr_bit; member in struct:gdbarch
396 gdbarch->ptr_bit = gdbarch->int_bit;
548 /* Skip verify of ptr_bit, invalid_p == 0 */
1276 "gdbarch_dump: ptr_bit = %s\n",
1277 plongest (gdbarch->ptr_bit));
1856 /* Skip verify of ptr_bit, invalid_p == 0 */
1859 return gdbarch->ptr_bit;
1864 int ptr_bit)
1866 gdbarch->ptr_bit = ptr_bit;
1863 set_gdbarch_ptr_bit(struct gdbarch *gdbarch, int ptr_bit) argument
[all...]
H A Dgdbarch.h225 ptr_bit is the size of a pointer on the target */
228 extern void set_gdbarch_ptr_bit (struct gdbarch *gdbarch, int ptr_bit);
H A Dgdbarch.sh365 # ptr_bit is the size of a pointer on the target
366 v;int;ptr_bit;;;8 * sizeof (void*);gdbarch->int_bit;;0
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdbarch.c72 int ptr_bit = 4*TARGET_CHAR_BIT; member in struct:gdbarch
320 /* Skip verify of ptr_bit, invalid_p == 0 */
603 "gdbarch_dump: ptr_bit = %s\n",
604 plongest (gdbarch->ptr_bit));
1694 /* Skip verify of ptr_bit, invalid_p == 0 */
1697 return gdbarch->ptr_bit;
1702 int ptr_bit)
1704 gdbarch->ptr_bit = ptr_bit;
1701 set_gdbarch_ptr_bit(struct gdbarch *gdbarch, int ptr_bit) argument
H A Dgdbarch-gen.h134 ptr_bit is the size of a pointer on the target */
137 extern void set_gdbarch_ptr_bit (struct gdbarch *gdbarch, int ptr_bit);

Completed in 229 milliseconds