Lines Matching defs:address
58 provide an "address metric" ADDRESS_FUNCTION macro. */
112 auto char dummy; /* To get stack address. */
243 the high-address end of a stack segment. (The stack
258 long sstcpt:32; /* Pointer to task common address block. */
304 long current_address; /* Current stack segment address. */
345 i00afunc (long *address)
371 /* Discard segments that do not contain our argument address. */
380 if ((block <= address) && (address < (block + size)))
387 result = address - block;
403 /* We are done. Note that if you present a bogus address (one
405 from subtracting the address of the first block. This is probably
412 /* Stack address function for a CRAY-1, CRAY X-MP, or CRAY Y-MP.
414 given the address of the cell. The purpose of this
419 i00afunc (long address)
428 /* Register B67 contains the address of the end of the
440 one has the address of the first word of the segment.
452 contain the target address. */
454 while (!(this_segment <= address && address <= stkl))
457 fprintf (stderr, "%011o %011o %011o\n", this_segment, address, stkl);
468 result = address - this_segment;
471 you get the address of the previous stack segment's end.