Searched defs:_bfd_window_internal (Results 1 – 1 of 1) sorted by relevance
884 struct _bfd_window_internal { struct885 struct _bfd_window_internal *next; argument886 void *data;887 bfd_size_type size;888 int refcount : 31; /* should be enough... */889 unsigned mapped : 1; /* 1 = mmap, 0 = malloc */