OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rec_cnt
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/ia64/unwind/
stackframe.c
28
int
rec_cnt
= 0;
variable in typeref:typename:int
67
for (
rec_cnt
= 0;
68
rec_cnt
< MAXSTATERECS && (uint64_t)recptr < unwindend;
69
rec_cnt
++) {
70
nextrecp = unwind_decode_R1(recptr, &strc[
rec_cnt
].udesc);
72
region_len = strc[
rec_cnt
].udesc.R1.rlen;
73
region_type = strc[
rec_cnt
].udesc.R1.r;
74
strc[
rec_cnt
].type = R1;
79
nextrecp = unwind_decode_R2(recptr, &strc[
rec_cnt
].udesc);
81
region_len = strc[
rec_cnt
].udesc.R2.rlen
[
all
...]
stackframe.c
28
int
rec_cnt
= 0;
variable in typeref:typename:int
67
for (
rec_cnt
= 0;
68
rec_cnt
< MAXSTATERECS && (uint64_t)recptr < unwindend;
69
rec_cnt
++) {
70
nextrecp = unwind_decode_R1(recptr, &strc[
rec_cnt
].udesc);
72
region_len = strc[
rec_cnt
].udesc.R1.rlen;
73
region_type = strc[
rec_cnt
].udesc.R1.r;
74
strc[
rec_cnt
].type = R1;
79
nextrecp = unwind_decode_R2(recptr, &strc[
rec_cnt
].udesc);
81
region_len = strc[
rec_cnt
].udesc.R2.rlen
[
all
...]
Completed in 26 milliseconds
Indexes created Sun Oct 12 09:09:55 GMT 2025