Home
last modified time | relevance | path

Searched refs:staterecord (Results 1 – 2 of 2) sorted by relevance

/netbsd/sys/arch/ia64/unwind/
H A Dstackframe.h67 struct staterecord { struct
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);
106 struct staterecord *buildrecordstack(struct recordchain *, uint64_t);
H A Dstackframe.c629 struct staterecord recordstack[MAXSTATERECS];
630 struct staterecord recordstackcopy[MAXSTATERECS];
631 struct staterecord current_state;
632 struct staterecord *unwind_rsp, *unwind_rscp;
643 initrecord(struct staterecord *target) in initrecord()
868 dump_staterecord(struct staterecord *srec) in dump_staterecord()
925 pushrecord(struct staterecord *srec) in pushrecord()
932 memcpy(unwind_rsp, srec, sizeof(struct staterecord)); in pushrecord()
941 poprecord(struct staterecord *srec, int n) in poprecord()
988 struct staterecord *
[all …]