Lines Matching refs:coff_section_data
618 if (coff_section_data (abfd, sec) != NULL in _bfd_coff_read_internal_relocs()
619 && coff_section_data (abfd, sec)->relocs != NULL) in _bfd_coff_read_internal_relocs()
622 return coff_section_data (abfd, sec)->relocs; in _bfd_coff_read_internal_relocs()
623 memcpy (internal_relocs, coff_section_data (abfd, sec)->relocs, in _bfd_coff_read_internal_relocs()
665 if (coff_section_data (abfd, sec) == NULL) in _bfd_coff_read_internal_relocs()
671 coff_section_data (abfd, sec)->contents = NULL; in _bfd_coff_read_internal_relocs()
673 coff_section_data (abfd, sec)->relocs = free_internal; in _bfd_coff_read_internal_relocs()
2380 sec_data = coff_section_data (abfd, section); in coff_find_nearest_line_with_names()
2867 && coff_section_data (NULL, sec) in fini_reloc_cookie_rels()
2868 && coff_section_data (NULL, sec)->relocs != cookie->rels) in fini_reloc_cookie_rels()
3160 if (coff_section_data (o)->relocs != internal_relocs) in coff_gc_sweep()