util.str 217 B

1234567891011
  1. struct localvar {
  2. struct localvar *next;
  3. arith t_offset; /* offset from LocalBase */
  4. arith t_size;
  5. int t_align;
  6. int t_regtype;
  7. int t_count;
  8. int t_sc; /* storage class */
  9. };
  10. /* ALLOCDEF "localvar" 10 */