OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:top_stack
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
mdebugread.c
426
*
top_stack
; /* Top stack ptr */
437
if (
top_stack
&&
top_stack
->prev)
438
newobj =
top_stack
->prev;
442
if (
top_stack
)
446
*newobj = *
top_stack
;
447
top_stack
->prev = newobj;
449
newobj->next =
top_stack
;
451
top_stack
= newobj;
459
if (!
top_stack
)
420
*
top_stack
; \/* Top stack ptr *\/
variable in typeref:struct:parse_stack
[
all
...]
/src/external/gpl3/gdb/dist/gdb/
mdebugread.c
426
*
top_stack
; /* Top stack ptr */
437
if (
top_stack
&&
top_stack
->prev)
438
newobj =
top_stack
->prev;
442
if (
top_stack
)
446
*newobj = *
top_stack
;
447
top_stack
->prev = newobj;
449
newobj->next =
top_stack
;
451
top_stack
= newobj;
459
if (!
top_stack
)
420
*
top_stack
; \/* Top stack ptr *\/
variable in typeref:struct:parse_stack
[
all
...]
Completed in 25 milliseconds
Indexes created Fri Mar 20 00:23:26 UTC 2026