Lines Matching refs:reloc_s
169 static struct bfd_section *edata_s, *reloc_s;
1095 reloc_s = bfd_make_section_old_way (filler_bfd, ".reloc");
1096 if (reloc_s == NULL
1097 || !bfd_set_section_flags (reloc_s, (SEC_HAS_CONTENTS
1107 bfd_set_section_size (reloc_s, 0);
1556 if (reloc_s == NULL || reloc_s->output_section == bfd_abs_section_ptr)
1683 >= reloc_s->output_section->vma)
3750 bfd_set_section_size (reloc_s, reloc_sz);
3762 reloc_s->contents = reloc_d;
3764 else if (reloc_s)
3767 bfd_set_section_flags (reloc_s, SEC_IN_MEMORY | SEC_EXCLUDE);
3768 reloc_s->output_section = bfd_abs_section_ptr;