Lines Matching refs:coff_section_data

721   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()
1019 coff_section_data (abfd, sec)->keep_relocs = TRUE; in sh_relax_section()
1021 coff_section_data (abfd, sec)->contents = contents; in sh_relax_section()
1022 coff_section_data (abfd, sec)->keep_contents = TRUE; in sh_relax_section()
1029 && internal_relocs != coff_section_data (abfd, sec)->relocs) in sh_relax_section()
1034 coff_section_data (abfd, sec)->relocs = internal_relocs; in sh_relax_section()
1037 if (contents != NULL && contents != coff_section_data (abfd, sec)->contents) in sh_relax_section()
1043 coff_section_data (abfd, sec)->contents = contents; in sh_relax_section()
1050 && internal_relocs != coff_section_data (abfd, sec)->relocs) in sh_relax_section()
1052 if (contents != NULL && contents != coff_section_data (abfd, sec)->contents) in sh_relax_section()
1074 contents = coff_section_data (abfd, sec)->contents; in sh_relax_delete_bytes()
1082 irel = coff_section_data (abfd, sec)->relocs; in sh_relax_delete_bytes()
1113 for (irel = coff_section_data (abfd, sec)->relocs; irel < irelend; irel++) in sh_relax_delete_bytes()
1408 if (coff_section_data (abfd, o)->contents != NULL) in sh_relax_delete_bytes()
1409 ocontents = coff_section_data (abfd, o)->contents; in sh_relax_delete_bytes()
1418 coff_section_data (abfd, o)->contents = ocontents; in sh_relax_delete_bytes()
1428 coff_section_data (abfd, o)->keep_contents = TRUE; in sh_relax_delete_bytes()
2910 || coff_section_data (input_bfd, input_section) == NULL in sh_coff_get_relocated_section_contents()
2911 || coff_section_data (input_bfd, input_section)->contents == NULL) in sh_coff_get_relocated_section_contents()
2917 memcpy (data, coff_section_data (input_bfd, input_section)->contents, in sh_coff_get_relocated_section_contents()