Home | History | Annotate | Download | only in gdb

Lines Matching refs:fnum

290 remote_fileio_to_fio_long (LONGEST num, fio_long_t fnum)
292 host_to_bigendian (num, (char *) fnum, 8);
1217 remote_fileio_to_host_uint (fio_uint_t fnum)
1219 return extract_unsigned_integer ((gdb_byte *) fnum, 4,
1226 remote_fileio_to_host_ulong (fio_ulong_t fnum)
1228 return extract_unsigned_integer ((gdb_byte *) fnum, 8,
1235 remote_fileio_to_host_mode (fio_mode_t fnum)
1237 return remote_fileio_mode_to_host (remote_fileio_to_host_uint (fnum),
1244 remote_fileio_to_host_time (fio_time_t fnum)
1246 return remote_fileio_to_host_uint (fnum);