/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | coff-bfd.h | 64 #define coff_section_data(abfd, sec) \ macro 69 && coff_section_data (abfd, sec) != NULL) \ 70 ? coff_section_data (abfd, sec)->comdat : NULL)
|
H A D | coff-sh.c | 726 if (coff_section_data (abfd, sec) == NULL) in sh_relax_section() 761 if (coff_section_data (abfd, sec)->contents != NULL) in sh_relax_section() 762 contents = coff_section_data (abfd, sec)->contents; in sh_relax_section() 909 coff_section_data (abfd, sec)->relocs = internal_relocs; in sh_relax_section() 910 coff_section_data (abfd, sec)->contents = contents; in sh_relax_section() 1012 if (coff_section_data (abfd, sec)->contents != NULL) in sh_relax_section() 1013 contents = coff_section_data (abfd, sec)->contents; in sh_relax_section() 1026 coff_section_data (abfd, sec)->relocs = internal_relocs; in sh_relax_section() 1027 coff_section_data (abfd, sec)->contents = contents; in sh_relax_section() 1032 && internal_relocs != coff_section_data (abfd, sec)->relocs) in sh_relax_section() [all …]
|
H A D | xcofflink.c | 222 if (coff_section_data (abfd, sec) == NULL) in xcoff_get_section_contents() 231 bfd_byte *contents = coff_section_data (abfd, sec)->contents; in xcoff_get_section_contents() 235 coff_section_data (abfd, sec)->contents = contents; in xcoff_get_section_contents() 690 if (coff_section_data (abfd, sec) != NULL in xcoff_read_internal_relocs() 691 && coff_section_data (abfd, sec)->relocs == NULL in xcoff_read_internal_relocs() 699 && (coff_section_data (abfd, enclosing) == NULL in xcoff_read_internal_relocs() 700 || coff_section_data (abfd, enclosing)->relocs == NULL) in xcoff_read_internal_relocs() 711 && coff_section_data (abfd, enclosing) != NULL in xcoff_read_internal_relocs() 712 && coff_section_data (abfd, enclosing)->relocs != NULL) in xcoff_read_internal_relocs() 720 return coff_section_data (abfd, enclosing)->relocs + off; in xcoff_read_internal_relocs() [all …]
|
H A D | libcoff-in.h | 250 ((struct xcoff_section_tdata *) coff_section_data ((abfd), (sec))->tdata) 264 ((struct pei_section_tdata *) coff_section_data ((abfd), (sec))->tdata)
|
H A D | coffgen.c | 618 if (coff_section_data (abfd, sec) != NULL in _bfd_coff_read_internal_relocs() 619 && coff_section_data (abfd, sec)->relocs != NULL) in _bfd_coff_read_internal_relocs() 622 return coff_section_data (abfd, sec)->relocs; in _bfd_coff_read_internal_relocs() 623 memcpy (internal_relocs, coff_section_data (abfd, sec)->relocs, in _bfd_coff_read_internal_relocs() 665 if (coff_section_data (abfd, sec) == NULL) in _bfd_coff_read_internal_relocs() 671 coff_section_data (abfd, sec)->contents = NULL; in _bfd_coff_read_internal_relocs() 673 coff_section_data (abfd, sec)->relocs = free_internal; in _bfd_coff_read_internal_relocs() 2380 sec_data = coff_section_data (abfd, section); in coff_find_nearest_line_with_names() 2867 && coff_section_data (NULL, sec) in fini_reloc_cookie_rels() 2868 && coff_section_data (NULL, sec)->relocs != cookie->rels) in fini_reloc_cookie_rels() [all …]
|
H A D | cofflink.c | 430 && coff_section_data (abfd, section) != NULL in coff_link_add_symbols() 431 && coff_section_data (abfd, section)->comdat != NULL in coff_link_add_symbols() 433 && strcmp (name, coff_section_data (abfd, section)->comdat->name) == 0) in coff_link_add_symbols() 440 && coff_section_data (abfd, (*sym_hash)->root.u.def.section)->comdat != NULL in coff_link_add_symbols() 441 && strcmp (coff_section_data (abfd, (*sym_hash)->root.u.def.section)->comdat->name, in coff_link_add_symbols() 442 coff_section_data (abfd, section)->comdat->name) == 0) in coff_link_add_symbols() 587 = coff_section_data (abfd, stab); in coff_link_add_symbols() 595 secdata = coff_section_data (abfd, stab); in coff_link_add_symbols() 2349 secdata = coff_section_data (input_bfd, o); in _bfd_coff_link_input_bfd()
|
H A D | peicode.h | 502 coff_section_data (vars->abfd, sec)->i); in pe_ILF_make_a_reloc() 512 if (coff_section_data (vars->abfd, sec) == NULL) in pe_ILF_save_relocs() 516 coff_section_data (vars->abfd, sec)->relocs = vars->int_reltab; in pe_ILF_save_relocs() 671 coff_section_data (vars->abfd, sec)->i = vars->sym_index - 1; in pe_ILF_make_a_section()
|
H A D | pei-x86_64.c | 372 || coff_section_data (abfd, section) == NULL in pex64_get_section_by_rva() 555 || coff_section_data (abfd, pdata_section) == NULL in pex64_bfd_print_pdata_section()
|
H A D | libcoff.h | 254 ((struct xcoff_section_tdata *) coff_section_data ((abfd), (sec))->tdata) 268 ((struct pei_section_tdata *) coff_section_data ((abfd), (sec))->tdata)
|
H A D | coffcode.h | 1100 coff_section_data (abfd, section)->comdat = comdat; in insert_coff_comdat_info() 1914 if (coff_section_data (abfd, section) == NULL) in coff_set_alignment_hook() 1926 coff_section_data (abfd, section)->tdata = bfd_zalloc (abfd, amt); in coff_set_alignment_hook() 1927 if (coff_section_data (abfd, section)->tdata == NULL) in coff_set_alignment_hook() 3174 if (coff_section_data (abfd, current) == NULL) in coff_compute_section_file_positions() 3186 coff_section_data (abfd, current)->tdata = bfd_zalloc (abfd, amt); in coff_compute_section_file_positions() 3187 if (coff_section_data (abfd, current)->tdata == NULL) in coff_compute_section_file_positions() 3722 if (coff_section_data (abfd, current) != NULL in coff_write_object_contents()
|
H A D | peXXigen.c | 572 && (coff_section_data (abfd, sec) != NULL) in add_data_entry() 700 if (coff_section_data (abfd, sec) != NULL in _bfd_XXi_swap_aouthdr_out() 1843 || coff_section_data (abfd, section) == NULL in pe_print_pdata() 2013 || coff_section_data (abfd, section) == NULL in _bfd_XX_print_ce_compressed_pdata() 2079 if (tsection && coff_section_data (abfd, tsection) in _bfd_XX_print_ce_compressed_pdata() 3103 if (coff_section_data (ibfd, isec) != NULL in _bfd_XX_bfd_copy_private_section_data() 3106 if (coff_section_data (obfd, osec) == NULL) in _bfd_XX_bfd_copy_private_section_data() 3117 coff_section_data (obfd, osec)->tdata = bfd_zalloc (obfd, amt); in _bfd_XX_bfd_copy_private_section_data() 3118 if (coff_section_data (obfd, osec)->tdata == NULL) in _bfd_XX_bfd_copy_private_section_data()
|
H A D | ChangeLog-2004 | 1660 pointer in the coff_section_data structure has been initialised 2550 * coff-sh.c (sh_relax_section): Alloc coff_section_data struct early.
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | coff-bfd.h | 68 #define coff_section_data(abfd, sec) \ macro 73 && coff_section_data (abfd, sec) != NULL) \ 74 ? coff_section_data (abfd, sec)->comdat : NULL)
|
H A D | coff-sh.c | 723 if (coff_section_data (abfd, sec) == NULL) in sh_relax_section() 758 if (coff_section_data (abfd, sec)->contents != NULL) in sh_relax_section() 759 contents = coff_section_data (abfd, sec)->contents; in sh_relax_section() 906 coff_section_data (abfd, sec)->relocs = internal_relocs; in sh_relax_section() 907 coff_section_data (abfd, sec)->keep_relocs = true; in sh_relax_section() 909 coff_section_data (abfd, sec)->contents = contents; in sh_relax_section() 910 coff_section_data (abfd, sec)->keep_contents = true; in sh_relax_section() 1014 if (coff_section_data (abfd, sec)->contents != NULL) in sh_relax_section() 1015 contents = coff_section_data (abfd, sec)->contents; in sh_relax_section() 1028 coff_section_data (abfd, sec)->relocs = internal_relocs; in sh_relax_section() [all …]
|
H A D | xcofflink.c | 222 if (coff_section_data (abfd, sec) == NULL) in xcoff_get_section_contents() 231 if (coff_section_data (abfd, sec)->contents == NULL) in xcoff_get_section_contents() 240 coff_section_data (abfd, sec)->contents = contents; in xcoff_get_section_contents() 270 contents = coff_section_data (abfd, lsec)->contents; in _bfd_xcoff_get_dynamic_symtab_upper_bound() 304 contents = coff_section_data (abfd, lsec)->contents; in _bfd_xcoff_canonicalize_dynamic_symtab() 306 coff_section_data (abfd, lsec)->keep_contents = true; in _bfd_xcoff_canonicalize_dynamic_symtab() 391 contents = coff_section_data (abfd, lsec)->contents; in _bfd_xcoff_get_dynamic_reloc_upper_bound() 426 contents = coff_section_data (abfd, lsec)->contents; in _bfd_xcoff_canonicalize_dynamic_reloc() 692 if (coff_section_data (abfd, sec) != NULL in xcoff_read_internal_relocs() 693 && coff_section_data (abfd, sec)->relocs == NULL in xcoff_read_internal_relocs() [all …]
|
H A D | libcoff-in.h | 224 ((struct xcoff_section_tdata *) coff_section_data ((abfd), (sec))->tdata) 238 ((struct pei_section_tdata *) coff_section_data ((abfd), (sec))->tdata)
|
H A D | peicode.h | 508 coff_section_data (vars->abfd, sec)->i); in pe_ILF_make_a_reloc() 518 if (coff_section_data (vars->abfd, sec) == NULL) in pe_ILF_save_relocs() 522 coff_section_data (vars->abfd, sec)->relocs = vars->int_reltab; in pe_ILF_save_relocs() 523 coff_section_data (vars->abfd, sec)->keep_relocs = true; in pe_ILF_save_relocs() 678 coff_section_data (vars->abfd, sec)->i = vars->sym_index - 1; in pe_ILF_make_a_section()
|
H A D | coffgen.c | 505 if (coff_section_data (abfd, sec) != NULL in _bfd_coff_read_internal_relocs() 506 && coff_section_data (abfd, sec)->relocs != NULL) in _bfd_coff_read_internal_relocs() 509 return coff_section_data (abfd, sec)->relocs; in _bfd_coff_read_internal_relocs() 510 memcpy (internal_relocs, coff_section_data (abfd, sec)->relocs, in _bfd_coff_read_internal_relocs() 552 if (coff_section_data (abfd, sec) == NULL) in _bfd_coff_read_internal_relocs() 558 coff_section_data (abfd, sec)->contents = NULL; in _bfd_coff_read_internal_relocs() 560 coff_section_data (abfd, sec)->relocs = free_internal; in _bfd_coff_read_internal_relocs() 2275 sec_data = coff_section_data (abfd, section); in coff_find_nearest_line_with_names() 2762 && coff_section_data (NULL, sec) in fini_reloc_cookie_rels() 2763 && coff_section_data (NULL, sec)->relocs != cookie->rels) in fini_reloc_cookie_rels() [all …]
|
H A D | cofflink.c | 398 && coff_section_data (abfd, section) != NULL in coff_link_add_symbols() 399 && coff_section_data (abfd, section)->comdat != NULL in coff_link_add_symbols() 401 && strcmp (name, coff_section_data (abfd, section)->comdat->name) == 0) in coff_link_add_symbols() 408 && coff_section_data (abfd, (*sym_hash)->root.u.def.section)->comdat != NULL in coff_link_add_symbols() 409 && strcmp (coff_section_data (abfd, (*sym_hash)->root.u.def.section)->comdat->name, in coff_link_add_symbols() 410 coff_section_data (abfd, section)->comdat->name) == 0) in coff_link_add_symbols() 555 = coff_section_data (abfd, stab); in coff_link_add_symbols() 563 secdata = coff_section_data (abfd, stab); in coff_link_add_symbols() 2317 secdata = coff_section_data (input_bfd, o); in _bfd_coff_link_input_bfd()
|
H A D | coffcode.h | 1158 coff_section_data (abfd, section)->comdat in handle_COMDAT() 1160 if (coff_section_data (abfd, section)->comdat == NULL) in handle_COMDAT() 1163 coff_section_data (abfd, section)->comdat->symbol = in handle_COMDAT() 1172 coff_section_data (abfd, section)->comdat->name in handle_COMDAT() 1920 if (coff_section_data (abfd, section) == NULL) in coff_set_alignment_hook() 1932 coff_section_data (abfd, section)->tdata = bfd_zalloc (abfd, amt); in coff_set_alignment_hook() 1933 if (coff_section_data (abfd, section)->tdata == NULL) in coff_set_alignment_hook() 3148 if (coff_section_data (abfd, current) == NULL) in coff_compute_section_file_positions() 3160 coff_section_data (abfd, current)->tdata = bfd_zalloc (abfd, amt); in coff_compute_section_file_positions() 3161 if (coff_section_data (abfd, current)->tdata == NULL) in coff_compute_section_file_positions() [all …]
|
H A D | libcoff.h | 228 ((struct xcoff_section_tdata *) coff_section_data ((abfd), (sec))->tdata) 242 ((struct pei_section_tdata *) coff_section_data ((abfd), (sec))->tdata)
|
H A D | pei-x86_64.c | 387 || coff_section_data (abfd, section) == NULL in pex64_get_section_by_rva() 574 || coff_section_data (abfd, pdata_section) == NULL in pex64_bfd_print_pdata_section()
|
H A D | peXXigen.c | 597 && (coff_section_data (abfd, sec) != NULL) in add_data_entry() 725 if (coff_section_data (abfd, sec) != NULL in _bfd_XXi_swap_aouthdr_out() 1830 || coff_section_data (abfd, section) == NULL in pe_print_pdata() 1999 || coff_section_data (abfd, section) == NULL in _bfd_XX_print_ce_compressed_pdata() 2063 if (tsection && coff_section_data (abfd, tsection) in _bfd_XX_print_ce_compressed_pdata() 3081 if (coff_section_data (ibfd, isec) != NULL in _bfd_XX_bfd_copy_private_section_data() 3084 if (coff_section_data (obfd, osec) == NULL) in _bfd_XX_bfd_copy_private_section_data() 3095 coff_section_data (obfd, osec)->tdata = bfd_zalloc (obfd, amt); in _bfd_XX_bfd_copy_private_section_data() 3096 if (coff_section_data (obfd, osec)->tdata == NULL) in _bfd_XX_bfd_copy_private_section_data()
|
H A D | ChangeLog-2004 | 1660 pointer in the coff_section_data structure has been initialised 2550 * coff-sh.c (sh_relax_section): Alloc coff_section_data struct early.
|
/netbsd-src/external/gpl3/gdb.old/dist/bfd/ |
H A D | ChangeLog-2004 | 1660 pointer in the coff_section_data structure has been initialised 2550 * coff-sh.c (sh_relax_section): Alloc coff_section_data struct early.
|