Home
last modified time | relevance | path

Searched refs:coff_section_data (Results 1 – 14 of 14) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dcoff-sh.c721 if (coff_section_data (abfd, sec) == NULL) in sh_relax_section()
756 if (coff_section_data (abfd, sec)->contents != NULL) in sh_relax_section()
757 contents = coff_section_data (abfd, sec)->contents; in sh_relax_section()
898 coff_section_data (abfd, sec)->relocs = internal_relocs; in sh_relax_section()
899 coff_section_data (abfd, sec)->keep_relocs = TRUE; in sh_relax_section()
901 coff_section_data (abfd, sec)->contents = contents; in sh_relax_section()
902 coff_section_data (abfd, sec)->keep_contents = TRUE; in sh_relax_section()
1004 if (coff_section_data (abfd, sec)->contents != NULL) in sh_relax_section()
1005 contents = coff_section_data (abfd, sec)->contents; in sh_relax_section()
1018 coff_section_data (abfd, sec)->relocs = internal_relocs; in sh_relax_section()
[all …]
Dcoff-i960.c211 if (coff_section_data (output_bfd, osec) != NULL in coff_i960_relocate()
212 && coff_section_data (output_bfd, osec)->tdata != NULL) in coff_i960_relocate()
214 (asymbol **) coff_section_data (output_bfd, osec)->tdata; in coff_i960_relocate()
237 if (coff_section_data (output_bfd, osec) == NULL) in coff_i960_relocate()
244 coff_section_data (output_bfd, osec)->tdata = syms; in coff_i960_relocate()
Dxcofflink.c214 if (coff_section_data (abfd, sec) == NULL) in xcoff_get_section_contents()
223 if (coff_section_data (abfd, sec)->contents == NULL) in xcoff_get_section_contents()
233 coff_section_data (abfd, sec)->contents = contents; in xcoff_get_section_contents()
263 contents = coff_section_data (abfd, lsec)->contents; in _bfd_xcoff_get_dynamic_symtab_upper_bound()
297 contents = coff_section_data (abfd, lsec)->contents; in _bfd_xcoff_canonicalize_dynamic_symtab()
299 coff_section_data (abfd, lsec)->keep_contents = TRUE; in _bfd_xcoff_canonicalize_dynamic_symtab()
384 contents = coff_section_data (abfd, lsec)->contents; in _bfd_xcoff_get_dynamic_reloc_upper_bound()
419 contents = coff_section_data (abfd, lsec)->contents; in _bfd_xcoff_canonicalize_dynamic_reloc()
637 if (coff_section_data (abfd, sec) != NULL in xcoff_read_internal_relocs()
638 && coff_section_data (abfd, sec)->relocs == NULL in xcoff_read_internal_relocs()
[all …]
Dlibcoff-in.h217 #define coff_section_data(abfd, sec) \ macro
237 ((struct xcoff_section_tdata *) coff_section_data ((abfd), (sec))->tdata)
251 ((struct pei_section_tdata *) coff_section_data ((abfd), (sec))->tdata)
Dpeicode.h487 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()
644 coff_section_data (vars->abfd, sec)->i = vars->sym_index - 1; in pe_ILF_make_a_section()
Dcoffgen.c500 if (coff_section_data (abfd, sec) != NULL in _bfd_coff_read_internal_relocs()
501 && coff_section_data (abfd, sec)->relocs != NULL) in _bfd_coff_read_internal_relocs()
504 return coff_section_data (abfd, sec)->relocs; in _bfd_coff_read_internal_relocs()
505 memcpy (internal_relocs, coff_section_data (abfd, sec)->relocs, in _bfd_coff_read_internal_relocs()
550 if (coff_section_data (abfd, sec) == NULL) in _bfd_coff_read_internal_relocs()
556 coff_section_data (abfd, sec)->contents = NULL; in _bfd_coff_read_internal_relocs()
558 coff_section_data (abfd, sec)->relocs = free_internal; in _bfd_coff_read_internal_relocs()
2400 sec_data = coff_section_data (abfd, section); in coff_find_nearest_line_with_names()
2610 && coff_section_data (abfd, sec) != NULL) in bfd_coff_get_comdat_section()
2611 return coff_section_data (abfd, sec)->comdat; in bfd_coff_get_comdat_section()
Dlibcoff.h221 #define coff_section_data(abfd, sec) \ macro
241 ((struct xcoff_section_tdata *) coff_section_data ((abfd), (sec))->tdata)
255 ((struct pei_section_tdata *) coff_section_data ((abfd), (sec))->tdata)
Dcofflink.c379 && coff_section_data (abfd, section) != NULL in coff_link_add_symbols()
380 && coff_section_data (abfd, section)->comdat != NULL in coff_link_add_symbols()
382 && strcmp (name, coff_section_data (abfd, section)->comdat->name) == 0) in coff_link_add_symbols()
389 && coff_section_data (abfd, (*sym_hash)->root.u.def.section)->comdat != NULL in coff_link_add_symbols()
390 && strcmp (coff_section_data (abfd, (*sym_hash)->root.u.def.section)->comdat->name, in coff_link_add_symbols()
391 coff_section_data (abfd, section)->comdat->name) == 0) in coff_link_add_symbols()
531 = coff_section_data (abfd, stab); in coff_link_add_symbols()
539 secdata = coff_section_data (abfd, stab); in coff_link_add_symbols()
2343 secdata = coff_section_data (input_bfd, o); in _bfd_coff_link_input_bfd()
Dcoffcode.h1118 coff_section_data (abfd, section)->comdat in handle_COMDAT()
1120 if (coff_section_data (abfd, section)->comdat == NULL) in handle_COMDAT()
1123 coff_section_data (abfd, section)->comdat->symbol = in handle_COMDAT()
1132 coff_section_data (abfd, section)->comdat->name in handle_COMDAT()
1887 if (coff_section_data (abfd, section) == NULL) in coff_set_alignment_hook()
1899 coff_section_data (abfd, section)->tdata = bfd_zalloc (abfd, amt); in coff_set_alignment_hook()
1900 if (coff_section_data (abfd, section)->tdata == NULL) in coff_set_alignment_hook()
3322 if (coff_section_data (abfd, current) == NULL) in coff_compute_section_file_positions()
3334 coff_section_data (abfd, current)->tdata = bfd_zalloc (abfd, amt); in coff_compute_section_file_positions()
3335 if (coff_section_data (abfd, current)->tdata == NULL) in coff_compute_section_file_positions()
[all …]
Dpei-x86_64.c298 || coff_section_data (abfd, section) == NULL in pex64_get_section_by_rva()
462 || coff_section_data (abfd, pdata_section) == NULL in pex64_bfd_print_pdata()
DpeXXigen.c608 && (coff_section_data (abfd, sec) != NULL) in add_data_entry()
733 if (coff_section_data (abfd, sec) != NULL in _bfd_XXi_swap_aouthdr_out()
1871 || coff_section_data (abfd, section) == NULL in pe_print_pdata()
2054 || coff_section_data (abfd, section) == NULL in _bfd_XX_print_ce_compressed_pdata()
2118 if (tsection && coff_section_data (abfd, tsection) in _bfd_XX_print_ce_compressed_pdata()
2970 if (coff_section_data (ibfd, isec) != NULL in _bfd_XX_bfd_copy_private_section_data()
2973 if (coff_section_data (obfd, osec) == NULL) in _bfd_XX_bfd_copy_private_section_data()
2984 coff_section_data (obfd, osec)->tdata = bfd_zalloc (obfd, amt); in _bfd_XX_bfd_copy_private_section_data()
2985 if (coff_section_data (obfd, osec)->tdata == NULL) in _bfd_XX_bfd_copy_private_section_data()
DChangeLog-20041660 pointer in the coff_section_data structure has been initialised
2550 * coff-sh.c (sh_relax_section): Alloc coff_section_data struct early.
DChangeLog-20054454 coff_section_data isn't NULL.
DChangeLog-94951785 * coff-i960.c (coff_i960_relocate): Use a coff_section_data
2439 (coff_section_data): Define.