Lines Matching refs:coff_section_data

222   if (coff_section_data (abfd, sec) == NULL)  in xcoff_get_section_contents()
231 bfd_byte *contents = coff_section_data (abfd, sec)->contents; in xcoff_get_section_contents()
235 coff_section_data (abfd, sec)->contents = contents; in xcoff_get_section_contents()
690 if (coff_section_data (abfd, sec) != NULL in xcoff_read_internal_relocs()
691 && coff_section_data (abfd, sec)->relocs == NULL in xcoff_read_internal_relocs()
699 && (coff_section_data (abfd, enclosing) == NULL in xcoff_read_internal_relocs()
700 || coff_section_data (abfd, enclosing)->relocs == NULL) in xcoff_read_internal_relocs()
711 && coff_section_data (abfd, enclosing) != NULL in xcoff_read_internal_relocs()
712 && coff_section_data (abfd, enclosing)->relocs != NULL) in xcoff_read_internal_relocs()
720 return coff_section_data (abfd, enclosing)->relocs + off; in xcoff_read_internal_relocs()
722 coff_section_data (abfd, enclosing)->relocs + off, in xcoff_read_internal_relocs()
1046 coff_section_data (abfd, lsec)->contents = NULL; in xcoff_link_add_dynamic_symbols()
1805 coff_section_data (abfd, csect)->tdata = bfd_zalloc (abfd, amt); in xcoff_link_add_symbols()
1806 if (coff_section_data (abfd, csect)->tdata == NULL) in xcoff_link_add_symbols()
1945 coff_section_data (abfd, csect)->tdata = bfd_zalloc (abfd, amt); in xcoff_link_add_symbols()
1946 if (coff_section_data (abfd, csect)->tdata == NULL) in xcoff_link_add_symbols()
2303 && coff_section_data (abfd, o) != NULL) in xcoff_link_add_symbols()
2305 free (coff_section_data (abfd, o)->relocs); in xcoff_link_add_symbols()
2306 coff_section_data (abfd, o)->relocs = NULL; in xcoff_link_add_symbols()
2432 coff_section_data (abfd, lsec)->contents = NULL; in xcoff_link_check_dynamic_ar_symbols()
3057 if (coff_section_data (sec->owner, sec) == NULL) in xcoff_mark()
3135 && coff_section_data (sec->owner, sec) != NULL) in xcoff_mark()
3137 free (coff_section_data (sec->owner, sec)->relocs); in xcoff_mark()
3138 coff_section_data (sec->owner, sec)->relocs = NULL; in xcoff_mark()
5804 if (coff_section_data (input_bfd, o) != NULL in xcoff_link_input_bfd()
5805 && coff_section_data (input_bfd, o)->contents != NULL) in xcoff_link_input_bfd()
5806 contents = coff_section_data (input_bfd, o)->contents; in xcoff_link_input_bfd()
7013 if (coff_section_data (sec->owner, sec) != NULL in _bfd_xcoff_bfd_final_link()