Searched defs:abfd (Results 1 - 25 of 177) sorted by relevance

12345678

/freebsd-9.3-release/contrib/binutils/bfd/
H A Dcorefile.c51 bfd_core_file_failing_command (bfd *abfd) argument
74 bfd_core_file_failing_signal (bfd *abfd) argument
[all...]
H A Dbfdwin.c110 bfd_get_file_window (bfd *abfd, argument
[all...]
H A Delfcore.h22 elf_core_file_failing_command (bfd *abfd) argument
28 elf_core_file_failing_signal (bfd *abfd) argument
73 elf_core_file_p (bfd *abfd) argument
[all...]
H A Dformat.c91 bfd_check_format (bfd *abfd, bfd_format format) argument
117 bfd_check_format_matches (bfd *abfd, bfd_format format, char ***matching) argument
391 bfd_set_format(bfd *abfd, bfd_format format) argument
[all...]
H A Di386aout.c51 i386aout_write_object_contents (bfd *abfd) argument
H A Dnetbsd.h78 MY (write_object_contents) (bfd *abfd) argument
H A Decoffswap.h98 ecoff_swap_hdr_in (bfd *abfd, void * ext_copy, HDRR *intern) argument
139 ecoff_swap_hdr_out(bfd *abfd, const HDRR *intern_copy, void * ext_ptr) argument
181 ecoff_swap_fdr_in(bfd *abfd, void * ext_copy, FDR *intern) argument
249 ecoff_swap_fdr_out(bfd *abfd, const FDR *intern_copy, void * ext_ptr) argument
318 ecoff_swap_pdr_in(bfd *abfd, void * ext_copy, PDR *intern) argument
380 ecoff_swap_pdr_out(bfd *abfd, const PDR *intern_copy, void * ext_ptr) argument
440 ecoff_swap_sym_in(bfd *abfd, void * ext_copy, SYMR *intern) argument
494 ecoff_swap_sym_out(bfd *abfd, const SYMR *intern_copy, void * ext_ptr) argument
544 ecoff_swap_ext_in(bfd *abfd, void * ext_copy, EXTR *intern) argument
583 ecoff_swap_ext_out(bfd *abfd, const EXTR *intern_copy, void * ext_ptr) argument
633 ecoff_swap_rfd_in(bfd *abfd, void * ext_ptr, RFDT *intern) argument
648 ecoff_swap_rfd_out(bfd *abfd, const RFDT *intern, void * ext_ptr) argument
663 ecoff_swap_opt_in(bfd *abfd, void * ext_copy, OPTR * intern) argument
701 ecoff_swap_opt_out(bfd *abfd, const OPTR *intern_copy, void * ext_ptr) argument
738 ecoff_swap_dnr_in(bfd *abfd, void * ext_copy, DNR *intern) argument
756 ecoff_swap_dnr_out(bfd *abfd, const DNR *intern_copy, void * ext_ptr) argument
[all...]
H A Delf32-gen.c61 check_for_relocs (bfd * abfd, asection * o, void * failed) argument
77 elf32_generic_link_add_symbols (bfd *abfd, struct bfd_link_info *info) argument
H A Delf64-gen.c61 check_for_relocs (bfd * abfd, asection * o, void * failed) argument
77 elf64_generic_link_add_symbols (bfd *abfd, struct bfd_link_info *info) argument
H A Dfreebsd.h79 MY (bfd_final_link) (bfd *abfd, struct bfd_link_info *info) argument
107 MY (write_object_contents) (bfd *abfd) argument
H A Dnetbsd-core.c55 netbsd_core_file_p (bfd *abfd) argument
239 netbsd_core_file_failing_command(bfd *abfd) argument
246 netbsd_core_file_failing_signal(bfd *abfd) argument
[all...]
H A Dtargets.c1365 bfd_find_target(const char *target_name, bfd *abfd) argument
[all...]
H A Darchive64.c41 bfd_elf64_archive_slurp_armap (bfd *abfd) argument
[all...]
H A Dbfdio.c113 bfd_bread (void *ptr, bfd_size_type size, bfd *abfd) argument
157 bfd_bwrite(const void *ptr, bfd_size_type size, bfd *abfd) argument
207 bfd_tell(bfd *abfd) argument
229 bfd_flush(bfd *abfd) argument
242 bfd_stat(bfd *abfd, struct stat *statbuf) argument
263 bfd_seek(bfd *abfd, file_ptr position, int direction) argument
389 bfd_get_mtime(bfd *abfd) argument
440 bfd_get_size(bfd *abfd) argument
[all...]
H A Dcpu-arm.c222 arm_check_note (bfd *abfd, argument
274 bfd_arm_update_notes (bfd *abfd, const char *note_section) argument
371 bfd_arm_get_mach_from_notes(bfd *abfd, const char *note_section) argument
[all...]
H A Delf-vxworks.c33 elf_vxworks_gott_symbol_p (bfd *abfd, const char *name) argument
50 elf_vxworks_add_symbol_hook (bfd *abfd, argument
211 elf_vxworks_final_write_processing (bfd *abfd, argument
[all...]
H A Delf32-arc.c36 arc_elf_b22_pcrel (bfd * abfd, argument
183 arc_elf_object_p (bfd *abfd) argument
215 arc_elf_final_write_processing (bfd *abfd, argument
[all...]
H A Dsimple.c152 bfd_simple_get_relocated_section_contents (bfd *abfd, argument
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Di386ly-tdep.c61 i386lynx_coff_osabi_sniffer(bfd *abfd) argument
H A Darmnbsd-tdep.c87 arm_netbsd_aout_osabi_sniffer (bfd *abfd) argument
H A Di386-sol2-tdep.c98 i386_sol2_osabi_sniffer(bfd *abfd) argument
H A Di386bsd-tdep.c136 i386bsd_aout_osabi_sniffer(bfd *abfd) argument
148 i386bsd_core_osabi_sniffer(bfd *abfd) argument
H A Dbfd-target.c37 add_to_section_table (struct bfd *abfd, struct bfd_section *asect, argument
57 build_target_sections_from_bfd (struct target_ops *targ, struct bfd *abfd) argument
H A Dnlmread.c93 nlm_symtab_read (bfd *abfd, CORE_ADDR addr, struct objfile *objfile) argument
177 bfd *abfd = objfile->obfd; local
/freebsd-9.3-release/contrib/binutils/binutils/
H A Darsup.c96 ar_directory_doer (bfd *abfd, bfd *ignore ATTRIBUTE_UNUSED) argument
213 ar_addlib_doer (bfd *abfd, bfd *prev) argument
255 bfd *abfd = bfd_openr (list->name, NULL); local
365 bfd *abfd = bfd_openr (list->name, 0); local
389 bfd *abfd = bfd_openr (list->name, 0); local
419 bfd *abfd; local
[all...]

Completed in 200 milliseconds

12345678