Lines Matching refs:coff_section_data

726   if (coff_section_data (abfd, sec) == NULL)  in sh_relax_section()
761 if (coff_section_data (abfd, sec)->contents != NULL) in sh_relax_section()
762 contents = coff_section_data (abfd, sec)->contents; in sh_relax_section()
909 coff_section_data (abfd, sec)->relocs = internal_relocs; in sh_relax_section()
910 coff_section_data (abfd, sec)->contents = contents; in sh_relax_section()
1012 if (coff_section_data (abfd, sec)->contents != NULL) in sh_relax_section()
1013 contents = coff_section_data (abfd, sec)->contents; in sh_relax_section()
1026 coff_section_data (abfd, sec)->relocs = internal_relocs; in sh_relax_section()
1027 coff_section_data (abfd, sec)->contents = contents; in sh_relax_section()
1032 && internal_relocs != coff_section_data (abfd, sec)->relocs) in sh_relax_section()
1037 coff_section_data (abfd, sec)->relocs = internal_relocs; in sh_relax_section()
1040 if (contents != NULL && contents != coff_section_data (abfd, sec)->contents) in sh_relax_section()
1046 coff_section_data (abfd, sec)->contents = contents; in sh_relax_section()
1052 if (internal_relocs != coff_section_data (abfd, sec)->relocs) in sh_relax_section()
1054 if (contents != coff_section_data (abfd, sec)->contents) in sh_relax_section()
1076 contents = coff_section_data (abfd, sec)->contents; in sh_relax_delete_bytes()
1084 irel = coff_section_data (abfd, sec)->relocs; in sh_relax_delete_bytes()
1115 for (irel = coff_section_data (abfd, sec)->relocs; irel < irelend; irel++) in sh_relax_delete_bytes()
1412 if (coff_section_data (abfd, o)->contents != NULL) in sh_relax_delete_bytes()
1413 ocontents = coff_section_data (abfd, o)->contents; in sh_relax_delete_bytes()
1422 coff_section_data (abfd, o)->contents = ocontents; in sh_relax_delete_bytes()
2914 || coff_section_data (input_bfd, input_section) == NULL in sh_coff_get_relocated_section_contents()
2915 || coff_section_data (input_bfd, input_section)->contents == NULL) in sh_coff_get_relocated_section_contents()
2928 memcpy (data, coff_section_data (input_bfd, input_section)->contents, in sh_coff_get_relocated_section_contents()