Searched defs:_bfd_window_internal (Results 1 – 3 of 3) sorted by relevance
951 struct _bfd_window_internal { struct952 struct _bfd_window_internal *next; argument953 void *data;954 bfd_size_type size;955 int refcount : 31; /* should be enough... */956 unsigned mapped : 1; /* 1 = mmap, 0 = malloc */
893 struct _bfd_window_internal { struct894 struct _bfd_window_internal *next; argument895 void *data;896 bfd_size_type size;897 int refcount : 31; /* should be enough... */898 unsigned mapped : 1; /* 1 = mmap, 0 = malloc */
921 struct _bfd_window_internal { struct922 struct _bfd_window_internal *next; argument923 void *data;924 bfd_size_type size;925 int refcount : 31; /* should be enough... */926 unsigned mapped : 1; /* 1 = mmap, 0 = malloc */