OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:staterecord
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/ia64/unwind/
stackframe.h
57
/* A
staterecord
contains the net state of
67
struct
staterecord
{
struct
77
* Keep this in sync with the
staterecord
. See: stackframe.c:updateregs()
87
/* Don't mirror anything below this line with struct
staterecord
*/
93
void initrecord(struct
staterecord
*);
94
void modifyrecord(struct
staterecord
*, struct recordchain *, uint64_t);
95
void pushrecord(struct
staterecord
*);
96
void poprecord(struct
staterecord
*, int);
97
void dump_staterecord(struct
staterecord
*);
103
void updateregs(struct unwind_frame *uwf, struct
staterecord
*, uint64_t)
[
all
...]
stackframe.c
629
struct
staterecord
recordstack[MAXSTATERECS];
630
struct
staterecord
recordstackcopy[MAXSTATERECS];
631
struct
staterecord
current_state;
632
struct
staterecord
*unwind_rsp, *unwind_rscp;
639
* Initialises a
staterecord
from a given template,
643
initrecord(struct
staterecord
*target)
661
* Modifies a
staterecord
structure by parsing
667
modifyrecord(struct
staterecord
*srec, struct recordchain *rchain,
868
dump_staterecord(struct
staterecord
*srec)
925
pushrecord(struct
staterecord
*srec
[
all
...]
Completed in 13 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025