Lines Matching refs:coff_section_data
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()
701 && (coff_section_data (abfd, enclosing) == NULL in xcoff_read_internal_relocs()
702 || coff_section_data (abfd, enclosing)->relocs == NULL) in xcoff_read_internal_relocs()
713 && coff_section_data (abfd, enclosing) != NULL in xcoff_read_internal_relocs()
714 && coff_section_data (abfd, enclosing)->relocs != NULL) in xcoff_read_internal_relocs()
722 return coff_section_data (abfd, enclosing)->relocs + off; in xcoff_read_internal_relocs()
724 coff_section_data (abfd, enclosing)->relocs + off, in xcoff_read_internal_relocs()
920 contents = coff_section_data (abfd, lsec)->contents; in xcoff_link_add_dynamic_symbols()
1047 if (contents != NULL && ! coff_section_data (abfd, lsec)->keep_contents) in xcoff_link_add_dynamic_symbols()
1049 free (coff_section_data (abfd, lsec)->contents); in xcoff_link_add_dynamic_symbols()
1050 coff_section_data (abfd, lsec)->contents = NULL; in xcoff_link_add_dynamic_symbols()
1810 coff_section_data (abfd, csect)->tdata = bfd_zalloc (abfd, amt); in xcoff_link_add_symbols()
1811 if (coff_section_data (abfd, csect)->tdata == NULL) in xcoff_link_add_symbols()
1951 coff_section_data (abfd, csect)->tdata = bfd_zalloc (abfd, amt); in xcoff_link_add_symbols()
1952 if (coff_section_data (abfd, csect)->tdata == NULL) in xcoff_link_add_symbols()
2309 && coff_section_data (abfd, o) != NULL in xcoff_link_add_symbols()
2310 && ! coff_section_data (abfd, o)->keep_relocs) in xcoff_link_add_symbols()
2312 free (coff_section_data (abfd, o)->relocs); in xcoff_link_add_symbols()
2313 coff_section_data (abfd, o)->relocs = NULL; in xcoff_link_add_symbols()
2388 contents = coff_section_data (abfd, lsec)->contents; in xcoff_link_check_dynamic_ar_symbols()
2438 if (contents != NULL && ! coff_section_data (abfd, lsec)->keep_contents) in xcoff_link_check_dynamic_ar_symbols()
2440 free (coff_section_data (abfd, lsec)->contents); in xcoff_link_check_dynamic_ar_symbols()
2441 coff_section_data (abfd, lsec)->contents = NULL; in xcoff_link_check_dynamic_ar_symbols()
3067 if (coff_section_data (sec->owner, sec) == NULL) in xcoff_mark()
3145 && coff_section_data (sec->owner, sec) != NULL in xcoff_mark()
3146 && ! coff_section_data (sec->owner, sec)->keep_relocs) in xcoff_mark()
3148 free (coff_section_data (sec->owner, sec)->relocs); in xcoff_mark()
3149 coff_section_data (sec->owner, sec)->relocs = NULL; in xcoff_mark()
5813 if (coff_section_data (input_bfd, o) != NULL in xcoff_link_input_bfd()
5814 && coff_section_data (input_bfd, o)->contents != NULL) in xcoff_link_input_bfd()
5815 contents = coff_section_data (input_bfd, o)->contents; in xcoff_link_input_bfd()
7022 if (coff_section_data (sec->owner, sec) != NULL in _bfd_xcoff_bfd_final_link()