Lines Matching refs:datasec
80 asection *datasec;
90 datasec = bfd_get_section_by_name (abfd, ".data");
99 if (datasec != NULL && datasec->reloc_count > 0)
111 datasec->reloc_count * 12))
117 bfd_map_over_sections (abfd, check_sections, datasec);
128 check_sections (bfd *abfd, asection *sec, void *datasec)
131 && sec != datasec
158 asection *datasec, *relsec;
161 datasec = bfd_get_section_by_name (abfd, ".data");
163 if (datasec == NULL || datasec->reloc_count == 0)
172 datasec, relsec,
186 datasec, relsec,