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_ptr
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb/dist/sim/h8300/
compile.c
2883
int
stat_ptr
; /* Pointer to stat record. */
local
2887
/* Setting
stat_ptr
to second argument of stat. */
2888
stat_ptr
= (h8300hmode && !h8300_normal_mode) ? GET_L_REG (1) : GET_W_REG (1);
2895
SET_MEMORY_W (
stat_ptr
, stat_rec.st_dev);
2896
stat_ptr
+= 2;
2897
SET_MEMORY_W (
stat_ptr
, stat_rec.st_ino);
2898
stat_ptr
+= 2;
2899
SET_MEMORY_L (
stat_ptr
, stat_rec.st_mode);
2900
stat_ptr
+= 4;
2901
SET_MEMORY_W (
stat_ptr
, stat_rec.st_nlink)
2930
int
stat_ptr
; \/* Pointer to stat record. *\/
local
[
all
...]
/src/external/gpl3/gdb.old/dist/sim/h8300/
compile.c
2883
int
stat_ptr
; /* Pointer to stat record. */
local
2887
/* Setting
stat_ptr
to second argument of stat. */
2888
stat_ptr
= (h8300hmode && !h8300_normal_mode) ? GET_L_REG (1) : GET_W_REG (1);
2895
SET_MEMORY_W (
stat_ptr
, stat_rec.st_dev);
2896
stat_ptr
+= 2;
2897
SET_MEMORY_W (
stat_ptr
, stat_rec.st_ino);
2898
stat_ptr
+= 2;
2899
SET_MEMORY_L (
stat_ptr
, stat_rec.st_mode);
2900
stat_ptr
+= 4;
2901
SET_MEMORY_W (
stat_ptr
, stat_rec.st_nlink)
2930
int
stat_ptr
; \/* Pointer to stat record. *\/
local
[
all
...]
/src/external/gpl3/binutils/dist/ld/
ldlang.c
124
lang_statement_list_type *
stat_ptr
= &statement_list;
variable
1147
*stat_save_ptr++ =
stat_ptr
;
1148
stat_ptr
= new_ptr;
1156
stat_ptr
= *--stat_save_ptr;
1204
p = new_stat (lang_input_statement,
stat_ptr
);
1342
lang_statement_append (
stat_ptr
, &ret->s, &ret->s.header.next);
1402
stat_ptr
= &statement_list;
1408
lang_list_init (
stat_ptr
);
2309
if (*
stat_ptr
->tail == add.head)
2310
stat_ptr
->tail = add.tail
[
all
...]
/src/external/gpl3/binutils.old/dist/ld/
ldlang.c
126
lang_statement_list_type *
stat_ptr
= &statement_list;
variable
1166
*stat_save_ptr++ =
stat_ptr
;
1167
stat_ptr
= new_ptr;
1175
stat_ptr
= *--stat_save_ptr;
1223
p = new_stat (lang_input_statement,
stat_ptr
);
1361
lang_statement_append (
stat_ptr
, &ret->s, &ret->s.header.next);
1421
stat_ptr
= &statement_list;
1427
lang_list_init (
stat_ptr
);
2336
if (*
stat_ptr
->tail == add.head)
2337
stat_ptr
->tail = add.tail
[
all
...]
Completed in 42 milliseconds
Indexes created Fri Mar 20 00:23:26 UTC 2026