Home
last modified time | relevance | path

Searched defs:abfd (Results 1 – 25 of 273) sorted by relevance

1234567891011

/dflybsd-src/contrib/binutils-2.34/bfd/
H A Delf.c65 _bfd_elf_swap_verdef_in (bfd *abfd, in _bfd_elf_swap_verdef_in()
81 _bfd_elf_swap_verdef_out (bfd *abfd, in _bfd_elf_swap_verdef_out()
97 _bfd_elf_swap_verdaux_in (bfd *abfd, in _bfd_elf_swap_verdaux_in()
108 _bfd_elf_swap_verdaux_out (bfd *abfd, in _bfd_elf_swap_verdaux_out()
119 _bfd_elf_swap_verneed_in (bfd *abfd, in _bfd_elf_swap_verneed_in()
133 _bfd_elf_swap_verneed_out (bfd *abfd, in _bfd_elf_swap_verneed_out()
147 _bfd_elf_swap_vernaux_in (bfd *abfd, in _bfd_elf_swap_vernaux_in()
161 _bfd_elf_swap_vernaux_out (bfd *abfd, in _bfd_elf_swap_vernaux_out()
175 _bfd_elf_swap_versym_in (bfd *abfd, in _bfd_elf_swap_versym_in()
185 _bfd_elf_swap_versym_out (bfd *abfd, in _bfd_elf_swap_versym_out()
[all …]
H A Dbfdio.c177 bfd_bread (void *ptr, bfd_size_type size, bfd *abfd) in bfd_bread()
219 bfd_bwrite (const void *ptr, bfd_size_type size, bfd *abfd) in bfd_bwrite()
247 bfd_tell (bfd *abfd) in bfd_tell()
268 bfd_flush (bfd *abfd) in bfd_flush()
283 bfd_stat (bfd *abfd, struct stat *statbuf) in bfd_stat()
307 bfd_seek (bfd *abfd, file_ptr position, int direction) in bfd_seek()
373 bfd_get_mtime (bfd *abfd) in bfd_get_mtime()
421 bfd_get_size (bfd *abfd) in bfd_get_size()
446 bfd_get_file_size (bfd *abfd) in bfd_get_file_size()
472 bfd_mmap (bfd *abfd, void *addr, bfd_size_type len, in bfd_mmap()
[all …]
H A Dcache.c129 insert (bfd *abfd) in insert()
149 snip (bfd *abfd) in snip()
164 bfd_cache_delete (bfd *abfd) in bfd_cache_delete()
237 bfd_cache_lookup_worker (bfd *abfd, enum cache_flag flag) in bfd_cache_lookup_worker()
277 cache_btell (struct bfd *abfd) in cache_btell()
286 cache_bseek (struct bfd *abfd, file_ptr offset, int whence) in cache_bseek()
337 cache_bread (struct bfd *abfd, void *buf, file_ptr nbytes) in cache_bread()
379 cache_bwrite (struct bfd *abfd, const void *from, file_ptr nbytes) in cache_bwrite()
396 cache_bclose (struct bfd *abfd) in cache_bclose()
402 cache_bflush (struct bfd *abfd) in cache_bflush()
[all …]
H A Dsection.c799 _bfd_generic_new_section_hook (bfd *abfd, asection *newsect) in _bfd_generic_new_section_hook()
819 bfd_section_init (bfd *abfd, asection *newsect) in bfd_section_init()
857 bfd_section_list_clear (bfd *abfd) in bfd_section_list_clear()
880 bfd_get_section_by_name (bfd *abfd, const char *name) in bfd_get_section_by_name()
951 bfd_get_linker_section (bfd *abfd, const char *name) in bfd_get_linker_section()
985 bfd_get_section_by_name_if (bfd *abfd, const char *name, in bfd_get_section_by_name_if() argument
1025 bfd_get_unique_section_name (bfd *abfd, const char *templat, int *count) in bfd_get_unique_section_name()
1080 bfd_make_section_old_way (bfd *abfd, const char *name) in bfd_make_section_old_way()
1145 bfd_make_section_anyway_with_flags (bfd *abfd, const char *name, in bfd_make_section_anyway_with_flags()
1202 bfd_make_section_anyway (bfd *abfd, const char *name) in bfd_make_section_anyway()
[all …]
H A Dopncls.c121 _bfd_delete_bfd (bfd *abfd) in _bfd_delete_bfd()
138 _bfd_free_cached_info (bfd *abfd) in _bfd_free_cached_info()
494 opncls_btell (struct bfd *abfd) in opncls_btell()
501 opncls_bseek (struct bfd *abfd, file_ptr offset, int whence) in opncls_bseek()
514 opncls_bread (struct bfd *abfd, void *buf, file_ptr nbytes) in opncls_bread()
534 opncls_bclose (struct bfd *abfd) in opncls_bclose()
554 opncls_bstat (struct bfd *abfd, struct stat *sb) in opncls_bstat()
703 _maybe_make_executable (bfd * abfd) in _maybe_make_executable()
751 bfd_close (bfd *abfd) in bfd_close()
785 bfd_close_all_done (bfd *abfd) in bfd_close_all_done()
[all …]
H A Darchures.c792 bfd_printable_name (bfd *abfd) in bfd_printable_name()
898 bfd_arch_get_compatible (const bfd *abfd, in bfd_arch_get_compatible()
960 bfd_set_arch_info (bfd *abfd, const bfd_arch_info_type *arg) in bfd_set_arch_info()
981 bfd_default_set_arch_mach (bfd *abfd, in bfd_default_set_arch_mach()
1007 bfd_get_arch (const bfd *abfd) in bfd_get_arch()
1025 bfd_get_mach (const bfd *abfd) in bfd_get_mach()
1043 bfd_arch_bits_per_byte (const bfd *abfd) in bfd_arch_bits_per_byte()
1061 bfd_arch_bits_per_address (const bfd *abfd) in bfd_arch_bits_per_address()
1314 bfd_get_arch_info (bfd *abfd) in bfd_get_arch_info()
1393 bfd_octets_per_byte (const bfd *abfd, const asection *sec) in bfd_octets_per_byte()
[all …]
H A Dsrec.c193 srec_mkobject (bfd *abfd) in srec_mkobject()
218 srec_get_byte (bfd *abfd, bfd_boolean *errorptr) in srec_get_byte()
237 srec_bad_byte (bfd *abfd, in srec_bad_byte()
269 srec_new_symbol (bfd *abfd, const char *name, bfd_vma val) in srec_new_symbol()
296 srec_scan (bfd *abfd) in srec_scan()
650 srec_object_p (bfd *abfd) in srec_object_p()
685 symbolsrec_object_p (bfd *abfd) in symbolsrec_object_p()
720 srec_read_section (bfd *abfd, asection *section, bfd_byte *contents) in srec_read_section()
834 srec_get_section_contents (bfd *abfd, in srec_get_section_contents()
870 srec_set_arch_mach (bfd *abfd, enum bfd_architecture arch, unsigned long mach) in srec_set_arch_mach()
[all …]
H A Dcoffgen.c50 make_a_section_from_file (bfd *abfd, in make_a_section_from_file()
234 coff_real_object_p (bfd *abfd, in coff_real_object_p()
326 coff_object_p (bfd *abfd) in coff_object_p()
398 coff_section_from_bfd_index (bfd *abfd, int section_index) in coff_section_from_bfd_index()
424 coff_get_symtab_upper_bound (bfd *abfd) in coff_get_symtab_upper_bound()
435 coff_canonicalize_symtab (bfd *abfd, asymbol **alocation) in coff_canonicalize_symtab()
458 _bfd_coff_internal_syment_name (bfd *abfd, in _bfd_coff_internal_syment_name()
502 _bfd_coff_read_internal_relocs (bfd *abfd, in _bfd_coff_read_internal_relocs()
594 coff_count_linenumbers (bfd *abfd) in coff_count_linenumbers()
652 fixup_symbol_value (bfd *abfd, in fixup_symbol_value()
[all …]
/dflybsd-src/contrib/binutils-2.27/bfd/
H A Dcache.c130 insert (bfd *abfd) in insert()
150 snip (bfd *abfd) in snip()
165 bfd_cache_delete (bfd *abfd) in bfd_cache_delete()
238 bfd_cache_lookup_worker (bfd *abfd, enum cache_flag flag) in bfd_cache_lookup_worker()
277 cache_btell (struct bfd *abfd) in cache_btell()
286 cache_bseek (struct bfd *abfd, file_ptr offset, int whence) in cache_bseek()
302 cache_bread_1 (struct bfd *abfd, void *buf, file_ptr nbytes) in cache_bread_1()
353 cache_bread (struct bfd *abfd, void *buf, file_ptr nbytes) in cache_bread()
390 cache_bwrite (struct bfd *abfd, const void *where, file_ptr nbytes) in cache_bwrite()
407 cache_bclose (struct bfd *abfd) in cache_bclose()
[all …]
H A Delf.c66 _bfd_elf_swap_verdef_in (bfd *abfd, in _bfd_elf_swap_verdef_in()
82 _bfd_elf_swap_verdef_out (bfd *abfd, in _bfd_elf_swap_verdef_out()
98 _bfd_elf_swap_verdaux_in (bfd *abfd, in _bfd_elf_swap_verdaux_in()
109 _bfd_elf_swap_verdaux_out (bfd *abfd, in _bfd_elf_swap_verdaux_out()
120 _bfd_elf_swap_verneed_in (bfd *abfd, in _bfd_elf_swap_verneed_in()
134 _bfd_elf_swap_verneed_out (bfd *abfd, in _bfd_elf_swap_verneed_out()
148 _bfd_elf_swap_vernaux_in (bfd *abfd, in _bfd_elf_swap_vernaux_in()
162 _bfd_elf_swap_vernaux_out (bfd *abfd, in _bfd_elf_swap_vernaux_out()
176 _bfd_elf_swap_versym_in (bfd *abfd, in _bfd_elf_swap_versym_in()
186 _bfd_elf_swap_versym_out (bfd *abfd, in _bfd_elf_swap_versym_out()
[all …]
H A Dsection.c812 _bfd_generic_new_section_hook (bfd *abfd, asection *newsect) in _bfd_generic_new_section_hook()
832 bfd_section_init (bfd *abfd, asection *newsect) in bfd_section_init()
870 bfd_section_list_clear (bfd *abfd) in bfd_section_list_clear()
893 bfd_get_section_by_name (bfd *abfd, const char *name) in bfd_get_section_by_name()
964 bfd_get_linker_section (bfd *abfd, const char *name) in bfd_get_linker_section()
998 bfd_get_section_by_name_if (bfd *abfd, const char *name, in bfd_get_section_by_name_if() argument
1038 bfd_get_unique_section_name (bfd *abfd, const char *templat, int *count) in bfd_get_unique_section_name()
1093 bfd_make_section_old_way (bfd *abfd, const char *name) in bfd_make_section_old_way()
1158 bfd_make_section_anyway_with_flags (bfd *abfd, const char *name, in bfd_make_section_anyway_with_flags()
1215 bfd_make_section_anyway (bfd *abfd, const char *name) in bfd_make_section_anyway()
[all …]
H A Dbfdio.c177 bfd_bread (void *ptr, bfd_size_type size, bfd *abfd) in bfd_bread()
206 bfd_bwrite (const void *ptr, bfd_size_type size, bfd *abfd) in bfd_bwrite()
228 bfd_tell (bfd *abfd) in bfd_tell()
252 bfd_flush (bfd *abfd) in bfd_flush()
262 bfd_stat (bfd *abfd, struct stat *statbuf) in bfd_stat()
280 bfd_seek (bfd *abfd, file_ptr position, int direction) in bfd_seek()
373 bfd_get_mtime (bfd *abfd) in bfd_get_mtime()
424 bfd_get_size (bfd *abfd) in bfd_get_size()
455 bfd_mmap (bfd *abfd, void *addr, bfd_size_type len, in bfd_mmap()
471 memory_bread (bfd *abfd, void *ptr, file_ptr size) in memory_bread()
[all …]
H A Dopncls.c120 _bfd_delete_bfd (bfd *abfd) in _bfd_delete_bfd()
137 _bfd_free_cached_info (bfd *abfd) in _bfd_free_cached_info()
480 opncls_btell (struct bfd *abfd) in opncls_btell()
487 opncls_bseek (struct bfd *abfd, file_ptr offset, int whence) in opncls_bseek()
500 opncls_bread (struct bfd *abfd, void *buf, file_ptr nbytes) in opncls_bread()
519 opncls_bclose (struct bfd *abfd) in opncls_bclose()
538 opncls_bstat (struct bfd *abfd, struct stat *sb) in opncls_bstat()
676 _maybe_make_executable (bfd * abfd) in _maybe_make_executable()
727 bfd_close (bfd *abfd) in bfd_close()
773 bfd_close_all_done (bfd *abfd) in bfd_close_all_done()
[all …]
H A Darchures.c765 bfd_printable_name (bfd *abfd) in bfd_printable_name()
871 bfd_arch_get_compatible (const bfd *abfd, in bfd_arch_get_compatible()
931 bfd_set_arch_info (bfd *abfd, const bfd_arch_info_type *arg) in bfd_set_arch_info()
952 bfd_default_set_arch_mach (bfd *abfd, in bfd_default_set_arch_mach()
978 bfd_get_arch (bfd *abfd) in bfd_get_arch()
996 bfd_get_mach (bfd *abfd) in bfd_get_mach()
1014 bfd_arch_bits_per_byte (bfd *abfd) in bfd_arch_bits_per_byte()
1032 bfd_arch_bits_per_address (bfd *abfd) in bfd_arch_bits_per_address()
1302 bfd_get_arch_info (bfd *abfd) in bfd_get_arch_info()
1380 bfd_octets_per_byte (bfd *abfd) in bfd_octets_per_byte()
H A Dcoffgen.c49 make_a_section_from_file (bfd *abfd, in make_a_section_from_file()
231 coff_real_object_p (bfd *abfd, in coff_real_object_p()
317 coff_object_p (bfd *abfd) in coff_object_p()
389 coff_section_from_bfd_index (bfd *abfd, int section_index) in coff_section_from_bfd_index()
415 coff_get_symtab_upper_bound (bfd *abfd) in coff_get_symtab_upper_bound()
426 coff_canonicalize_symtab (bfd *abfd, asymbol **alocation) in coff_canonicalize_symtab()
449 _bfd_coff_internal_syment_name (bfd *abfd, in _bfd_coff_internal_syment_name()
493 _bfd_coff_read_internal_relocs (bfd *abfd, in _bfd_coff_read_internal_relocs()
585 coff_count_linenumbers (bfd *abfd) in coff_count_linenumbers()
643 fixup_symbol_value (bfd *abfd, in fixup_symbol_value()
[all …]
H A Dsrec.c193 srec_mkobject (bfd *abfd) in srec_mkobject()
218 srec_get_byte (bfd *abfd, bfd_boolean *errorptr) in srec_get_byte()
237 srec_bad_byte (bfd *abfd, in srec_bad_byte()
268 srec_new_symbol (bfd *abfd, const char *name, bfd_vma val) in srec_new_symbol()
295 srec_scan (bfd *abfd) in srec_scan()
646 srec_object_p (bfd *abfd) in srec_object_p()
681 symbolsrec_object_p (bfd *abfd) in symbolsrec_object_p()
716 srec_read_section (bfd *abfd, asection *section, bfd_byte *contents) in srec_read_section()
830 srec_get_section_contents (bfd *abfd, in srec_get_section_contents()
866 srec_set_arch_mach (bfd *abfd, enum bfd_architecture arch, unsigned long mach) in srec_set_arch_mach()
[all …]
/dflybsd-src/contrib/gdb-7/bfd/
H A Dcache.c87 insert (bfd *abfd) in insert()
107 snip (bfd *abfd) in snip()
122 bfd_cache_delete (bfd *abfd) in bfd_cache_delete()
195 bfd_cache_lookup_worker (bfd *abfd, enum cache_flag flag) in bfd_cache_lookup_worker()
233 cache_btell (struct bfd *abfd) in cache_btell()
242 cache_bseek (struct bfd *abfd, file_ptr offset, int whence) in cache_bseek()
258 cache_bread_1 (struct bfd *abfd, void *buf, file_ptr nbytes) in cache_bread_1()
309 cache_bread (struct bfd *abfd, void *buf, file_ptr nbytes) in cache_bread()
346 cache_bwrite (struct bfd *abfd, const void *where, file_ptr nbytes) in cache_bwrite()
363 cache_bclose (struct bfd *abfd) in cache_bclose()
[all …]
H A Delf.c66 _bfd_elf_swap_verdef_in (bfd *abfd, in _bfd_elf_swap_verdef_in()
82 _bfd_elf_swap_verdef_out (bfd *abfd, in _bfd_elf_swap_verdef_out()
98 _bfd_elf_swap_verdaux_in (bfd *abfd, in _bfd_elf_swap_verdaux_in()
109 _bfd_elf_swap_verdaux_out (bfd *abfd, in _bfd_elf_swap_verdaux_out()
120 _bfd_elf_swap_verneed_in (bfd *abfd, in _bfd_elf_swap_verneed_in()
134 _bfd_elf_swap_verneed_out (bfd *abfd, in _bfd_elf_swap_verneed_out()
148 _bfd_elf_swap_vernaux_in (bfd *abfd, in _bfd_elf_swap_vernaux_in()
162 _bfd_elf_swap_vernaux_out (bfd *abfd, in _bfd_elf_swap_vernaux_out()
176 _bfd_elf_swap_versym_in (bfd *abfd, in _bfd_elf_swap_versym_in()
186 _bfd_elf_swap_versym_out (bfd *abfd, in _bfd_elf_swap_versym_out()
[all …]
H A Dsection.c773 _bfd_generic_new_section_hook (bfd *abfd, asection *newsect) in _bfd_generic_new_section_hook()
791 bfd_section_init (bfd *abfd, asection *newsect) in bfd_section_init()
831 bfd_section_list_clear (bfd *abfd) in bfd_section_list_clear()
854 bfd_get_section_by_name (bfd *abfd, const char *name) in bfd_get_section_by_name()
913 bfd_get_linker_section (bfd *abfd, const char *name) in bfd_get_linker_section()
947 bfd_get_section_by_name_if (bfd *abfd, const char *name, in bfd_get_section_by_name_if() argument
990 bfd_get_unique_section_name (bfd *abfd, const char *templat, int *count) in bfd_get_unique_section_name()
1045 bfd_make_section_old_way (bfd *abfd, const char *name) in bfd_make_section_old_way()
1110 bfd_make_section_anyway_with_flags (bfd *abfd, const char *name, in bfd_make_section_anyway_with_flags()
1167 bfd_make_section_anyway (bfd *abfd, const char *name) in bfd_make_section_anyway()
[all …]
H A Dbfdio.c179 bfd_bread (void *ptr, bfd_size_type size, bfd *abfd) in bfd_bread()
208 bfd_bwrite (const void *ptr, bfd_size_type size, bfd *abfd) in bfd_bwrite()
230 bfd_tell (bfd *abfd) in bfd_tell()
253 bfd_flush (bfd *abfd) in bfd_flush()
263 bfd_stat (bfd *abfd, struct stat *statbuf) in bfd_stat()
281 bfd_seek (bfd *abfd, file_ptr position, int direction) in bfd_seek()
373 bfd_get_mtime (bfd *abfd) in bfd_get_mtime()
424 bfd_get_size (bfd *abfd) in bfd_get_size()
455 bfd_mmap (bfd *abfd, void *addr, bfd_size_type len, in bfd_mmap()
471 memory_bread (bfd *abfd, void *ptr, file_ptr size) in memory_bread()
[all …]
H A Dcoffgen.c51 make_a_section_from_file (bfd *abfd, in make_a_section_from_file()
226 coff_real_object_p (bfd *abfd, in coff_real_object_p()
312 coff_object_p (bfd *abfd) in coff_object_p()
380 coff_section_from_bfd_index (bfd *abfd, int section_index) in coff_section_from_bfd_index()
406 coff_get_symtab_upper_bound (bfd *abfd) in coff_get_symtab_upper_bound()
417 coff_canonicalize_symtab (bfd *abfd, asymbol **alocation) in coff_canonicalize_symtab()
440 _bfd_coff_internal_syment_name (bfd *abfd, in _bfd_coff_internal_syment_name()
479 _bfd_coff_read_internal_relocs (bfd *abfd, in _bfd_coff_read_internal_relocs()
571 coff_count_linenumbers (bfd *abfd) in coff_count_linenumbers()
645 fixup_symbol_value (bfd *abfd, in fixup_symbol_value()
[all …]
H A Dopncls.c135 _bfd_delete_bfd (bfd *abfd) in _bfd_delete_bfd()
150 _bfd_free_cached_info (bfd *abfd) in _bfd_free_cached_info()
473 opncls_btell (struct bfd *abfd) in opncls_btell()
480 opncls_bseek (struct bfd *abfd, file_ptr offset, int whence) in opncls_bseek()
493 opncls_bread (struct bfd *abfd, void *buf, file_ptr nbytes) in opncls_bread()
512 opncls_bclose (struct bfd *abfd) in opncls_bclose()
531 opncls_bstat (struct bfd *abfd, struct stat *sb) in opncls_bstat()
662 _maybe_make_executable (bfd * abfd) in _maybe_make_executable()
713 bfd_close (bfd *abfd) in bfd_close()
759 bfd_close_all_done (bfd *abfd) in bfd_close_all_done()
[all …]
H A Darchures.c704 bfd_printable_name (bfd *abfd) in bfd_printable_name()
810 bfd_arch_get_compatible (const bfd *abfd, in bfd_arch_get_compatible()
870 bfd_set_arch_info (bfd *abfd, const bfd_arch_info_type *arg) in bfd_set_arch_info()
891 bfd_default_set_arch_mach (bfd *abfd, in bfd_default_set_arch_mach()
917 bfd_get_arch (bfd *abfd) in bfd_get_arch()
935 bfd_get_mach (bfd *abfd) in bfd_get_mach()
953 bfd_arch_bits_per_byte (bfd *abfd) in bfd_arch_bits_per_byte()
971 bfd_arch_bits_per_address (bfd *abfd) in bfd_arch_bits_per_address()
1241 bfd_get_arch_info (bfd *abfd) in bfd_get_arch_info()
1319 bfd_octets_per_byte (bfd *abfd) in bfd_octets_per_byte()
H A Dsrec.c195 srec_mkobject (bfd *abfd) in srec_mkobject()
220 srec_get_byte (bfd *abfd, bfd_boolean *errorptr) in srec_get_byte()
239 srec_bad_byte (bfd *abfd, in srec_bad_byte()
270 srec_new_symbol (bfd *abfd, const char *name, bfd_vma val) in srec_new_symbol()
297 srec_scan (bfd *abfd) in srec_scan()
635 srec_object_p (bfd *abfd) in srec_object_p()
670 symbolsrec_object_p (bfd *abfd) in symbolsrec_object_p()
705 srec_read_section (bfd *abfd, asection *section, bfd_byte *contents) in srec_read_section()
819 srec_get_section_contents (bfd *abfd, in srec_get_section_contents()
855 srec_set_arch_mach (bfd *abfd, enum bfd_architecture arch, unsigned long mach) in srec_set_arch_mach()
[all …]
H A Dbfd.c645 bfd *abfd = va_arg (ap, bfd *); in _bfd_default_error_handler() local
659 bfd *abfd; in _bfd_default_error_handler() local
906 bfd_get_reloc_upper_bound (bfd *abfd, sec_ptr asect) in bfd_get_reloc_upper_bound()
939 bfd_canonicalize_reloc (bfd *abfd, in bfd_canonicalize_reloc()
1000 bfd_set_file_flags (bfd *abfd, flagword flags) in bfd_set_file_flags()
1066 bfd_get_arch_size (bfd *abfd) in bfd_get_arch_size()
1096 bfd_get_sign_extend_vma (bfd *abfd) in bfd_get_sign_extend_vma()
1142 bfd_set_start_address (bfd *abfd, bfd_vma vma) in bfd_set_start_address()
1162 bfd_get_gp_size (bfd *abfd) in bfd_get_gp_size()
1188 bfd_set_gp_size (bfd *abfd, unsigned int i) in bfd_set_gp_size()
[all …]

1234567891011