Home
last modified time | relevance | path

Searched refs:obfd (Results 51 – 75 of 91) sorted by relevance

1234

/dragonfly/contrib/binutils-2.34/bfd/
H A Dlibbfd.c91 bfd *obfd ATTRIBUTE_UNUSED) in _bfd_bool_bfd_bfd_true()
106 bfd *obfd ATTRIBUTE_UNUSED, in _bfd_bool_bfd_asection_bfd_asection_true()
115 bfd *obfd ATTRIBUTE_UNUSED, in _bfd_bool_bfd_asymbol_bfd_asymbol_true()
1210 bfd *obfd ATTRIBUTE_UNUSED, in _bfd_generic_init_private_section_data()
H A Dpeicode.h372 pe_bfd_copy_private_bfd_data (bfd *ibfd, bfd *obfd) in pe_bfd_copy_private_bfd_data() argument
377 if (pe_data (obfd) != NULL in pe_bfd_copy_private_bfd_data()
380 pe_data (obfd)->real_flags |= IMAGE_FILE_LARGE_ADDRESS_AWARE; in pe_bfd_copy_private_bfd_data()
382 if (!_bfd_XX_bfd_copy_private_bfd_data_common (ibfd, obfd)) in pe_bfd_copy_private_bfd_data()
386 return pe_saved_coff_bfd_copy_private_bfd_data (ibfd, obfd); in pe_bfd_copy_private_bfd_data()
H A Delflink.c3310 _bfd_elf_tls_setup (bfd *obfd, struct bfd_link_info *info) in _bfd_elf_tls_setup() argument
3315 for (sec = obfd->sections; sec != NULL; sec = sec->next) in _bfd_elf_tls_setup()
7485 _bfd_elf_merge_sections (bfd *obfd, struct bfd_link_info *info) in _bfd_elf_merge_sections() argument
7497 == get_elf_backend_data (obfd)->s->elfclass)) in _bfd_elf_merge_sections()
7505 if (! _bfd_add_merge_section (obfd, in _bfd_elf_merge_sections()
7716 _bfd_elf_link_hash_table_free (bfd *obfd) in _bfd_elf_link_hash_table_free() argument
7720 htab = (struct elf_link_hash_table *) obfd->link.hash; in _bfd_elf_link_hash_table_free()
7724 _bfd_generic_link_hash_table_free (obfd); in _bfd_elf_link_hash_table_free()
11782 for (o = obfd->sections; o != NULL; o = o->next) in elf_final_link_free()
13951 bfd *obfd = info->output_bfd; in bfd_elf_lookup_section_flags() local
[all …]
H A Delfxx-x86.c728 elf_x86_link_hash_table_free (bfd *obfd) in elf_x86_link_hash_table_free() argument
731 = (struct elf_x86_link_hash_table *) obfd->link.hash; in elf_x86_link_hash_table_free()
737 _bfd_elf_link_hash_table_free (obfd); in elf_x86_link_hash_table_free()
/dragonfly/contrib/gdb-7/bfd/
H A Dlibbfd.c1003 _bfd_generic_verify_endian_match (bfd *ibfd, bfd *obfd) in _bfd_generic_verify_endian_match() argument
1005 if (ibfd->xvec->byteorder != obfd->xvec->byteorder in _bfd_generic_verify_endian_match()
1007 && obfd->xvec->byteorder != BFD_ENDIAN_UNKNOWN) in _bfd_generic_verify_endian_match()
1136 bfd *obfd ATTRIBUTE_UNUSED, in _bfd_generic_init_private_section_data()
H A Delf.c1120 BFD_ASSERT (!elf_flags_init (obfd) in _bfd_elf_copy_private_bfd_data()
1121 || (elf_elfheader (obfd)->e_flags in _bfd_elf_copy_private_bfd_data()
1124 elf_gp (obfd) = elf_gp (ibfd); in _bfd_elf_copy_private_bfd_data()
1126 elf_flags_init (obfd) = TRUE; in _bfd_elf_copy_private_bfd_data()
6075 elf_seg_map (obfd) = map_first; in rewrite_elf_program_header()
6269 elf_seg_map (obfd) = map_first; in copy_elf_program_header()
6286 if (ibfd->xvec == obfd->xvec) in copy_private_bfd_data()
6363 if (ibfd->xvec == obfd->xvec) in copy_private_bfd_data()
6391 bfd *obfd, in _bfd_elf_init_private_section_data() argument
6459 bfd *obfd, in _bfd_elf_copy_private_section_data() argument
[all …]
H A Dlinker.c3144 _bfd_nearby_section (bfd *obfd, asection *s, bfd_vma addr) in _bfd_nearby_section() argument
3151 && !bfd_section_removed_from_list (obfd, prev)) in _bfd_nearby_section()
3162 && !bfd_section_removed_from_list (obfd, next)) in _bfd_nearby_section()
3215 bfd *obfd = (bfd *) data; in fix_syms() local
3224 && bfd_section_removed_from_list (obfd, s->output_section)) in fix_syms()
3229 op = _bfd_nearby_section (obfd, s->output_section, h->u.def.value); in fix_syms()
3239 _bfd_fix_excluded_sec_syms (bfd *obfd, struct bfd_link_info *info) in _bfd_fix_excluded_sec_syms() argument
3241 bfd_link_hash_traverse (info->hash, fix_syms, obfd); in _bfd_fix_excluded_sec_syms()
H A Dlibbfd.h139 (bfd *obfd);
/dragonfly/contrib/gdb-7/gdb/
H A Dmipsread.c72 bfd *abfd = objfile->obfd; in mipscoff_symfile_read()
183 bfd *abfd = objfile->obfd; in read_alphacoff_dynamic_symtab()
H A Dgdb.gdb8 printf "0x%-8x 0x%-8x %6d %s\n", $obj, $obj->obfd, \
H A Dminsyms.c825 if (symfile_objfile != NULL && symfile_objfile->obfd != NULL) in get_symbol_leading_char()
826 return bfd_get_symbol_leading_char (symfile_objfile->obfd); in get_symbol_leading_char()
902 if (name[0] == get_symbol_leading_char (objfile->obfd)) in prim_record_minimal_symbol_full()
H A Dmaint.c377 bfd_get_filename (ofile->obfd)); in maintenance_info_sections()
380 print_objfile_section_info (ofile->obfd, osect, arg); in maintenance_info_sections()
H A Dcoff-pe-read.c329 bfd *dll = objfile->obfd; in read_pe_exported_syms()
351 char const *target = bfd_get_target (objfile->obfd); in read_pe_exported_syms()
H A Dgdbarch.h736 typedef char * (gdbarch_make_corefile_notes_ftype) (struct gdbarch *gdbarch, bfd *obfd, int *note_s…
737 extern char * gdbarch_make_corefile_notes (struct gdbarch *gdbarch, bfd *obfd, int *note_size);
748 typedef char * (gdbarch_elfcore_write_linux_prpsinfo_ftype) (bfd *obfd, char *note_data, int *note_…
749 extern char * gdbarch_elfcore_write_linux_prpsinfo (struct gdbarch *gdbarch, bfd *obfd, char *note_…
H A Dsymmisc.c175 gdb_print_host_address (objfile->obfd, gdb_stdout); in dump_objfile()
265 bfd_section_name (objfile->obfd, in dump_msymbols()
H A Ddwarf2read.c2081 abfd = dwarf2_per_objfile->objfile->obfd; in dwarf2_get_dwz_file()
6226 bfd *abfd = cu->objfile->obfd; in peek_die_abbrev()
7966 bfd *abfd = objfile->obfd; in read_file_scope()
9972 bfd *obfd = objfile->obfd; in dwarf2_ranges_read() local
10000 marker = read_address (obfd, buffer, cu, &dummy); in dwarf2_ranges_read()
10321 bfd *obfd = objfile->obfd; in dwarf2_record_block_ranges() local
13835 bfd_get_filename (objfile->obfd)); in find_partial_die()
14609 bfd *abfd = objfile->obfd; in read_addr_index_1()
14642 bfd *abfd = cu->objfile->obfd; in read_addr_index_from_leb128()
14735 bfd *abfd = objfile->obfd; in read_str_index()
[all …]
H A Dsolib-svr4.c1501 tmp_bfd = os->objfile->obfd; in enable_break()
2431 abfd = objfile->obfd; in elf_lookup_lib_symbol()
H A Dexec.c967 exec_make_note_section (bfd *obfd, int *note_size) in exec_make_note_section() argument
H A Dgdbarch.c3363 gdbarch_make_corefile_notes (struct gdbarch *gdbarch, bfd *obfd, int *note_size) in gdbarch_make_corefile_notes() argument
3369 return gdbarch->make_corefile_notes (gdbarch, obfd, note_size); in gdbarch_make_corefile_notes()
3387 gdbarch_elfcore_write_linux_prpsinfo (struct gdbarch *gdbarch, bfd *obfd, char *note_data, int *not… in gdbarch_elfcore_write_linux_prpsinfo() argument
3393 return gdbarch->elfcore_write_linux_prpsinfo (obfd, note_data, note_size, info); in gdbarch_elfcore_write_linux_prpsinfo()
/dragonfly/contrib/binutils-2.27/bfd/
H A Dpeicode.h351 pe_bfd_copy_private_bfd_data (bfd *ibfd, bfd *obfd) in pe_bfd_copy_private_bfd_data() argument
356 if (pe_data (obfd) != NULL in pe_bfd_copy_private_bfd_data()
359 pe_data (obfd)->real_flags |= IMAGE_FILE_LARGE_ADDRESS_AWARE; in pe_bfd_copy_private_bfd_data()
361 if (!_bfd_XX_bfd_copy_private_bfd_data_common (ibfd, obfd)) in pe_bfd_copy_private_bfd_data()
365 return pe_saved_coff_bfd_copy_private_bfd_data (ibfd, obfd); in pe_bfd_copy_private_bfd_data()
H A Delf32-or1k.c2765 elf32_or1k_merge_private_bfd_data (bfd *ibfd, bfd *obfd) in elf32_or1k_merge_private_bfd_data() argument
2771 out_flags = elf_elfheader (obfd)->e_flags; in elf32_or1k_merge_private_bfd_data()
2774 || bfd_get_flavour (obfd) != bfd_target_elf_flavour) in elf32_or1k_merge_private_bfd_data()
2777 if (!elf_flags_init (obfd)) in elf32_or1k_merge_private_bfd_data()
2779 elf_flags_init (obfd) = TRUE; in elf32_or1k_merge_private_bfd_data()
2780 elf_elfheader (obfd)->e_flags = in_flags; in elf32_or1k_merge_private_bfd_data()
H A Delflink.c3046 _bfd_elf_tls_setup (bfd *obfd, struct bfd_link_info *info) in _bfd_elf_tls_setup() argument
3051 for (sec = obfd->sections; sec != NULL; sec = sec->next) in _bfd_elf_tls_setup()
6941 _bfd_elf_merge_sections (bfd *obfd, struct bfd_link_info *info) in _bfd_elf_merge_sections() argument
6953 == get_elf_backend_data (obfd)->s->elfclass)) in _bfd_elf_merge_sections()
6961 if (! _bfd_add_merge_section (obfd, in _bfd_elf_merge_sections()
7154 _bfd_elf_link_hash_table_free (bfd *obfd) in _bfd_elf_link_hash_table_free() argument
7158 htab = (struct elf_link_hash_table *) obfd->link.hash; in _bfd_elf_link_hash_table_free()
7162 _bfd_generic_link_hash_table_free (obfd); in _bfd_elf_link_hash_table_free()
11056 for (o = obfd->sections; o != NULL; o = o->next) in elf_final_link_free()
13220 bfd *obfd = info->output_bfd; in bfd_elf_lookup_section_flags() local
[all …]
H A Dlibbfd.h140 (bfd *obfd);
/dragonfly/contrib/gdb-7/gdb/python/
H A Dpy-auto-load.c198 bfd *abfd = objfile->obfd; in auto_load_section_scripts()
/dragonfly/contrib/gdb-7/gdb/mi/
H A Dmi-interp.c902 flagword flags = bfd_get_section_flags (sec->objfile->obfd, in mi_memory_changed()

1234