Searched refs:abfd (Results 176 - 200 of 307) sorted by relevance

1234567891011>>

/haiku-fatelf/src/bin/gdb/bfd/
H A Dlibaout.h215 #define aout_backend_info(abfd) \
216 ((const struct aout_backend_data *)((abfd)->xvec->backend_data))
617 #define WRITE_HEADERS(abfd, execp) \
621 if (adata(abfd).magic == undecided_magic) \
622 NAME(aout,adjust_sizes_and_vmas) (abfd, &text_size, &text_end); \
624 execp->a_syms = bfd_get_symcount (abfd) * EXTERNAL_NLIST_SIZE; \
625 execp->a_entry = bfd_get_start_address (abfd); \
627 execp->a_trsize = ((obj_textsec (abfd)->reloc_count) * \
628 obj_reloc_entry_size (abfd)); \
629 execp->a_drsize = ((obj_datasec (abfd)
[all...]
H A Delf32-pj.c185 pj_elf_reloc (abfd, reloc_entry, symbol_in, data, input_section, output_bfd,
187 bfd *abfd;
224 insn = bfd_get_32 (abfd, hit_data);
226 bfd_put_32 (abfd, (bfd_vma) insn, hit_data);
293 pj_elf_reloc_type_lookup (abfd, code)
294 bfd *abfd ATTRIBUTE_UNUSED;
311 pj_elf_info_to_howto (abfd, cache_ptr, dst)
312 bfd *abfd ATTRIBUTE_UNUSED;
329 pj_elf_final_write_processing (abfd, linker)
330 bfd *abfd;
[all...]
H A Delf32-h8300.c28 (bfd *abfd, bfd_reloc_code_real_type code);
246 elf32_h8_reloc_type_lookup (bfd *abfd ATTRIBUTE_UNUSED,
260 elf32_h8_info_to_howto (bfd *abfd ATTRIBUTE_UNUSED, arelent *bfd_reloc,
277 elf32_h8_info_to_howto_rel (bfd *abfd ATTRIBUTE_UNUSED, arelent *bfd_reloc,
292 special (bfd *abfd ATTRIBUTE_UNUSED,
561 elf32_h8_final_write_processing (bfd *abfd,
566 switch (bfd_get_mach (abfd))
598 elf_elfheader (abfd)->e_flags &= ~ (EF_H8_MACH);
599 elf_elfheader (abfd)->e_flags |= val;
606 elf32_h8_object_p (bfd *abfd)
560 elf32_h8_final_write_processing(bfd *abfd, bfd_boolean linker ATTRIBUTE_UNUSED) argument
605 elf32_h8_object_p(bfd *abfd) argument
659 elf32_h8_relax_section(bfd *abfd, asection *sec, struct bfd_link_info *link_info, bfd_boolean *again) argument
1268 elf32_h8_relax_delete_bytes(bfd *abfd, asection *sec, bfd_vma addr, int count) argument
1345 elf32_h8_symbol_address_p(bfd *abfd, asection *sec, bfd_vma addr) argument
[all...]
H A Daout-arm.c112 MY(reloc_howto) (abfd, rel, r_index, r_extern, r_pcrel)
113 bfd *abfd;
125 if (bfd_header_big_endian (abfd))
158 MY(put_reloc) (abfd, r_extern, r_index, value, howto, reloc)
159 bfd *abfd;
170 PUT_WORD (abfd, value, reloc->r_address);
181 if (bfd_header_big_endian (abfd))
209 MY(relocatable_reloc) (howto, abfd, reloc, amount, r_addr)
211 bfd *abfd;
219 & (bfd_header_big_endian (abfd)
[all...]
H A Dlinker.c470 bfd *abfd,
475 table->creator = abfd->xvec;
514 bfd_wrapped_link_hash_lookup (bfd *abfd, argument
529 if (*l == bfd_get_symbol_leading_char (abfd) || *l == info->wrap_char)
663 _bfd_generic_link_hash_table_create (bfd *abfd)
671 if (! _bfd_link_hash_table_init (&ret->root, abfd,
698 generic_link_read_symbols (bfd *abfd)
700 if (bfd_get_outsymbols (abfd) == NULL)
705 symsize = bfd_get_symtab_upper_bound (abfd);
708 bfd_get_outsymbols (abfd)
468 _bfd_link_hash_table_init(struct bfd_link_hash_table *table, bfd *abfd, struct bfd_hash_entry *(*newfunc) (struct bfd_hash_entry *, struct bfd_hash_table *, const char *)) argument
662 _bfd_generic_link_hash_table_create(bfd *abfd) argument
697 generic_link_read_symbols(bfd *abfd) argument
724 _bfd_generic_link_add_symbols(bfd *abfd, struct bfd_link_info *info) argument
737 _bfd_generic_link_add_symbols_collect(bfd *abfd, struct bfd_link_info *info) argument
757 generic_link_add_symbols(bfd *abfd, struct bfd_link_info *info, bfd_boolean collect) argument
786 generic_link_add_object_symbols(bfd *abfd, struct bfd_link_info *info, bfd_boolean collect) argument
916 _bfd_generic_link_add_archive_symbols(bfd *abfd, struct bfd_link_info *info, bfd_boolean (*checkfn) (bfd *, struct bfd_link_info *, bfd_boolean *)) argument
1088 generic_link_check_archive_element_no_collect( bfd *abfd, struct bfd_link_info *info, bfd_boolean *pneeded) argument
1101 generic_link_check_archive_element_collect(bfd *abfd, struct bfd_link_info *info, bfd_boolean *pneeded) argument
1112 generic_link_check_archive_element(bfd *abfd, struct bfd_link_info *info, bfd_boolean *pneeded, bfd_boolean collect) argument
1242 generic_link_add_symbol_list(bfd *abfd, struct bfd_link_info *info, bfd_size_type symbol_count, asymbol **symbols, bfd_boolean collect) argument
1478 _bfd_generic_link_add_one_symbol(struct bfd_link_info *info, bfd *abfd, const char *name, flagword flags, asection *section, bfd_vma value, const char *string, bfd_boolean copy, bfd_boolean collect, struct bfd_link_hash_entry **hashp) argument
1956 _bfd_generic_final_link(bfd *abfd, struct bfd_link_info *info) argument
2457 _bfd_generic_reloc_link_order(bfd *abfd, struct bfd_link_info *info, asection *sec, struct bfd_link_order *link_order) argument
2562 bfd_new_link_order(bfd *abfd, asection *section) argument
2587 _bfd_default_link_order(bfd *abfd, struct bfd_link_info *info, asection *sec, struct bfd_link_order *link_order) argument
2610 default_data_link_order(bfd *abfd, struct bfd_link_info *info ATTRIBUTE_UNUSED, asection *sec, struct bfd_link_order *link_order) argument
2927 _bfd_generic_section_already_linked(bfd *abfd, asection *sec) argument
[all...]
H A Dlibbfd-in.h113 (bfd *abfd);
115 (bfd *abfd);
117 (bfd *abfd);
119 (bfd *abfd);
123 (bfd *abfd);
127 (bfd *abfd);
159 (bfd *abfd);
162 (bfd *abfd, const char *filename, char *hdr);
164 (bfd *abfd, const char *filename, char *hdr);
166 (bfd *abfd, cons
[all...]
H A Delf32-msp430.c190 bfd_elf32_bfd_reloc_type_lookup (bfd * abfd ATTRIBUTE_UNUSED,
205 msp430_info_to_howto_rela (bfd * abfd ATTRIBUTE_UNUSED,
249 elf32_msp430_gc_sweep_hook (bfd * abfd ATTRIBUTE_UNUSED,
263 elf32_msp430_check_relocs (bfd * abfd, struct bfd_link_info * info, argument
274 symtab_hdr = &elf_tdata (abfd)->symtab_hdr;
275 sym_hashes = elf_sym_hashes (abfd);
278 if (!elf_bad_symtab (abfd))
536 bfd_elf_msp430_final_write_processing (bfd * abfd, argument
541 switch (bfd_get_mach (abfd))
601 elf_elfheader (abfd)
609 elf32_msp430_object_p(bfd * abfd) argument
683 elf32_msp430_post_process_headers(bfd * abfd, struct bfd_link_info * link_info ATTRIBUTE_UNUSED) argument
789 msp430_elf_symbol_address_p(bfd * abfd, asection * sec, Elf_Internal_Sym * isym, bfd_vma addr) argument
830 msp430_elf_relax_delete_bytes(bfd * abfd, asection * sec, bfd_vma addr, int count) argument
900 msp430_elf_relax_section(bfd * abfd, asection * sec, struct bfd_link_info * link_info, bfd_boolean * again) argument
[all...]
H A Delf32-i370.c235 PARAMS ((bfd *abfd, arelent *cache_ptr, Elf_Internal_Rela *dst));
257 i370_elf_reloc_type_lookup (abfd, code)
258 bfd *abfd ATTRIBUTE_UNUSED;
316 i370_elf_info_to_howto (abfd, cache_ptr, dst)
317 bfd *abfd ATTRIBUTE_UNUSED;
333 i370_elf_set_private_flags (abfd, flags)
334 bfd *abfd;
337 BFD_ASSERT (!elf_flags_init (abfd)
338 || elf_elfheader (abfd)->e_flags == flags);
340 elf_elfheader (abfd)
[all...]
H A Dsparclinux.c55 PARAMS ((bfd *abfd, struct bfd_link_info *info));
58 sparclinux_bfd_final_link (abfd, info)
59 bfd *abfd;
62 obj_aout_subformat (abfd) = q_magic_format;
63 return NAME(aout,final_link) (abfd, info, MY_final_link_callback);
70 static bfd_boolean sparclinux_write_object_contents PARAMS ((bfd *abfd));
73 sparclinux_write_object_contents (abfd)
74 bfd *abfd;
77 struct internal_exec *execp = exec_hdr (abfd);
81 obj_reloc_entry_size (abfd)
[all...]
H A Dcoff-mips.c40 PARAMS ((bfd *abfd, PTR filehdr));
50 PARAMS ((bfd *abfd, arelent *reloc, asymbol *symbol, PTR data,
53 PARAMS ((bfd *abfd, arelent *reloc, asymbol *symbol, PTR data,
56 PARAMS ((bfd *abfd, arelent *reloc, asymbol *symbol, PTR data,
59 PARAMS ((bfd *abfd, arelent *reloc, asymbol *symbol, PTR data,
258 mips_ecoff_bad_format_hook (abfd, filehdr)
259 bfd *abfd;
273 return bfd_big_endian (abfd);
278 return bfd_little_endian (abfd);
293 mips_ecoff_swap_reloc_in (abfd, ext_pt
[all...]
H A Delf64-hppa.c161 PARAMS ((struct elf64_hppa_dyn_hash_table *ht, bfd *abfd,
167 PARAMS ((bfd *abfd));
282 elf64_hppa_dyn_hash_table_init (ht, abfd, new)
284 bfd *abfd ATTRIBUTE_UNUSED;
324 elf64_hppa_hash_table_create (abfd)
325 bfd *abfd;
329 ret = bfd_zalloc (abfd, (bfd_size_type) sizeof (*ret));
332 if (!_bfd_elf_link_hash_table_init (&ret->root, abfd,
335 bfd_release (abfd, ret);
339 if (!elf64_hppa_dyn_hash_table_init (&ret->dyn_hash_table, abfd,
[all...]
H A Dcoff-i960.c64 coff_i960_is_local_label_name (abfd, name)
65 bfd *abfd ATTRIBUTE_UNUSED;
78 #define CALC_ADDEND(abfd, ptr, reloc, cache_ptr) \
81 if (ptr && bfd_asymbol_bfd (ptr) != abfd) \
82 coffsym = (obj_symbols (abfd) \
85 coffsym = coff_symbol_from (abfd, ptr); \
89 else if (ptr && bfd_asymbol_bfd (ptr) == abfd \
104 optcall_callback (abfd, reloc_entry, symbol_in, data,
106 bfd *abfd;
150 int word = bfd_get_32 (abfd, (bfd_byt
[all...]
H A Di386linux.c58 i386linux_bfd_final_link (abfd, info)
59 bfd *abfd;
62 obj_aout_subformat (abfd) = q_magic_format;
63 return NAME(aout,final_link) (abfd, info, MY_final_link_callback);
71 i386linux_write_object_contents (abfd)
72 bfd *abfd;
75 struct internal_exec *execp = exec_hdr (abfd);
79 obj_reloc_entry_size (abfd) = RELOC_STD_SIZE;
81 WRITE_HEADERS(abfd, execp);
226 linux_link_hash_table_create (abfd)
[all...]
H A Delf32-sh-symbian.c111 sh_symbian_import_as (struct bfd_link_info *info, bfd * abfd, argument
129 abfd, current_name);
176 sh_symbian_import (bfd * abfd ATTRIBUTE_UNUSED, bfd_byte * name)
187 sh_symbian_export (bfd * abfd ATTRIBUTE_UNUSED, bfd_byte * name)
202 sh_symbian_process_embedded_commands (struct bfd_link_info *info, bfd * abfd, argument
251 result = sh_symbian_import (abfd, new_name);
274 result = sh_symbian_import (abfd, new_name);
309 result = sh_symbian_import_as (info, abfd, current_name, new_name);
353 result = sh_symbian_export (abfd, name);
381 abfd, directiv
395 bfd_elf32_sh_symbian_process_directives(struct bfd_link_info *info, bfd * abfd) argument
614 sh_symbian_check_directives(bfd *abfd, struct bfd_link_info *info) argument
[all...]
H A Delf-m10300.c128 PARAMS ((bfd *abfd, bfd_reloc_code_real_type code));
538 _bfd_mn10300_elf_create_got_section (abfd, info)
539 bfd * abfd;
547 const struct elf_backend_data * bed = get_elf_backend_data (abfd);
551 if (bfd_get_section_by_name (abfd, ".got") != NULL)
579 s = bfd_make_section (abfd, ".plt");
581 || ! bfd_set_section_flags (abfd, s, pltflags)
582 || ! bfd_set_section_alignment (abfd, s, bed->plt_alignment))
591 (info, abfd, "_PROCEDURE_LINKAGE_TABLE_", BSF_GLOBAL, s,
593 get_elf_backend_data (abfd)
[all...]
H A Delf32-avr.c29 PARAMS ((bfd *abfd, bfd_reloc_code_real_type code));
367 bfd_elf32_bfd_reloc_type_lookup (abfd, code)
368 bfd *abfd ATTRIBUTE_UNUSED;
387 avr_info_to_howto_rela (abfd, cache_ptr, dst)
388 bfd *abfd ATTRIBUTE_UNUSED;
433 elf32_avr_gc_sweep_hook (abfd, info, sec, relocs)
434 bfd *abfd ATTRIBUTE_UNUSED;
448 elf32_avr_check_relocs (abfd, info, sec, relocs)
449 bfd *abfd;
462 symtab_hdr = &elf_tdata (abfd)
[all...]
H A Dm68klinux.c59 m68klinux_bfd_final_link (abfd, info)
60 bfd *abfd;
63 obj_aout_subformat (abfd) = q_magic_format;
64 return NAME(aout,final_link) (abfd, info, MY_final_link_callback);
72 m68klinux_write_object_contents (abfd)
73 bfd *abfd;
76 struct internal_exec *execp = exec_hdr (abfd);
80 obj_reloc_entry_size (abfd) = RELOC_STD_SIZE;
82 WRITE_HEADERS(abfd, execp);
227 linux_link_hash_table_create (abfd)
[all...]
H A Delf64-alpha.c244 alpha_elf_tdata(abfd)->got_link_next. */
270 #define alpha_elf_sym_hashes(abfd) \
271 ((struct alpha_elf_link_hash_entry **)elf_sym_hashes(abfd))
328 elf64_alpha_bfd_link_hash_table_create (abfd)
329 bfd *abfd;
338 if (! _bfd_elf_link_hash_table_init (&ret->root, abfd,
380 #define alpha_elf_tdata(abfd) \
381 ((struct alpha_elf_obj_tdata *) (abfd)->tdata.any)
384 elf64_alpha_mkobject (abfd)
385 bfd *abfd;
1190 bfd *abfd; member in struct:alpha_relax_info
2723 bfd *abfd; member in struct:extsym_info
[all...]
H A Delf32-xtensa.c341 elf_xtensa_reloc_type_lookup (bfd *abfd ATTRIBUTE_UNUSED,
443 elf_xtensa_info_to_howto_rela (bfd *abfd ATTRIBUTE_UNUSED,
580 xtensa_read_table_entries (bfd *abfd,
607 table_section = bfd_get_section_by_name (abfd, table_section_name);
624 table_data = retrieve_contents (abfd, table_section, TRUE);
636 internal_relocs = retrieve_internal_relocs (abfd, table_section, TRUE);
652 if (get_elf_r_symndx_section (abfd, r_symndx) == section)
654 bfd_vma sym_off = get_elf_r_symndx_offset (abfd, r_symndx);
659 + bfd_get_32 (abfd, table_data + rel->r_offset));
661 bfd_get_32 (abfd, table_dat
577 xtensa_read_table_entries(bfd *abfd, asection *section, property_table_entry **table_p, const char *sec_name, bfd_boolean output_addr) argument
747 elf_xtensa_check_relocs(bfd *abfd, struct bfd_link_info *info, asection *sec, const Elf_Internal_Rela *relocs) argument
1003 elf_xtensa_gc_sweep_hook(bfd *abfd, struct bfd_link_info *info ATTRIBUTE_UNUSED, asection *sec, const Elf_Internal_Rela *relocs) argument
1265 bfd *dynobj, *abfd; local
1530 elf_xtensa_modify_segment_map(bfd *abfd, struct bfd_link_info *info ATTRIBUTE_UNUSED) argument
1556 elf_xtensa_do_reloc(reloc_howto_type *howto, bfd *abfd, asection *input_section, bfd_vma relocation, bfd_byte *contents, bfd_vma address, bfd_boolean is_weak_undef, char **error_message) argument
1827 bfd_elf_xtensa_reloc(bfd *abfd, arelent *reloc_entry, asymbol *symbol, void *data, asection *input_section, bfd *output_bfd, char **error_message) argument
2756 elf_xtensa_set_private_flags(bfd *abfd, flagword flags) argument
2769 elf_xtensa_print_private_bfd_data(bfd *abfd, void *farg) argument
2793 elf_xtensa_object_p(bfd *abfd) argument
2817 elf_xtensa_final_write_processing(bfd *abfd, bfd_boolean linker ATTRIBUTE_UNUSED) argument
2853 elf_xtensa_discard_info_for_section(bfd *abfd, struct elf_reloc_cookie *cookie, struct bfd_link_info *info, asection *sec) argument
2977 elf_xtensa_discard_info(bfd *abfd, struct elf_reloc_cookie *cookie, struct bfd_link_info *info) argument
3007 elf_xtensa_grok_prstatus(bfd *abfd, Elf_Internal_Note *note) argument
3032 elf_xtensa_grok_psinfo(bfd *abfd, Elf_Internal_Note *note) argument
3235 get_relocation_opcode(bfd *abfd, asection *sec, bfd_byte *contents, Elf_Internal_Rela *irel) argument
3271 is_l32r_relocation(bfd *abfd, asection *sec, bfd_byte *contents, Elf_Internal_Rela *irel) argument
4072 bfd *abfd; member in struct:r_reloc_struct
4138 r_reloc_init(r_reloc *r_rel, bfd *abfd, Elf_Internal_Rela *irel, bfd_byte *contents, bfd_size_type content_length) argument
4987 elf_xtensa_new_section_hook(bfd *abfd, asection *sec) argument
5213 bfd *abfd; local
5636 retrieve_internal_relocs(bfd *abfd, asection *sec, bfd_boolean keep_memory) argument
5668 retrieve_contents(bfd *abfd, asection *sec, bfd_boolean keep_memory) argument
5793 elf_xtensa_relax_section(bfd *abfd, asection *sec, struct bfd_link_info *link_info, bfd_boolean *again) argument
5870 bfd *abfd; local
5939 find_relaxable_sections(bfd *abfd, asection *sec, struct bfd_link_info *link_info, bfd_boolean *is_relaxable_p) argument
6025 collect_source_relocs(bfd *abfd, asection *sec, struct bfd_link_info *link_info) argument
6184 is_resolvable_asm_expansion(bfd *abfd, asection *sec, bfd_byte *contents, Elf_Internal_Rela *irel, struct bfd_link_info *link_info, bfd_boolean *is_reachable_p) argument
6259 find_associated_l32r_irel(bfd *abfd, asection *sec, bfd_byte *contents, Elf_Internal_Rela *other_irel, Elf_Internal_Rela *internal_relocs) argument
6295 compute_text_actions(bfd *abfd, asection *sec, struct bfd_link_info *link_info) argument
6849 check_section_ebb_pcrels_fit(bfd *abfd, asection *sec, bfd_byte *contents, Elf_Internal_Rela *internal_relocs, const ebb_constraint *constraint) argument
7039 compute_removed_literals(bfd *abfd, asection *sec, struct bfd_link_info *link_info, value_map_hash_table *values) argument
7231 remove_dead_literal(bfd *abfd, asection *sec, struct bfd_link_info *link_info, Elf_Internal_Rela *internal_relocs, Elf_Internal_Rela *irel, source_reloc *rel, property_table_entry *prop_table, int ptblsize) argument
7302 identify_literal_placement(bfd *abfd, asection *sec, bfd_byte *contents, struct bfd_link_info *link_info, value_map_hash_table *values, bfd_boolean *last_loc_is_prev_p, Elf_Internal_Rela *irel, int remaining_src_rels, source_reloc *rel, property_table_entry *prop_table, int ptblsize, section_cache_t *target_sec_cache, bfd_boolean is_abs_literal) argument
7699 relax_section(bfd *abfd, asection *sec, struct bfd_link_info *link_info) argument
8319 shrink_dynamic_reloc_sections(struct bfd_link_info *info, bfd *abfd, asection *input_section, Elf_Internal_Rela *rel) argument
8422 move_literal(bfd *abfd, struct bfd_link_info *link_info, asection *sec, bfd_vma offset, bfd_byte *contents, xtensa_relax_info *relax_info, Elf_Internal_Rela **internal_relocs_p, const literal_value *lit) argument
8555 relax_property_section(bfd *abfd, asection *sec, struct bfd_link_info *link_info) argument
8905 relax_section_symbols(bfd *abfd, asection *sec) argument
9108 get_elf_r_symndx_section(bfd *abfd, unsigned long r_symndx) argument
9164 get_elf_r_symndx_hash_entry(bfd *abfd, unsigned long r_symndx) argument
9185 get_elf_r_symndx_offset(bfd *abfd, unsigned long r_symndx) argument
9214 is_reloc_sym_weak(bfd *abfd, Elf_Internal_Rela *rel) argument
9374 xtensa_callback_required_dependence(bfd *abfd, asection *sec, struct bfd_link_info *link_info, deps_callback_t callback, void *closure) argument
[all...]
/haiku-fatelf/src/bin/gdb/include/gdb/
H A Dremote-sim.h108 SIM_DESC sim_open PARAMS ((SIM_OPEN_KIND kind, struct host_callback_struct *callback, struct bfd *abfd, char **argv));
145 SIM_RC sim_load PARAMS ((SIM_DESC sd, char *prog, struct bfd *abfd, int from_tty));
165 SIM_RC sim_create_inferior PARAMS ((SIM_DESC sd, struct bfd *abfd, char **argv, char **env));
/haiku-fatelf/src/bin/gdb/gdb/
H A Dsolib.c233 bfd *abfd; local
245 /* Leave scratch_pathname allocated. abfd->name will point to it. */
246 abfd = bfd_fdopenr (scratch_pathname, gnutarget, scratch_chan);
247 if (!abfd)
255 so->abfd = abfd;
256 bfd_set_cacheable (abfd, 1);
264 if (!bfd_check_format (abfd, bfd_object))
269 if (build_section_table (abfd, &so->sections, &so->sections_end))
272 bfd_get_filename (abfd), bfd_errms
[all...]
H A Dm68kbsd-tdep.c195 m68kbsd_aout_osabi_sniffer (bfd *abfd)
197 if (strcmp (bfd_get_target (abfd), "a.out-m68k-netbsd") == 0
198 || strcmp (bfd_get_target (abfd), "a.out-m68k4k-netbsd") == 0)
205 m68kbsd_core_osabi_sniffer (bfd *abfd)
207 if (strcmp (bfd_get_target (abfd), "netbsd-core") == 0)
192 m68kbsd_aout_osabi_sniffer(bfd *abfd) argument
202 m68kbsd_core_osabi_sniffer(bfd *abfd) argument
H A Ddve3900-rom.c36 typedef void (*section_map_func) (bfd * abfd, asection * sect, void *obj);
84 static void count_section (bfd * abfd, asection * s,
86 static void load_section (bfd * abfd, asection * s, unsigned int *data_count);
789 count_section (bfd *abfd, asection *s, unsigned int *section_count) argument
791 if (s->flags & SEC_LOAD && bfd_section_size (abfd, s) != 0)
811 load_section (bfd *abfd, asection *s, unsigned int *data_count) argument
815 bfd_size_type section_size = bfd_section_size (abfd, s);
816 bfd_vma section_base = bfd_section_lma (abfd, s);
828 bfd_section_name (abfd, s), (long) section_size);
841 bfd_get_section_contents (abfd,
869 bfd *abfd; local
[all...]
H A Dcorelow.c122 default_core_sniffer (struct core_fns *our_fns, bfd *abfd) argument
126 result = (bfd_get_flavour (abfd) == our_fns -> core_flavour);
136 sniff_core_bfd (bfd *abfd) argument
148 if (cf->core_sniffer (cf, abfd))
157 bfd_get_filename (abfd), matches);
162 bfd_get_filename (abfd));
176 default_check_format (bfd *abfd) argument
184 gdb_check_format (bfd *abfd) argument
190 if (cf->check_format (abfd))
256 add_to_thread_list (bfd *abfd, asectio argument
[all...]
/haiku-fatelf/src/bin/gdb/include/
H A Dbfdlink.h116 bfd *abfd; /* BFD symbol was found in. */
424 (struct bfd_link_info *, bfd *abfd, const char *name);
458 bfd_reloc_code_real_type reloc, bfd *abfd, asection *sec, bfd_vma value);
467 bfd *abfd, asection *sec, bfd_vma value);
477 bfd *abfd, asection *section, bfd_vma address);
484 (struct bfd_link_info *, const char *name, bfd *abfd,
495 bfd_vma addend, bfd *abfd, asection *section, bfd_vma address);
505 bfd *abfd, asection *section, bfd_vma address);
514 bfd *abfd, asection *section, bfd_vma address);
521 bfd *abfd, asectio
115 bfd *abfd; /* BFD symbol was found in. */ member in struct:bfd_link_hash_entry::__anon3899::__anon3900
[all...]

Completed in 270 milliseconds

1234567891011>>