Lines Matching refs:datasec
53 asection *datasec;
64 datasec = bfd_get_section_by_name (abfd, ".data.rel");
73 if (datasec != NULL && datasec->reloc_count > 0)
84 || !bfd_set_section_size (relsec, datasec->reloc_count * 8))
90 bfd_map_over_sections (abfd, check_sections, datasec);
99 check_sections (bfd *abfd, asection *sec, void *datasec)
102 && sec != datasec
144 asection *datasec, *relsec;
147 datasec = bfd_get_section_by_name (abfd, ".data.rel");
149 if (datasec == NULL || datasec->reloc_count == 0)
156 datasec, relsec,