OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nextsym
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/examples/BrainF/
BrainF.cpp
193
Symbol
nextsym
= SYM_NONE;
local
319
cursym =
nextsym
;
321
nextsym
= SYM_NONE;
333
nextsym
= SYM_EOF;
353
nextsym
= SYM_CHANGE;
374
nextsym
= SYM_MOVE;
385
nextsym
= SYM_READ;
394
nextsym
= SYM_WRITE;
403
nextsym
= SYM_LOOP;
412
nextsym
= SYM_ENDLOOP
[
all
...]
/src/external/gpl2/rcs/dist/src/
ci.c
252
struct Symrev *
nextsym
;
member in struct:Symrev
1083
for (p = assoclst; p; p = p->
nextsym
)
1319
pt->
nextsym
= 0;
1321
nextassoc = &pt->
nextsym
;
rcs.c
217
struct Symrev *
nextsym
;
member in struct:Symrev
701
pt->
nextsym
= 0;
703
nextassoc = &pt->
nextsym
;
1328
for (curassoc = assoclst; curassoc; curassoc = curassoc->
nextsym
) {
/src/external/cddl/osnet/dist/tools/ctf/dump/
dump.c
297
int
nextsym
;
local
299
if (cd->cd_symdata == NULL || (
nextsym
= next_sym(cd,
303
symidx =
nextsym
;
351
int
nextsym
;
local
354
if (cd->cd_symdata == NULL || (
nextsym
= next_sym(cd, symidx,
358
symidx =
nextsym
;
/src/external/gpl3/binutils/dist/bfd/
ecofflink.c
2358
SYMR
nextsym
;
2362
&
nextsym
);
2363
if (ECOFF_IS_STAB (&
nextsym
)
2364
&& ECOFF_UNMARK_STAB (
nextsym
.index) == N_SO)
2369
&&
nextsym
.iss >= 0
2370
&&
nextsym
.iss < (debug_info->symbolic_header.issMax
2373
= debug_info->ss + fdr_ptr->issBase +
nextsym
.iss;
2356
SYMR
nextsym
;
local
/src/external/gpl3/binutils.old/dist/bfd/
ecofflink.c
2360
SYMR
nextsym
;
2364
&
nextsym
);
2365
if (ECOFF_IS_STAB (&
nextsym
)
2366
&& ECOFF_UNMARK_STAB (
nextsym
.index) == N_SO)
2371
&&
nextsym
.iss >= 0
2372
&&
nextsym
.iss < (debug_info->symbolic_header.issMax
2375
= debug_info->ss + fdr_ptr->issBase +
nextsym
.iss;
2358
SYMR
nextsym
;
local
/src/external/gpl3/gdb/dist/bfd/
ecofflink.c
2350
SYMR
nextsym
;
2354
&
nextsym
);
2355
if (ECOFF_IS_STAB (&
nextsym
)
2356
&& ECOFF_UNMARK_STAB (
nextsym
.index) == N_SO)
2361
&&
nextsym
.iss >= 0
2362
&&
nextsym
.iss < (debug_info->symbolic_header.issMax
2365
= debug_info->ss + fdr_ptr->issBase +
nextsym
.iss;
2347
SYMR
nextsym
;
local
/src/external/gpl3/gdb.old/dist/bfd/
ecofflink.c
2350
SYMR
nextsym
;
2354
&
nextsym
);
2355
if (ECOFF_IS_STAB (&
nextsym
)
2356
&& ECOFF_UNMARK_STAB (
nextsym
.index) == N_SO)
2361
&&
nextsym
.iss >= 0
2362
&&
nextsym
.iss < (debug_info->symbolic_header.issMax
2365
= debug_info->ss + fdr_ptr->issBase +
nextsym
.iss;
2347
SYMR
nextsym
;
local
/src/external/gpl3/binutils/dist/binutils/
objdump.c
3908
asymbol *
nextsym
;
4049
nextsym
= sym;
4051
nextsym
= NULL;
4068
nextsym
= NULL;
4070
nextsym
= sorted_syms[place];
4075
else if (
nextsym
== NULL)
4078
nextstop_offset = bfd_asymbol_value (
nextsym
) - section->vma;
4135
sym =
nextsym
;
3903
asymbol *
nextsym
;
local
/src/external/gpl3/binutils.old/dist/binutils/
objdump.c
3917
asymbol *
nextsym
;
4058
nextsym
= sym;
4060
nextsym
= NULL;
4077
nextsym
= NULL;
4079
nextsym
= sorted_syms[place];
4084
else if (
nextsym
== NULL)
4087
nextstop_offset = bfd_asymbol_value (
nextsym
) - section->vma;
4148
sym =
nextsym
;
3912
asymbol *
nextsym
;
local
/src/external/gpl3/gcc/dist/gcc/fortran/
trans-expr.cc
4396
gfc_interface_sym_mapping *
nextsym
;
local
4400
for (sym = mapping->syms; sym; sym =
nextsym
)
4402
nextsym
= sym->next;
/src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-expr.cc
4294
gfc_interface_sym_mapping *
nextsym
;
local
4298
for (sym = mapping->syms; sym; sym =
nextsym
)
4300
nextsym
= sym->next;
Completed in 64 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026