Searched refs:coff_section_data (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | xcofflink.c | 131 if (coff_section_data (abfd, sec) == NULL) in xcoff_get_section_contents() 140 if (coff_section_data (abfd, sec)->contents == NULL) in xcoff_get_section_contents() 180 contents = coff_section_data (abfd, lsec)->contents; in _bfd_xcoff_get_dynamic_symtab_upper_bound() 214 contents = coff_section_data (abfd, lsec)->contents; in _bfd_xcoff_canonicalize_dynamic_symtab() 296 contents = coff_section_data (abfd, lsec)->contents; in _bfd_xcoff_get_dynamic_reloc_upper_bound() 500 if (coff_section_data (abfd, sec) != NULL in xcoff_read_internal_relocs() 509 && (coff_section_data (abfd, enclosing) == NULL in xcoff_read_internal_relocs() 521 && coff_section_data (abfd, enclosing) != NULL in xcoff_read_internal_relocs() 1910 && coff_section_data (abfd, o) != NULL in xcoff_link_add_symbols() 1914 free (coff_section_data (abfd, o)->relocs); in xcoff_link_add_symbols() [all …]
|
| H A D | libcoff-in.h | 204 #define coff_section_data(abfd, sec) \ macro 225 ((struct xcoff_section_tdata *) coff_section_data ((abfd), (sec))->tdata) 239 ((struct pei_section_tdata *) coff_section_data ((abfd), (sec))->tdata)
|
| H A D | peicode.h | 485 coff_section_data (vars->abfd, sec)->i); in pe_ILF_make_a_reloc() 495 if (coff_section_data (vars->abfd, sec) == NULL) in pe_ILF_save_relocs() 499 coff_section_data (vars->abfd, sec)->relocs = vars->int_reltab; in pe_ILF_save_relocs() 500 coff_section_data (vars->abfd, sec)->keep_relocs = TRUE; in pe_ILF_save_relocs() 641 coff_section_data (vars->abfd, sec)->i = vars->sym_index - 1; in pe_ILF_make_a_section()
|
| H A D | coffgen.c | 411 if (coff_section_data (abfd, sec) != NULL in _bfd_coff_read_internal_relocs() 412 && coff_section_data (abfd, sec)->relocs != NULL) in _bfd_coff_read_internal_relocs() 415 return coff_section_data (abfd, sec)->relocs; in _bfd_coff_read_internal_relocs() 416 memcpy (internal_relocs, coff_section_data (abfd, sec)->relocs, in _bfd_coff_read_internal_relocs() 461 if (coff_section_data (abfd, sec) == NULL) in _bfd_coff_read_internal_relocs() 467 coff_section_data (abfd, sec)->contents = NULL; in _bfd_coff_read_internal_relocs() 469 coff_section_data (abfd, sec)->relocs = free_internal; in _bfd_coff_read_internal_relocs() 2142 sec_data = coff_section_data (abfd, section); in coff_find_nearest_line() 2331 && coff_section_data (abfd, sec) != NULL) in bfd_coff_get_comdat_section() 2332 return coff_section_data (abfd, sec)->comdat; in bfd_coff_get_comdat_section()
|
| H A D | libcoff.h | 208 #define coff_section_data(abfd, sec) \ macro 229 ((struct xcoff_section_tdata *) coff_section_data ((abfd), (sec))->tdata) 243 ((struct pei_section_tdata *) coff_section_data ((abfd), (sec))->tdata)
|
| H A D | coffcode.h | 960 coff_section_data (abfd, section)->comdat in handle_COMDAT() 962 if (coff_section_data (abfd, section)->comdat == NULL) in handle_COMDAT() 965 coff_section_data (abfd, section)->comdat->symbol = in handle_COMDAT() 974 coff_section_data (abfd, section)->comdat->name in handle_COMDAT() 1663 if (coff_section_data (abfd, section) == NULL) in coff_set_alignment_hook() 1675 coff_section_data (abfd, section)->tdata = bfd_zalloc (abfd, amt); in coff_set_alignment_hook() 1676 if (coff_section_data (abfd, section)->tdata == NULL) in coff_set_alignment_hook() 3114 if (coff_section_data (abfd, current) == NULL) in coff_compute_section_file_positions() 3126 coff_section_data (abfd, current)->tdata = bfd_zalloc (abfd, amt); in coff_compute_section_file_positions() 3127 if (coff_section_data (abfd, current)->tdata == NULL) in coff_compute_section_file_positions() [all …]
|
| H A D | cofflink.c | 440 && coff_section_data (abfd, section) != NULL in coff_link_add_symbols() 441 && coff_section_data (abfd, section)->comdat != NULL in coff_link_add_symbols() 443 && strcmp (name, coff_section_data (abfd, section)->comdat->name) == 0) in coff_link_add_symbols() 450 && coff_section_data (abfd, (*sym_hash)->root.u.def.section)->comdat != NULL in coff_link_add_symbols() 451 && strcmp (coff_section_data (abfd, (*sym_hash)->root.u.def.section)->comdat->name, in coff_link_add_symbols() 452 coff_section_data (abfd, section)->comdat->name) == 0) in coff_link_add_symbols() 592 = coff_section_data (abfd, stab); in coff_link_add_symbols() 600 secdata = coff_section_data (abfd, stab); in coff_link_add_symbols() 2301 secdata = coff_section_data (input_bfd, o); in _bfd_coff_link_input_bfd()
|
| H A D | peXXigen.c | 526 && (coff_section_data (abfd, sec) != NULL) in add_data_entry() 665 if (coff_section_data (abfd, sec) != NULL in _bfd_XXi_swap_aouthdr_out() 1621 || coff_section_data (abfd, section) == NULL in pe_print_pdata() 2038 if (coff_section_data (ibfd, isec) != NULL in _bfd_XX_bfd_copy_private_section_data() 2041 if (coff_section_data (obfd, osec) == NULL) in _bfd_XX_bfd_copy_private_section_data() 2052 coff_section_data (obfd, osec)->tdata = bfd_zalloc (obfd, amt); in _bfd_XX_bfd_copy_private_section_data() 2053 if (coff_section_data (obfd, osec)->tdata == NULL) in _bfd_XX_bfd_copy_private_section_data()
|
| H A D | ChangeLog-9495 | 1785 * coff-i960.c (coff_i960_relocate): Use a coff_section_data 2439 (coff_section_data): Define.
|