Lines Matching refs:coff_section_data

723   if (coff_section_data (abfd, sec) == NULL)  in sh_relax_section()
758 if (coff_section_data (abfd, sec)->contents != NULL) in sh_relax_section()
759 contents = coff_section_data (abfd, sec)->contents; in sh_relax_section()
906 coff_section_data (abfd, sec)->relocs = internal_relocs; in sh_relax_section()
907 coff_section_data (abfd, sec)->keep_relocs = true; in sh_relax_section()
909 coff_section_data (abfd, sec)->contents = contents; in sh_relax_section()
910 coff_section_data (abfd, sec)->keep_contents = true; in sh_relax_section()
1014 if (coff_section_data (abfd, sec)->contents != NULL) in sh_relax_section()
1015 contents = coff_section_data (abfd, sec)->contents; in sh_relax_section()
1028 coff_section_data (abfd, sec)->relocs = internal_relocs; in sh_relax_section()
1029 coff_section_data (abfd, sec)->keep_relocs = true; in sh_relax_section()
1031 coff_section_data (abfd, sec)->contents = contents; in sh_relax_section()
1032 coff_section_data (abfd, sec)->keep_contents = true; in sh_relax_section()
1039 && internal_relocs != coff_section_data (abfd, sec)->relocs) in sh_relax_section()
1044 coff_section_data (abfd, sec)->relocs = internal_relocs; in sh_relax_section()
1047 if (contents != NULL && contents != coff_section_data (abfd, sec)->contents) in sh_relax_section()
1053 coff_section_data (abfd, sec)->contents = contents; in sh_relax_section()
1059 if (internal_relocs != coff_section_data (abfd, sec)->relocs) in sh_relax_section()
1061 if (contents != coff_section_data (abfd, sec)->contents) in sh_relax_section()
1083 contents = coff_section_data (abfd, sec)->contents; in sh_relax_delete_bytes()
1091 irel = coff_section_data (abfd, sec)->relocs; in sh_relax_delete_bytes()
1122 for (irel = coff_section_data (abfd, sec)->relocs; irel < irelend; irel++) in sh_relax_delete_bytes()
1418 if (coff_section_data (abfd, o)->contents != NULL) in sh_relax_delete_bytes()
1419 ocontents = coff_section_data (abfd, o)->contents; in sh_relax_delete_bytes()
1428 coff_section_data (abfd, o)->contents = ocontents; in sh_relax_delete_bytes()
1438 coff_section_data (abfd, o)->keep_contents = true; in sh_relax_delete_bytes()
2917 || coff_section_data (input_bfd, input_section) == NULL in sh_coff_get_relocated_section_contents()
2918 || coff_section_data (input_bfd, input_section)->contents == NULL) in sh_coff_get_relocated_section_contents()
2924 memcpy (data, coff_section_data (input_bfd, input_section)->contents, in sh_coff_get_relocated_section_contents()