Searched refs:bfd (Results 1 - 25 of 1070) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dbfd-target.h1 /* Very simple "bfd" target, for GDB, the GNU debugger.
24 struct bfd;
30 struct target_ops *target_bfd_reopen (struct bfd *bfd);
H A Dgcore.h23 extern bfd *create_gcore_bfd (char *filename);
24 extern void write_gcore_file (bfd *obfd);
25 extern bfd *load_corefile (char *filename, int from_tty);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Delf32-tic6x.h26 extern void elf32_tic6x_set_use_rela_p (bfd *, bfd_boolean);
H A Delf32-ppc.h29 int ppc_elf_select_plt_layout (bfd *, struct bfd_link_info *,
31 asection *ppc_elf_tls_setup (bfd *, struct bfd_link_info *, int);
32 bfd_boolean ppc_elf_tls_optimize (bfd *, struct bfd_link_info *);
33 void ppc_elf_set_sdata_syms (bfd *, struct bfd_link_info *);
H A Dlibnlm.h57 extern bfd_boolean nlm_mkobject (bfd *);
58 extern bfd_boolean nlm_set_arch_mach (bfd *, enum bfd_architecture, unsigned long);
59 extern void nlmNAME (get_symbol_info) (bfd *, asymbol *, symbol_info *);
60 extern long nlmNAME (get_symtab_upper_bound)(bfd *);
61 extern long nlmNAME (canonicalize_symtab) (bfd *, asymbol **);
62 extern asymbol * nlmNAME (make_empty_symbol) (bfd *);
63 extern void nlmNAME (print_symbol) (bfd *, void *, asymbol *, bfd_print_symbol_type);
64 extern long nlmNAME (get_reloc_upper_bound) (bfd *, asection *);
65 extern long nlmNAME (canonicalize_reloc) (bfd *, asection *, arelent **, asymbol **);
66 extern const bfd_target * nlmNAME (object_p) (bfd *);
[all...]
H A Dlibbfd.h4 Run "make headers" in your build bfd/ to regenerate. */
6 /* libbfd.h -- Declarations used by bfd library *implementation*.
50 #define set_tdata(bfd, v) ((bfd)->tdata.any = (v))
76 bfd *archive_head; /* Only interesting in output routines */
93 #define bfd_ardata(bfd) ((bfd)->tdata.aout_ar_data)
95 /* Goes in bfd's arelt_data slot */
104 #define arelt_size(bfd) (((struct areltdata *)((bfd)
[all...]
H A Delfxx-mips.h27 (bfd *, asection *);
29 (bfd *, asymbol *);
31 (bfd *, asection *);
33 (bfd *);
35 (bfd *, Elf_Internal_Shdr *);
37 (bfd *, Elf_Internal_Shdr *, const char *, int);
39 (bfd *, Elf_Internal_Shdr *, asection *);
41 (bfd *, asection *, int *);
43 (bfd *, struct bfd_link_info *, Elf_Internal_Sym *,
49 (bfd *, struc
[all...]
H A Delf-vxworks.h25 (bfd *, struct bfd_link_info *, Elf_Internal_Sym *, const char **,
31 (bfd *, asection *, Elf_Internal_Shdr *, Elf_Internal_Rela *,
33 void elf_vxworks_final_write_processing (bfd *, bfd_boolean);
35 (bfd *, struct bfd_link_info *, asection **);
36 bfd_boolean elf_vxworks_add_dynamic_entries (bfd *, struct bfd_link_info *);
37 bfd_boolean elf_vxworks_finish_dynamic_entry (bfd *, Elf_Internal_Dyn *);
H A Delf32-avr.h27 elf32_avr_setup_params (struct bfd_link_info *, bfd *, asection *,
32 elf32_avr_setup_section_lists (bfd *, struct bfd_link_info *);
35 elf32_avr_size_stubs (bfd *, struct bfd_link_info *, bfd_boolean);
H A Delf32-score.h34 s7_bfd_score_info_to_howto (bfd *, arelent *, Elf_Internal_Rela *);
37 s7_bfd_score_elf_relocate_section (bfd *,
39 bfd *,
47 s7_bfd_score_elf_check_relocs (bfd *,
53 s7_bfd_score_elf_add_symbol_hook (bfd *,
62 s7_bfd_score_elf_symbol_processing (bfd *, asymbol *);
72 s7_bfd_score_elf_section_from_bfd_section (bfd *,
81 s7_bfd_score_elf_always_size_sections (bfd *, struct bfd_link_info *);
84 s7_bfd_score_elf_size_dynamic_sections (bfd *, struct bfd_link_info *);
87 s7_bfd_score_elf_create_dynamic_sections (bfd *, struc
[all...]
H A Dlibbfd-in.h1 /* libbfd.h -- Declarations used by bfd library *implementation*.
45 #define set_tdata(bfd, v) ((bfd)->tdata.any = (v))
71 bfd *archive_head; /* Only interesting in output routines */
88 #define bfd_ardata(bfd) ((bfd)->tdata.aout_ar_data)
90 /* Goes in bfd's arelt_data slot */
99 #define arelt_size(bfd) (((struct areltdata *)((bfd)->arelt_data))->parsed_size)
122 (bfd *, bfd_size_typ
[all...]
H A Dsom.h110 the input bfd to the output bfd during an objcopy/strip. */
191 #define somdata(bfd) ((bfd)->tdata.som_data->a)
192 #define obj_som_exec_data(bfd) (somdata (bfd).exec_data)
193 #define obj_som_file_hdr(bfd) (somdata (bfd).file_hdr)
194 #define obj_som_exec_hdr(bfd) (somdata (bfd)
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/rx/
H A Dtrace.h22 extern void sim_disasm_init (bfd *);
H A Dload.h22 #include "bfd.h"
27 void rx_load (bfd *);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/m32c/
H A Dtrace.h23 void sim_disasm_init (bfd * prog);
H A Dload.h23 #include "bfd.h"
28 void m32c_load (bfd *);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Delf32-ppc.h29 int ppc_elf_select_plt_layout (bfd *, struct bfd_link_info *,
31 asection *ppc_elf_tls_setup (bfd *, struct bfd_link_info *, int);
32 bfd_boolean ppc_elf_tls_optimize (bfd *, struct bfd_link_info *);
33 void ppc_elf_set_sdata_syms (bfd *, struct bfd_link_info *);
H A Dlibnlm.h57 extern bfd_boolean nlm_mkobject (bfd *);
58 extern bfd_boolean nlm_set_arch_mach (bfd *, enum bfd_architecture, unsigned long);
59 extern void nlmNAME (get_symbol_info) (bfd *, asymbol *, symbol_info *);
60 extern long nlmNAME (get_symtab_upper_bound)(bfd *);
61 extern long nlmNAME (canonicalize_symtab) (bfd *, asymbol **);
62 extern asymbol * nlmNAME (make_empty_symbol) (bfd *);
63 extern void nlmNAME (print_symbol) (bfd *, void *, asymbol *, bfd_print_symbol_type);
64 extern long nlmNAME (get_reloc_upper_bound) (bfd *, asection *);
65 extern long nlmNAME (canonicalize_reloc) (bfd *, asection *, arelent **, asymbol **);
66 extern const bfd_target * nlmNAME (object_p) (bfd *);
[all...]
H A Dlibbfd.h4 Run "make headers" in your build bfd/ to regenerate. */
6 /* libbfd.h -- Declarations used by bfd library *implementation*.
50 #define set_tdata(bfd, v) ((bfd)->tdata.any = (v))
76 bfd *archive_head; /* Only interesting in output routines */
93 #define bfd_ardata(bfd) ((bfd)->tdata.aout_ar_data)
95 /* Goes in bfd's arelt_data slot */
104 #define arelt_size(bfd) (((struct areltdata *)((bfd)
[all...]
H A Delfxx-mips.h27 (bfd *, asection *);
29 (bfd *, asymbol *);
31 (bfd *, asection *);
33 (bfd *);
35 (bfd *, Elf_Internal_Shdr *);
37 (bfd *, Elf_Internal_Shdr *, const char *, int);
39 (bfd *, Elf_Internal_Shdr *, asection *);
41 (bfd *, asection *, int *);
43 (bfd *, struct bfd_link_info *, Elf_Internal_Sym *,
49 (bfd *, struc
[all...]
H A Delf-vxworks.h25 (bfd *, struct bfd_link_info *, Elf_Internal_Sym *, const char **,
31 (bfd *, asection *, Elf_Internal_Shdr *, Elf_Internal_Rela *,
33 void elf_vxworks_final_write_processing (bfd *, bfd_boolean);
35 (bfd *, struct bfd_link_info *, asection **);
36 bfd_boolean elf_vxworks_add_dynamic_entries (bfd *, struct bfd_link_info *);
37 bfd_boolean elf_vxworks_finish_dynamic_entry (bfd *, Elf_Internal_Dyn *);
H A Delf32-avr.h27 elf32_avr_setup_params (struct bfd_link_info *, bfd *, asection *,
32 elf32_avr_setup_section_lists (bfd *, struct bfd_link_info *);
35 elf32_avr_size_stubs (bfd *, struct bfd_link_info *, bfd_boolean);
H A Delf32-score.h34 s7_bfd_score_info_to_howto (bfd *, arelent *, Elf_Internal_Rela *);
37 s7_bfd_score_elf_relocate_section (bfd *,
39 bfd *,
47 s7_bfd_score_elf_check_relocs (bfd *,
53 s7_bfd_score_elf_add_symbol_hook (bfd *,
62 s7_bfd_score_elf_symbol_processing (bfd *, asymbol *);
72 s7_bfd_score_elf_section_from_bfd_section (bfd *,
81 s7_bfd_score_elf_always_size_sections (bfd *, struct bfd_link_info *);
84 s7_bfd_score_elf_size_dynamic_sections (bfd *, struct bfd_link_info *);
87 s7_bfd_score_elf_create_dynamic_sections (bfd *, struc
[all...]
H A Dlibbfd-in.h1 /* libbfd.h -- Declarations used by bfd library *implementation*.
45 #define set_tdata(bfd, v) ((bfd)->tdata.any = (v))
71 bfd *archive_head; /* Only interesting in output routines */
88 #define bfd_ardata(bfd) ((bfd)->tdata.aout_ar_data)
90 /* Goes in bfd's arelt_data slot */
99 #define arelt_size(bfd) (((struct areltdata *)((bfd)->arelt_data))->parsed_size)
122 (bfd *, bfd_size_typ
[all...]
H A Dsom.h110 the input bfd to the output bfd during an objcopy/strip. */
191 #define somdata(bfd) ((bfd)->tdata.som_data->a)
192 #define obj_som_exec_data(bfd) (somdata (bfd).exec_data)
193 #define obj_som_file_hdr(bfd) (somdata (bfd).file_hdr)
194 #define obj_som_exec_hdr(bfd) (somdata (bfd)
[all...]

Completed in 166 milliseconds

1234567891011>>