Home | History | Annotate | Download | only in lib

Lines Matching refs:block

256     long sstcpt:32;		/* Pointer to task common address block.  */
294 long extends; /* Number of block extensions. */
295 long stko_mallocs; /* Block allocations by $STKOFEN. */
316 long this_address; /* Address of this block. */
317 long this_size; /* Size of this block (does not include
321 long link; /* Address of trailer block of previous
347 long *block, size;
353 $LM00 common block, but I know that this works. */
373 block = (long *) trailer->this_address;
375 if (block == 0 || size == 0)
378 if ((block <= address) && (address < (block + size)))
385 result = address - block;
403 from subtracting the address of the first block. This is probably