Searched refs:abfd (Results 1 - 25 of 1799) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/binutils.old/dist/bfd/hosts/
H A Dalphalinux.h24 #define TRAD_UNIX_CORE_FILE_FAILING_SIGNAL(abfd) \
25 ((abfd)->tdata.trad_core_data->u.signal)
H A Dm68klinux.h24 #define TRAD_UNIX_CORE_FILE_FAILING_SIGNAL(abfd) \
25 ((abfd)->tdata.trad_core_data->u.signal)
H A Di386sco.h27 #define TRAD_UNIX_CORE_FILE_FAILING_SIGNAL(abfd) \
28 ((core_upage(abfd)->u_sysabort != 0) \
29 ? core_upage(abfd)->u_sysabort \
/netbsd-current/external/gpl3/binutils/dist/bfd/hosts/
H A Dalphalinux.h24 #define TRAD_UNIX_CORE_FILE_FAILING_SIGNAL(abfd) \
25 ((abfd)->tdata.trad_core_data->u.signal)
H A Dm68klinux.h24 #define TRAD_UNIX_CORE_FILE_FAILING_SIGNAL(abfd) \
25 ((abfd)->tdata.trad_core_data->u.signal)
H A Di386sco.h27 #define TRAD_UNIX_CORE_FILE_FAILING_SIGNAL(abfd) \
28 ((core_upage(abfd)->u_sysabort != 0) \
29 ? core_upage(abfd)->u_sysabort \
/netbsd-current/external/gpl3/gdb.old/dist/bfd/hosts/
H A Dalphalinux.h24 #define TRAD_UNIX_CORE_FILE_FAILING_SIGNAL(abfd) \
25 ((abfd)->tdata.trad_core_data->u.signal)
H A Dm68klinux.h24 #define TRAD_UNIX_CORE_FILE_FAILING_SIGNAL(abfd) \
25 ((abfd)->tdata.trad_core_data->u.signal)
H A Di386sco.h27 #define TRAD_UNIX_CORE_FILE_FAILING_SIGNAL(abfd) \
28 ((core_upage(abfd)->u_sysabort != 0) \
29 ? core_upage(abfd)->u_sysabort \
/netbsd-current/external/gpl3/gdb/dist/bfd/hosts/
H A Dm68klinux.h24 #define TRAD_UNIX_CORE_FILE_FAILING_SIGNAL(abfd) \
25 ((abfd)->tdata.trad_core_data->u.signal)
H A Dalphalinux.h24 #define TRAD_UNIX_CORE_FILE_FAILING_SIGNAL(abfd) \
25 ((abfd)->tdata.trad_core_data->u.signal)
H A Di386sco.h27 #define TRAD_UNIX_CORE_FILE_FAILING_SIGNAL(abfd) \
28 ((core_upage(abfd)->u_sysabort != 0) \
29 ? core_upage(abfd)->u_sysabort \
/netbsd-current/external/gpl3/gdb.old/dist/gdb/dwarf2/
H A Dleb.h33 read_1_byte (bfd *abfd, const gdb_byte *buf) argument
35 return bfd_get_8 (abfd, buf);
39 read_1_signed_byte (bfd *abfd, const gdb_byte *buf) argument
41 return bfd_get_signed_8 (abfd, buf);
45 read_2_bytes (bfd *abfd, const gdb_byte *buf) argument
47 return bfd_get_16 (abfd, buf);
51 read_2_signed_bytes (bfd *abfd, const gdb_byte *buf) argument
53 return bfd_get_signed_16 (abfd, buf);
58 read_3_bytes (bfd *abfd, const gdb_byte *buf) argument
63 unsigned char byte = bfd_get_8 (abfd, bu
71 read_4_bytes(bfd *abfd, const gdb_byte *buf) argument
77 read_4_signed_bytes(bfd *abfd, const gdb_byte *buf) argument
83 read_8_bytes(bfd *abfd, const gdb_byte *buf) argument
138 read_n_bytes(bfd *abfd, const gdb_byte *buf, unsigned int size) argument
148 read_direct_string(bfd *abfd, const gdb_byte *buf, unsigned int *bytes_read_ptr) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dleb.h33 read_1_byte (bfd *abfd, const gdb_byte *buf) argument
35 return bfd_get_8 (abfd, buf);
39 read_1_signed_byte (bfd *abfd, const gdb_byte *buf) argument
41 return bfd_get_signed_8 (abfd, buf);
45 read_2_bytes (bfd *abfd, const gdb_byte *buf) argument
47 return bfd_get_16 (abfd, buf);
51 read_2_signed_bytes (bfd *abfd, const gdb_byte *buf) argument
53 return bfd_get_signed_16 (abfd, buf);
58 read_3_bytes (bfd *abfd, const gdb_byte *buf) argument
60 return bfd_get_24 (abfd, bu
64 read_4_bytes(bfd *abfd, const gdb_byte *buf) argument
70 read_4_signed_bytes(bfd *abfd, const gdb_byte *buf) argument
76 read_8_bytes(bfd *abfd, const gdb_byte *buf) argument
131 read_n_bytes(bfd *abfd, const gdb_byte *buf, unsigned int size) argument
141 read_direct_string(bfd *abfd, const gdb_byte *buf, unsigned int *bytes_read_ptr) argument
[all...]
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dformat.c58 bool bfd_check_format (bfd *abfd, bfd_format format);
61 Verify if the file attached to the BFD @var{abfd} is compatible
92 bfd_check_format (bfd *abfd, bfd_format format) argument
94 return bfd_check_format_matches (abfd, format, NULL);
122 bfd_preserve_save (bfd *abfd, struct bfd_preserve *preserve, argument
125 preserve->tdata = abfd->tdata.any;
126 preserve->arch_info = abfd->arch_info;
127 preserve->flags = abfd->flags;
128 preserve->sections = abfd->sections;
129 preserve->section_last = abfd
146 bfd_reinit(bfd *abfd, unsigned int section_id, bfd_cleanup cleanup) argument
161 bfd_preserve_restore(bfd *abfd, struct bfd_preserve *preserve) argument
226 bfd_check_format_matches(bfd *abfd, bfd_format format, char ***matching) argument
571 bfd_set_format(bfd *abfd, bfd_format format) argument
[all...]
H A Dbfdio.c195 . file_ptr (*bread) (struct bfd *abfd, void *ptr, file_ptr nbytes);
196 . file_ptr (*bwrite) (struct bfd *abfd, const void *ptr,
200 . file_ptr (*btell) (struct bfd *abfd);
203 . int (*bseek) (struct bfd *abfd, file_ptr offset, int whence);
204 . int (*bclose) (struct bfd *abfd);
205 . int (*bflush) (struct bfd *abfd);
206 . int (*bstat) (struct bfd *abfd, struct stat *sb);
213 . void *(*bmmap) (struct bfd *abfd, void *addr, bfd_size_type len,
226 bfd_bread (void *ptr, bfd_size_type size, bfd *abfd) argument
229 bfd *element_bfd = abfd;
271 bfd_bwrite(const void *ptr, bfd_size_type size, bfd *abfd) argument
299 bfd_tell(bfd *abfd) argument
321 bfd_flush(bfd *abfd) argument
336 bfd_stat(bfd *abfd, struct stat *statbuf) argument
360 bfd_seek(bfd *abfd, file_ptr position, int direction) argument
427 bfd_get_mtime(bfd *abfd) argument
477 bfd_get_size(bfd *abfd) argument
515 bfd_get_file_size(bfd *abfd) argument
559 bfd_mmap(bfd *abfd, void *addr, bfd_size_type len, int prot, int flags, file_ptr offset, void **map_addr, bfd_size_type *map_len) argument
584 memory_bread(bfd *abfd, void *ptr, file_ptr size) argument
604 memory_bwrite(bfd *abfd, const void *ptr, file_ptr size) argument
633 memory_btell(bfd *abfd) argument
639 memory_bseek(bfd *abfd, file_ptr position, int direction) argument
693 memory_bclose(struct bfd *abfd) argument
711 memory_bstat(bfd *abfd, struct stat *statbuf) argument
[all...]
H A Dcache.c129 insert (bfd *abfd) argument
133 abfd->lru_next = abfd;
134 abfd->lru_prev = abfd;
138 abfd->lru_next = bfd_last_cache;
139 abfd->lru_prev = bfd_last_cache->lru_prev;
140 abfd->lru_prev->lru_next = abfd;
141 abfd
149 snip(bfd *abfd) argument
164 bfd_cache_delete(bfd *abfd) argument
237 bfd_cache_lookup_worker(bfd *abfd, enum cache_flag flag) argument
277 cache_btell(struct bfd *abfd) argument
286 cache_bseek(struct bfd *abfd, file_ptr offset, int whence) argument
337 cache_bread(struct bfd *abfd, void *buf, file_ptr nbytes) argument
379 cache_bwrite(struct bfd *abfd, const void *from, file_ptr nbytes) argument
396 cache_bclose(struct bfd *abfd) argument
402 cache_bflush(struct bfd *abfd) argument
416 cache_bstat(struct bfd *abfd, struct stat *sb) argument
495 bfd_cache_init(bfd *abfd) argument
526 bfd_cache_close(bfd *abfd) argument
581 bfd_open_file(bfd *abfd) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dformat.c58 bfd_boolean bfd_check_format (bfd *abfd, bfd_format format);
61 Verify if the file attached to the BFD @var{abfd} is compatible
92 bfd_check_format (bfd *abfd, bfd_format format) argument
94 return bfd_check_format_matches (abfd, format, NULL);
122 bfd_preserve_save (bfd *abfd, struct bfd_preserve *preserve, argument
125 preserve->tdata = abfd->tdata.any;
126 preserve->arch_info = abfd->arch_info;
127 preserve->flags = abfd->flags;
128 preserve->sections = abfd->sections;
129 preserve->section_last = abfd
146 bfd_reinit(bfd *abfd, unsigned int section_id, bfd_cleanup cleanup) argument
160 bfd_preserve_restore(bfd *abfd, struct bfd_preserve *preserve) argument
225 bfd_check_format_matches(bfd *abfd, bfd_format format, char ***matching) argument
570 bfd_set_format(bfd *abfd, bfd_format format) argument
[all...]
H A Dbfdio.c170 . file_ptr (*bread) (struct bfd *abfd, void *ptr, file_ptr nbytes);
171 . file_ptr (*bwrite) (struct bfd *abfd, const void *ptr,
175 . file_ptr (*btell) (struct bfd *abfd);
178 . int (*bseek) (struct bfd *abfd, file_ptr offset, int whence);
179 . int (*bclose) (struct bfd *abfd);
180 . int (*bflush) (struct bfd *abfd);
181 . int (*bstat) (struct bfd *abfd, struct stat *sb);
188 . void *(*bmmap) (struct bfd *abfd, void *addr, bfd_size_type len,
201 bfd_bread (void *ptr, bfd_size_type size, bfd *abfd) argument
204 bfd *element_bfd = abfd;
244 bfd_bwrite(const void *ptr, bfd_size_type size, bfd *abfd) argument
272 bfd_tell(bfd *abfd) argument
294 bfd_flush(bfd *abfd) argument
309 bfd_stat(bfd *abfd, struct stat *statbuf) argument
333 bfd_seek(bfd *abfd, file_ptr position, int direction) argument
400 bfd_get_mtime(bfd *abfd) argument
450 bfd_get_size(bfd *abfd) argument
488 bfd_get_file_size(bfd *abfd) argument
532 bfd_mmap(bfd *abfd, void *addr, bfd_size_type len, int prot, int flags, file_ptr offset, void **map_addr, bfd_size_type *map_len) argument
557 memory_bread(bfd *abfd, void *ptr, file_ptr size) argument
577 memory_bwrite(bfd *abfd, const void *ptr, file_ptr size) argument
606 memory_btell(bfd *abfd) argument
612 memory_bseek(bfd *abfd, file_ptr position, int direction) argument
666 memory_bclose(struct bfd *abfd) argument
684 memory_bstat(bfd *abfd, struct stat *statbuf) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dbfdio.c199 . file_ptr (*bread) (struct bfd *abfd, void *ptr, file_ptr nbytes);
200 . file_ptr (*bwrite) (struct bfd *abfd, const void *ptr,
204 . file_ptr (*btell) (struct bfd *abfd);
207 . int (*bseek) (struct bfd *abfd, file_ptr offset, int whence);
208 . int (*bclose) (struct bfd *abfd);
209 . int (*bflush) (struct bfd *abfd);
210 . int (*bstat) (struct bfd *abfd, struct stat *sb);
217 . void *(*bmmap) (struct bfd *abfd, void *addr, bfd_size_type len,
230 bfd_bread (void *ptr, bfd_size_type size, bfd *abfd) argument
233 bfd *element_bfd = abfd;
275 bfd_bwrite(const void *ptr, bfd_size_type size, bfd *abfd) argument
303 bfd_tell(bfd *abfd) argument
325 bfd_flush(bfd *abfd) argument
340 bfd_stat(bfd *abfd, struct stat *statbuf) argument
364 bfd_seek(bfd *abfd, file_ptr position, int direction) argument
431 bfd_get_mtime(bfd *abfd) argument
481 bfd_get_size(bfd *abfd) argument
519 bfd_get_file_size(bfd *abfd) argument
563 bfd_mmap(bfd *abfd, void *addr, bfd_size_type len, int prot, int flags, file_ptr offset, void **map_addr, bfd_size_type *map_len) argument
588 memory_bread(bfd *abfd, void *ptr, file_ptr size) argument
608 memory_bwrite(bfd *abfd, const void *ptr, file_ptr size) argument
637 memory_btell(bfd *abfd) argument
643 memory_bseek(bfd *abfd, file_ptr position, int direction) argument
697 memory_bclose(struct bfd *abfd) argument
715 memory_bstat(bfd *abfd, struct stat *statbuf) argument
[all...]
H A Dcache.c129 insert (bfd *abfd) argument
133 abfd->lru_next = abfd;
134 abfd->lru_prev = abfd;
138 abfd->lru_next = bfd_last_cache;
139 abfd->lru_prev = bfd_last_cache->lru_prev;
140 abfd->lru_prev->lru_next = abfd;
141 abfd
149 snip(bfd *abfd) argument
164 bfd_cache_delete(bfd *abfd) argument
238 bfd_cache_lookup_worker(bfd *abfd, enum cache_flag flag) argument
281 cache_btell(struct bfd *abfd) argument
290 cache_bseek(struct bfd *abfd, file_ptr offset, int whence) argument
341 cache_bread(struct bfd *abfd, void *buf, file_ptr nbytes) argument
383 cache_bwrite(struct bfd *abfd, const void *from, file_ptr nbytes) argument
400 cache_bclose(struct bfd *abfd) argument
406 cache_bflush(struct bfd *abfd) argument
420 cache_bstat(struct bfd *abfd, struct stat *sb) argument
499 bfd_cache_init(bfd *abfd) argument
530 bfd_cache_close(bfd *abfd) argument
585 bfd_open_file(bfd *abfd) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dxcoffread.h24 extern int xcoff_get_n_import_files (bfd *abfd);
H A Di386-fbsd-tdep.h24 extern uint64_t i386fbsd_core_read_xcr0 (bfd *abfd);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dxcoffread.h24 extern int xcoff_get_n_import_files (bfd *abfd);
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dcache.c129 insert (bfd *abfd) argument
133 abfd->lru_next = abfd;
134 abfd->lru_prev = abfd;
138 abfd->lru_next = bfd_last_cache;
139 abfd->lru_prev = bfd_last_cache->lru_prev;
140 abfd->lru_prev->lru_next = abfd;
141 abfd
149 snip(bfd *abfd) argument
164 bfd_cache_delete(bfd *abfd) argument
237 bfd_cache_lookup_worker(bfd *abfd, enum cache_flag flag) argument
277 cache_btell(struct bfd *abfd) argument
286 cache_bseek(struct bfd *abfd, file_ptr offset, int whence) argument
337 cache_bread(struct bfd *abfd, void *buf, file_ptr nbytes) argument
379 cache_bwrite(struct bfd *abfd, const void *from, file_ptr nbytes) argument
396 cache_bclose(struct bfd *abfd) argument
402 cache_bflush(struct bfd *abfd) argument
416 cache_bstat(struct bfd *abfd, struct stat *sb) argument
495 bfd_cache_init(bfd *abfd) argument
526 bfd_cache_close(bfd *abfd) argument
581 bfd_open_file(bfd *abfd) argument
[all...]

Completed in 401 milliseconds

1234567891011>>