HomeSort by: relevance | last modified time | path
    Searched defs:stackargs (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/libc/arch/x86_64/gen/
makecontext.c 53 int stackargs, i; local in function:makecontext
55 stackargs = argc - 6;
67 if (stackargs > 0)
68 sp -= stackargs;
91 while (stackargs-- > 0) {
makecontext.c 53 int stackargs, i; local in function:makecontext
55 stackargs = argc - 6;
67 if (stackargs > 0)
68 sp -= stackargs;
91 while (stackargs-- > 0) {
makecontext.c 53 int stackargs, i; local in function:makecontext
55 stackargs = argc - 6;
67 if (stackargs > 0)
68 sp -= stackargs;
91 while (stackargs-- > 0) {
makecontext.c 53 int stackargs, i; local in function:makecontext
55 stackargs = argc - 6;
67 if (stackargs > 0)
68 sp -= stackargs;
91 while (stackargs-- > 0) {
makecontext.c 53 int stackargs, i; local in function:makecontext
55 stackargs = argc - 6;
67 if (stackargs > 0)
68 sp -= stackargs;
91 while (stackargs-- > 0) {

Completed in 155 milliseconds