OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:unwind_rsp
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/ia64/unwind/
stackframe.c
626
* 2. Two head variables to hold the member index:
unwind_rsp
,unwind_rscp
632
struct staterecord *
unwind_rsp
, *unwind_rscp;
variable in typeref:struct:staterecord *
927
if(
unwind_rsp
>= recordstack + MAXSTATERECS) {
932
memcpy(
unwind_rsp
, srec, sizeof(struct staterecord));
933
unwind_rsp
++;
943
if(
unwind_rsp
== recordstack) {
947
unwind_rsp
-= n;
948
memcpy(srec,
unwind_rsp
, sizeof(struct staterecord));
950
memset(
unwind_rsp
, 0, sizeof(struct staterecord) * n);
962
(
unwind_rsp
- recordstack) * sizeof(struct staterecord))
[
all
...]
Completed in 13 milliseconds
Indexes created Sun Oct 12 20:09:57 GMT 2025