Home | History | Annotate | Download | only in MISC

Lines Matching refs:block

249     long sstcpt:32;		/* Pointer to task common address block.  */
287 long extends; /* Number of block extensions. */
288 long stko_mallocs; /* Block allocations by $STKOFEN. */
309 long this_address; /* Address of this block. */
310 long this_size; /* Size of this block (does not include
314 long link; /* Address of trailer block of previous
340 long *block, size;
346 $LM00 common block, but I know that this works. */
366 block = (long *) trailer->this_address;
368 if (block == 0 || size == 0)
371 if ((block <= address) && (address < (block + size)))
378 result = address - block;
396 from subtracting the address of the first block. This is probably