Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.34/bfd/
H A Dlibbfd.h951 struct _bfd_window_internal { struct
952 struct _bfd_window_internal *next; argument
953 void *data;
954 bfd_size_type size;
955 int refcount : 31; /* should be enough... */
956 unsigned mapped : 1; /* 1 = mmap, 0 = malloc */
/dflybsd-src/contrib/gdb-7/bfd/
H A Dlibbfd.h893 struct _bfd_window_internal { struct
894 struct _bfd_window_internal *next; argument
895 void *data;
896 bfd_size_type size;
897 int refcount : 31; /* should be enough... */
898 unsigned mapped : 1; /* 1 = mmap, 0 = malloc */
/dflybsd-src/contrib/binutils-2.27/bfd/
H A Dlibbfd.h921 struct _bfd_window_internal { struct
922 struct _bfd_window_internal *next; argument
923 void *data;
924 bfd_size_type size;
925 int refcount : 31; /* should be enough... */
926 unsigned mapped : 1; /* 1 = mmap, 0 = malloc */