Lines Matching refs:dsec
1105 asection *dsec;
1109 dsec = bfd_make_section_anyway_with_flags (abfd, ".ds", flags);
1110 if (dsec == NULL)
1113 xcoff_hash_table (info)->descriptor_section = dsec;
1114 dsec->alignment_power = 2;
1121 asection *dsec;
1124 dsec = bfd_make_section_anyway_with_flags (abfd, ".debug", flags);
1125 if (dsec == NULL)
1128 xcoff_hash_table (info)->debug_section = dsec;