Home
last modified time | relevance | path

Searched defs:_bfd_window_internal (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dlibbfd.h1010 struct _bfd_window_internal { struct
1011 struct _bfd_window_internal *next; argument
1012 void *data;
1013 bfd_size_type size;
1014 int refcount : 31; /* should be enough... */
1015 unsigned mapped : 1; /* 1 = mmap, 0 = malloc */
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dlibbfd.h1004 typedef struct _bfd_window_internal struct
1006 struct _bfd_window_internal *next; argument
1007 void *data;
1008 bfd_size_type size;
1009 int refcount : 31; /* should be enough... */
1010 unsigned mapped : 1; /* 1 = mmap, 0 = malloc */