Searched defs:trailer (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dalloca.c303 include the fifteen word trailer area. */
316 this trailer). */
319 long link; /* Address of trailer block of previous
344 struct stk_trailer *trailer; local
357 trailer = (struct stk_trailer *) (status.current_address
362 a fatal error if "trailer" is null. */
364 if (trailer == 0)
369 while (trailer != 0)
371 block = (long *) trailer->this_address;
372 size = trailer
[all...]

Completed in 59 milliseconds