Lines Matching refs:coff_section_data

214   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()
646 && (coff_section_data (abfd, enclosing) == NULL in xcoff_read_internal_relocs()
647 || coff_section_data (abfd, enclosing)->relocs == NULL) in xcoff_read_internal_relocs()
658 && coff_section_data (abfd, enclosing) != NULL in xcoff_read_internal_relocs()
659 && coff_section_data (abfd, enclosing)->relocs != NULL) in xcoff_read_internal_relocs()
667 return coff_section_data (abfd, enclosing)->relocs + off; in xcoff_read_internal_relocs()
669 coff_section_data (abfd, enclosing)->relocs + off, in xcoff_read_internal_relocs()
861 contents = coff_section_data (abfd, lsec)->contents; in xcoff_link_add_dynamic_symbols()
988 if (contents != NULL && ! coff_section_data (abfd, lsec)->keep_contents) in xcoff_link_add_dynamic_symbols()
990 free (coff_section_data (abfd, lsec)->contents); in xcoff_link_add_dynamic_symbols()
991 coff_section_data (abfd, lsec)->contents = NULL; in xcoff_link_add_dynamic_symbols()
1693 coff_section_data (abfd, csect)->tdata = bfd_zalloc (abfd, amt); in xcoff_link_add_symbols()
1694 if (coff_section_data (abfd, csect)->tdata == NULL) in xcoff_link_add_symbols()
1826 coff_section_data (abfd, csect)->tdata = bfd_zalloc (abfd, amt); in xcoff_link_add_symbols()
1827 if (coff_section_data (abfd, csect)->tdata == NULL) in xcoff_link_add_symbols()
2166 && coff_section_data (abfd, o) != NULL in xcoff_link_add_symbols()
2167 && coff_section_data (abfd, o)->relocs != NULL in xcoff_link_add_symbols()
2168 && ! coff_section_data (abfd, o)->keep_relocs) in xcoff_link_add_symbols()
2170 free (coff_section_data (abfd, o)->relocs); in xcoff_link_add_symbols()
2171 coff_section_data (abfd, o)->relocs = NULL; in xcoff_link_add_symbols()
2251 contents = coff_section_data (abfd, lsec)->contents; in xcoff_link_check_dynamic_ar_symbols()
2301 if (contents != NULL && ! coff_section_data (abfd, lsec)->keep_contents) in xcoff_link_check_dynamic_ar_symbols()
2303 free (coff_section_data (abfd, lsec)->contents); in xcoff_link_check_dynamic_ar_symbols()
2304 coff_section_data (abfd, lsec)->contents = NULL; in xcoff_link_check_dynamic_ar_symbols()
2903 && coff_section_data (sec->owner, sec) != NULL in xcoff_mark()
2975 && coff_section_data (sec->owner, sec) != NULL in xcoff_mark()
2976 && coff_section_data (sec->owner, sec)->relocs != NULL in xcoff_mark()
2977 && ! coff_section_data (sec->owner, sec)->keep_relocs) in xcoff_mark()
2979 free (coff_section_data (sec->owner, sec)->relocs); in xcoff_mark()
2980 coff_section_data (sec->owner, sec)->relocs = NULL; in xcoff_mark()
4770 if (coff_section_data (input_bfd, o) != NULL in xcoff_link_input_bfd()
4771 && coff_section_data (input_bfd, o)->contents != NULL) in xcoff_link_input_bfd()
4772 contents = coff_section_data (input_bfd, o)->contents; in xcoff_link_input_bfd()
5904 if (coff_section_data (sec->owner, sec) != NULL in _bfd_xcoff_bfd_final_link()