OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stat_rec
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/sim/h8300/
compile.c
2881
struct stat
stat_rec
; /* Stat record */
local
2892
&
stat_rec
);
2895
SET_MEMORY_W (stat_ptr,
stat_rec
.st_dev);
2897
SET_MEMORY_W (stat_ptr,
stat_rec
.st_ino);
2899
SET_MEMORY_L (stat_ptr,
stat_rec
.st_mode);
2901
SET_MEMORY_W (stat_ptr,
stat_rec
.st_nlink);
2903
SET_MEMORY_W (stat_ptr,
stat_rec
.st_uid);
2905
SET_MEMORY_W (stat_ptr,
stat_rec
.st_gid);
2907
SET_MEMORY_W (stat_ptr,
stat_rec
.st_rdev);
2909
SET_MEMORY_L (stat_ptr,
stat_rec
.st_size)
2928
struct stat
stat_rec
; \/* Stat record *\/
local
[
all
...]
/src/external/gpl3/gdb.old/dist/sim/h8300/
compile.c
2881
struct stat
stat_rec
; /* Stat record */
local
2892
&
stat_rec
);
2895
SET_MEMORY_W (stat_ptr,
stat_rec
.st_dev);
2897
SET_MEMORY_W (stat_ptr,
stat_rec
.st_ino);
2899
SET_MEMORY_L (stat_ptr,
stat_rec
.st_mode);
2901
SET_MEMORY_W (stat_ptr,
stat_rec
.st_nlink);
2903
SET_MEMORY_W (stat_ptr,
stat_rec
.st_uid);
2905
SET_MEMORY_W (stat_ptr,
stat_rec
.st_gid);
2907
SET_MEMORY_W (stat_ptr,
stat_rec
.st_rdev);
2909
SET_MEMORY_L (stat_ptr,
stat_rec
.st_size)
2928
struct stat
stat_rec
; \/* Stat record *\/
local
[
all
...]
Completed in 67 milliseconds
Indexes created Sun Mar 22 00:23:16 UTC 2026