Home | History | Annotate | Download | only in bfd

Lines Matching defs:bitsize

1242   /* If this is a bitfield, get the bitsize.  */
1245 int bitsize;
1247 bitsize = AUX_GET_WIDTH (bigendian, &aux_ptr[indx++]);
1248 sprintf (p1, " : %d", bitsize);