Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dalloca.c431 long stkl = 0; in i00afunc() local
446 stkl = CRAY_STACKSEG_END (); in i00afunc()
447 ssptr = (struct stack_segment_linkage *) stkl; in i00afunc()
458 this_segment = stkl - size; in i00afunc()
464 while (!(this_segment <= address && address <= stkl)) in i00afunc()
467 fprintf (stderr, "%011o %011o %011o\n", this_segment, address, stkl); in i00afunc()
471 stkl = stkl - pseg; in i00afunc()
472 ssptr = (struct stack_segment_linkage *) stkl; in i00afunc()
475 this_segment = stkl - size; in i00afunc()
490 stkl = stkl - pseg; in i00afunc()
[all …]