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

Lines Matching defs:trailer

317 				   include the fifteen word trailer area.  */
330 this trailer). */
333 long link; /* Address of trailer block of previous
358 struct stk_trailer *trailer;
371 trailer = (struct stk_trailer *) (status.current_address
376 a fatal error if "trailer" is null. */
378 if (trailer == 0)
383 while (trailer != 0)
385 block = (long *) trailer->this_address;
386 size = trailer->this_size;
389 trailer = (struct stk_trailer *) trailer->link;
399 if (trailer == 0)
406 if (trailer->this_size <= 0)
408 result += trailer->this_size;
409 trailer = (struct stk_trailer *) trailer->link;
411 while (trailer != 0);