Home | History | Annotate | Download | only in bfd

Lines Matching refs:coff_section_data

722   if (coff_section_data (abfd, sec) == NULL)
757 if (coff_section_data (abfd, sec)->contents != NULL)
758 contents = coff_section_data (abfd, sec)->contents;
899 coff_section_data (abfd, sec)->relocs = internal_relocs;
900 coff_section_data (abfd, sec)->keep_relocs = TRUE;
902 coff_section_data (abfd, sec)->contents = contents;
903 coff_section_data (abfd, sec)->keep_contents = TRUE;
1005 if (coff_section_data (abfd, sec)->contents != NULL)
1006 contents = coff_section_data (abfd, sec)->contents;
1019 coff_section_data (abfd, sec)->relocs = internal_relocs;
1020 coff_section_data (abfd, sec)->keep_relocs = TRUE;
1022 coff_section_data (abfd, sec)->contents = contents;
1023 coff_section_data (abfd, sec)->keep_contents = TRUE;
1030 && internal_relocs != coff_section_data (abfd, sec)->relocs)
1035 coff_section_data (abfd, sec)->relocs = internal_relocs;
1038 if (contents != NULL && contents != coff_section_data (abfd, sec)->contents)
1044 coff_section_data (abfd, sec)->contents = contents;
1051 && internal_relocs != coff_section_data (abfd, sec)->relocs)
1053 if (contents != NULL && contents != coff_section_data (abfd, sec)->contents)
1075 contents = coff_section_data (abfd, sec)->contents;
1083 irel = coff_section_data (abfd, sec)->relocs;
1114 for (irel = coff_section_data (abfd, sec)->relocs; irel < irelend; irel++)
1409 if (coff_section_data (abfd, o)->contents != NULL)
1410 ocontents = coff_section_data (abfd, o)->contents;
1419 coff_section_data (abfd, o)->contents = ocontents;
1429 coff_section_data (abfd, o)->keep_contents = TRUE;
2913 || coff_section_data (input_bfd, input_section) == NULL
2914 || coff_section_data (input_bfd, input_section)->contents == NULL)
2920 memcpy (data, coff_section_data (input_bfd, input_section)->contents,