Searched defs:_bfd_window_internal (Results 1 – 1 of 1) sorted by relevance
771 struct _bfd_window_internal { struct772 struct _bfd_window_internal *next; argument773 void *data;774 bfd_size_type size;775 int refcount : 31; /* should be enough... */776 unsigned mapped : 1; /* 1 = mmap, 0 = malloc */