Home
last modified time | relevance | path

Searched refs:float_bit (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/
H A Dgdbarch.c122 int float_bit; member
472 current_gdbarch->float_bit = 4*TARGET_CHAR_BIT; in gdbarch_alloc()
2555 return gdbarch->float_bit; in gdbarch_float_bit()
2560 int float_bit) in set_gdbarch_float_bit() argument
2562 gdbarch->float_bit = float_bit; in set_gdbarch_float_bit()
H A Dgdbarch.h147 extern void set_gdbarch_float_bit (struct gdbarch *gdbarch, int float_bit);