Searched refs:stat_rec (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/sim/h8300/
H A Dcompile.c2790 struct stat stat_rec; /* Stat record */ local
2793 char *temp_stat_ptr; /* Temporary stat_rec pointer. */
2802 &stat_rec);
2804 /* Have stat_ptr point to starting of stat_rec. */
2805 temp_stat_ptr = (char *) (&stat_rec);
2808 SET_MEMORY_W (stat_ptr, stat_rec.st_dev);
2810 SET_MEMORY_W (stat_ptr, stat_rec.st_ino);
2812 SET_MEMORY_L (stat_ptr, stat_rec.st_mode);
2814 SET_MEMORY_W (stat_ptr, stat_rec.st_nlink);
2816 SET_MEMORY_W (stat_ptr, stat_rec
2841 struct stat stat_rec; /* Stat record */ local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/h8300/
H A Dcompile.c2990 struct stat stat_rec; /* Stat record */ local
2993 char *temp_stat_ptr; /* Temporary stat_rec pointer. */
3002 &stat_rec);
3004 /* Have stat_ptr point to starting of stat_rec. */
3005 temp_stat_ptr = (char *) (&stat_rec);
3008 SET_MEMORY_W (stat_ptr, stat_rec.st_dev);
3010 SET_MEMORY_W (stat_ptr, stat_rec.st_ino);
3012 SET_MEMORY_L (stat_ptr, stat_rec.st_mode);
3014 SET_MEMORY_W (stat_ptr, stat_rec.st_nlink);
3016 SET_MEMORY_W (stat_ptr, stat_rec
3041 struct stat stat_rec; /* Stat record */ local
[all...]

Completed in 80 milliseconds