Searched defs:bitmap_head (Results 1 – 2 of 2) sorted by relevance
237 struct GTY(()) bitmap_head { struct238 unsigned int indx; /* Index of last element looked at. */239 unsigned int descriptor_id; /* Unique identifier for the allocation242 bitmap_element *first; /* First element in linked list. */244 bitmap_obstack *obstack; /* Obstack to allocate elements from.
84 } bitmap_head; typedef