Searched defs:_bfd_window_internal (Results 1 – 2 of 2) sorted by relevance
1010 struct _bfd_window_internal { struct1011 struct _bfd_window_internal *next; argument1012 void *data;1013 bfd_size_type size;1014 int refcount : 31; /* should be enough... */1015 unsigned mapped : 1; /* 1 = mmap, 0 = malloc */
1004 typedef struct _bfd_window_internal struct1006 struct _bfd_window_internal *next; argument1007 void *data;1008 bfd_size_type size;1009 int refcount : 31; /* should be enough... */1010 unsigned mapped : 1; /* 1 = mmap, 0 = malloc */