Searched refs:rdepth (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Dsysinfo.y31 static int rdepth;
177 rdepth++;
181 if (rdepth==1)
183 if (rdepth==2)
189 if (rdepth==1)
193 if (rdepth == 2) {
209 rdepth--;
257 char *p = names[rdepth];
258 char *ptr = pnames[rdepth];
267 names[rdepth], siz
[all...]
H A Dsysinfo.c100 static int rdepth; variable
1488 rdepth++;
1492 if (rdepth==1)
1494 if (rdepth==2)
1500 if (rdepth==1)
1504 if (rdepth == 2) {
1521 rdepth--;
1574 char *p = names[rdepth];
1575 char *ptr = pnames[rdepth];
1584 names[rdepth], siz
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/ia64/unwind/
H A Dstackframe.c934 uint64_t rdepth = 0; /* Offset within current region */ local
954 rdepth = procoffset - roffset;
955 if (rdepth < 0) goto out; /* Overshot Region containing procoffset. Bailout. */
965 rdepth = procoffset - roffset;
966 if (rdepth < 0) goto out; /* Overshot Region containing procoffset. Bailout. */
976 rdepth = procoffset - roffset;
977 if (rdepth < 0) goto out; /* Overshot Region containing procoffset. Bailout. */
994 modifyrecord(&current_state, &rchain[i], rdepth);
1001 modifyrecord(&current_state, &rchain[i], rlen - 1 - rdepth);

Completed in 200 milliseconds