| /dragonfly/contrib/binutils-2.27/bfd/ |
| HD | coff-bfd.h | 66 #define coff_section_data(abfd, sec) \ macro 71 && coff_section_data (abfd, sec) != NULL) \ 72 ? coff_section_data (abfd, sec)->comdat : NULL)
|
| HD | coffgen.c | 511 if (coff_section_data (abfd, sec) != NULL in _bfd_coff_read_internal_relocs() 512 && coff_section_data (abfd, sec)->relocs != NULL) in _bfd_coff_read_internal_relocs() 515 return coff_section_data (abfd, sec)->relocs; in _bfd_coff_read_internal_relocs() 516 memcpy (internal_relocs, coff_section_data (abfd, sec)->relocs, in _bfd_coff_read_internal_relocs() 561 if (coff_section_data (abfd, sec) == NULL) in _bfd_coff_read_internal_relocs() 567 coff_section_data (abfd, sec)->contents = NULL; in _bfd_coff_read_internal_relocs() 569 coff_section_data (abfd, sec)->relocs = free_internal; in _bfd_coff_read_internal_relocs() 2360 sec_data = coff_section_data (abfd, section); in coff_find_nearest_line_with_names() 2699 && coff_section_data (NULL, sec) in fini_reloc_cookie_rels() 2700 && coff_section_data (NULL, sec)->relocs != cookie->rels) in fini_reloc_cookie_rels() [all …]
|
| HD | peicode.h | 487 coff_section_data (vars->abfd, sec)->i); in pe_ILF_make_a_reloc() 497 if (coff_section_data (vars->abfd, sec) == NULL) in pe_ILF_save_relocs() 501 coff_section_data (vars->abfd, sec)->relocs = vars->int_reltab; in pe_ILF_save_relocs() 502 coff_section_data (vars->abfd, sec)->keep_relocs = TRUE; in pe_ILF_save_relocs() 658 coff_section_data (vars->abfd, sec)->i = vars->sym_index - 1; in pe_ILF_make_a_section()
|
| HD | cofflink.c | 380 && coff_section_data (abfd, section) != NULL in coff_link_add_symbols() 381 && coff_section_data (abfd, section)->comdat != NULL in coff_link_add_symbols() 383 && strcmp (name, coff_section_data (abfd, section)->comdat->name) == 0) in coff_link_add_symbols() 390 && coff_section_data (abfd, (*sym_hash)->root.u.def.section)->comdat != NULL in coff_link_add_symbols() 391 … && strcmp (coff_section_data (abfd, (*sym_hash)->root.u.def.section)->comdat->name, in coff_link_add_symbols() 392 coff_section_data (abfd, section)->comdat->name) == 0) in coff_link_add_symbols() 532 = coff_section_data (abfd, stab); in coff_link_add_symbols() 540 secdata = coff_section_data (abfd, stab); in coff_link_add_symbols() 2374 secdata = coff_section_data (input_bfd, o); in _bfd_coff_link_input_bfd()
|
| HD | coffcode.h | 1125 coff_section_data (abfd, section)->comdat in handle_COMDAT() 1127 if (coff_section_data (abfd, section)->comdat == NULL) in handle_COMDAT() 1130 coff_section_data (abfd, section)->comdat->symbol = in handle_COMDAT() 1139 coff_section_data (abfd, section)->comdat->name in handle_COMDAT() 1898 if (coff_section_data (abfd, section) == NULL) in coff_set_alignment_hook() 1910 coff_section_data (abfd, section)->tdata = bfd_zalloc (abfd, amt); in coff_set_alignment_hook() 1911 if (coff_section_data (abfd, section)->tdata == NULL) in coff_set_alignment_hook() 3354 if (coff_section_data (abfd, current) == NULL) in coff_compute_section_file_positions() 3366 coff_section_data (abfd, current)->tdata = bfd_zalloc (abfd, amt); in coff_compute_section_file_positions() 3367 if (coff_section_data (abfd, current)->tdata == NULL) in coff_compute_section_file_positions() [all …]
|
| HD | pei-x86_64.c | 300 || coff_section_data (abfd, section) == NULL in pex64_get_section_by_rva() 483 || coff_section_data (abfd, pdata_section) == NULL in pex64_bfd_print_pdata_section()
|
| HD | libcoff.h | 216 ((struct xcoff_section_tdata *) coff_section_data ((abfd), (sec))->tdata) 230 ((struct pei_section_tdata *) coff_section_data ((abfd), (sec))->tdata)
|
| HD | peXXigen.c | 611 && (coff_section_data (abfd, sec) != NULL) in add_data_entry() 736 if (coff_section_data (abfd, sec) != NULL in _bfd_XXi_swap_aouthdr_out() 1881 || coff_section_data (abfd, section) == NULL in pe_print_pdata() 2076 || coff_section_data (abfd, section) == NULL in _bfd_XX_print_ce_compressed_pdata() 2140 if (tsection && coff_section_data (abfd, tsection) in _bfd_XX_print_ce_compressed_pdata() 3018 if (coff_section_data (ibfd, isec) != NULL in _bfd_XX_bfd_copy_private_section_data() 3021 if (coff_section_data (obfd, osec) == NULL) in _bfd_XX_bfd_copy_private_section_data() 3032 coff_section_data (obfd, osec)->tdata = bfd_zalloc (obfd, amt); in _bfd_XX_bfd_copy_private_section_data() 3033 if (coff_section_data (obfd, osec)->tdata == NULL) in _bfd_XX_bfd_copy_private_section_data()
|
| /dragonfly/contrib/binutils-2.34/bfd/ |
| HD | 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)
|
| HD | 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() 679 coff_section_data (vars->abfd, sec)->i = vars->sym_index - 1; in pe_ILF_make_a_section()
|
| HD | coffgen.c | 520 if (coff_section_data (abfd, sec) != NULL in _bfd_coff_read_internal_relocs() 521 && coff_section_data (abfd, sec)->relocs != NULL) in _bfd_coff_read_internal_relocs() 524 return coff_section_data (abfd, sec)->relocs; in _bfd_coff_read_internal_relocs() 525 memcpy (internal_relocs, coff_section_data (abfd, sec)->relocs, in _bfd_coff_read_internal_relocs() 570 if (coff_section_data (abfd, sec) == NULL) in _bfd_coff_read_internal_relocs() 576 coff_section_data (abfd, sec)->contents = NULL; in _bfd_coff_read_internal_relocs() 578 coff_section_data (abfd, sec)->relocs = free_internal; in _bfd_coff_read_internal_relocs() 2295 sec_data = coff_section_data (abfd, section); in coff_find_nearest_line_with_names() 2776 && coff_section_data (NULL, sec) in fini_reloc_cookie_rels() 2777 && coff_section_data (NULL, sec)->relocs != cookie->rels) in fini_reloc_cookie_rels() [all …]
|
| HD | cofflink.c | 388 && coff_section_data (abfd, section) != NULL in coff_link_add_symbols() 389 && coff_section_data (abfd, section)->comdat != NULL in coff_link_add_symbols() 391 && strcmp (name, coff_section_data (abfd, section)->comdat->name) == 0) in coff_link_add_symbols() 398 && coff_section_data (abfd, (*sym_hash)->root.u.def.section)->comdat != NULL in coff_link_add_symbols() 399 … && strcmp (coff_section_data (abfd, (*sym_hash)->root.u.def.section)->comdat->name, in coff_link_add_symbols() 400 coff_section_data (abfd, section)->comdat->name) == 0) in coff_link_add_symbols() 542 = coff_section_data (abfd, stab); in coff_link_add_symbols() 550 secdata = coff_section_data (abfd, stab); in coff_link_add_symbols() 2386 secdata = coff_section_data (input_bfd, o); in _bfd_coff_link_input_bfd()
|
| HD | coffcode.h | 1120 coff_section_data (abfd, section)->comdat in handle_COMDAT() 1122 if (coff_section_data (abfd, section)->comdat == NULL) in handle_COMDAT() 1125 coff_section_data (abfd, section)->comdat->symbol = in handle_COMDAT() 1134 coff_section_data (abfd, section)->comdat->name in handle_COMDAT() 1877 if (coff_section_data (abfd, section) == NULL) in coff_set_alignment_hook() 1889 coff_section_data (abfd, section)->tdata = bfd_zalloc (abfd, amt); in coff_set_alignment_hook() 1890 if (coff_section_data (abfd, section)->tdata == NULL) in coff_set_alignment_hook() 3087 if (coff_section_data (abfd, current) == NULL) in coff_compute_section_file_positions() 3099 coff_section_data (abfd, current)->tdata = bfd_zalloc (abfd, amt); in coff_compute_section_file_positions() 3100 if (coff_section_data (abfd, current)->tdata == NULL) in coff_compute_section_file_positions() [all …]
|
| HD | 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()
|
| HD | libcoff.h | 220 ((struct xcoff_section_tdata *) coff_section_data ((abfd), (sec))->tdata) 234 ((struct pei_section_tdata *) coff_section_data ((abfd), (sec))->tdata)
|
| HD | peXXigen.c | 619 && (coff_section_data (abfd, sec) != NULL) in add_data_entry() 747 if (coff_section_data (abfd, sec) != NULL in _bfd_XXi_swap_aouthdr_out() 1901 || coff_section_data (abfd, section) == NULL in pe_print_pdata() 2098 || coff_section_data (abfd, section) == NULL in _bfd_XX_print_ce_compressed_pdata() 2163 if (tsection && coff_section_data (abfd, tsection) in _bfd_XX_print_ce_compressed_pdata() 3054 if (coff_section_data (ibfd, isec) != NULL in _bfd_XX_bfd_copy_private_section_data() 3057 if (coff_section_data (obfd, osec) == NULL) in _bfd_XX_bfd_copy_private_section_data() 3068 coff_section_data (obfd, osec)->tdata = bfd_zalloc (obfd, amt); in _bfd_XX_bfd_copy_private_section_data() 3069 if (coff_section_data (obfd, osec)->tdata == NULL) in _bfd_XX_bfd_copy_private_section_data()
|
| /dragonfly/contrib/gdb-7/bfd/ |
| HD | coffgen.c | 497 if (coff_section_data (abfd, sec) != NULL in _bfd_coff_read_internal_relocs() 498 && coff_section_data (abfd, sec)->relocs != NULL) in _bfd_coff_read_internal_relocs() 501 return coff_section_data (abfd, sec)->relocs; in _bfd_coff_read_internal_relocs() 502 memcpy (internal_relocs, coff_section_data (abfd, sec)->relocs, in _bfd_coff_read_internal_relocs() 547 if (coff_section_data (abfd, sec) == NULL) in _bfd_coff_read_internal_relocs() 553 coff_section_data (abfd, sec)->contents = NULL; in _bfd_coff_read_internal_relocs() 555 coff_section_data (abfd, sec)->relocs = free_internal; in _bfd_coff_read_internal_relocs() 2313 sec_data = coff_section_data (abfd, section); in coff_find_nearest_line_with_names() 2535 && coff_section_data (abfd, sec) != NULL) in bfd_coff_get_comdat_section() 2536 return coff_section_data (abfd, sec)->comdat; in bfd_coff_get_comdat_section()
|
| HD | libcoff.h | 211 #define coff_section_data(abfd, sec) \ macro 231 ((struct xcoff_section_tdata *) coff_section_data ((abfd), (sec))->tdata) 245 ((struct pei_section_tdata *) coff_section_data ((abfd), (sec))->tdata)
|