Home | History | Annotate | Download | only in make-3.81

Lines Matching refs:address

61    provide an "address metric" ADDRESS_FUNCTION macro.  */
119 static char *addr = NULL; /* Address of first `dummy', once known. */
120 auto char dummy; /* To get stack address. */
218 /* Address of header. */
253 the high-address end of a stack segment. (The stack
268 long sstcpt:32; /* Pointer to task common address block. */
314 long current_address; /* Current stack segment address. */
318 long initial_address; /* Address of initial segment. */
328 long this_address; /* Address of this block. */
333 long link; /* Address of trailer block of previous
351 /* Determine a "stack measure" for an arbitrary ADDRESS.
355 i00afunc (long *address)
381 /* Discard segments that do not contain our argument address. */
390 if ((block <= address) && (address < (block + size)))
397 result = address - block;
413 /* We are done. Note that if you present a bogus address (one
415 from subtracting the address of the first block. This is probably
422 /* Stack address function for a CRAY-1, CRAY X-MP, or CRAY Y-MP.
424 given the address of the cell. The purpose of this
429 i00afunc (long address)
438 /* Register B67 contains the address of the end of the
450 one has the address of the first word of the segment.
462 contain the target address. */
464 while (!(this_segment <= address && address <= stkl))
467 fprintf (stderr, "%011o %011o %011o\n", this_segment, address, stkl);
478 result = address - this_segment;
481 you get the address of the previous stack segment's end.