Lines Matching refs:reloc_s
169 static struct bfd_section *edata_s, *reloc_s;
1131 reloc_s = bfd_make_section_old_way (filler_bfd, ".reloc");
1132 if (reloc_s == NULL
1133 || !bfd_set_section_flags (reloc_s, (SEC_HAS_CONTENTS
1143 bfd_set_section_size (reloc_s, 0);
1592 if (reloc_s == NULL || reloc_s->output_section == bfd_abs_section_ptr)
1718 >= reloc_s->output_section->vma)
3755 bfd_set_section_size (reloc_s, reloc_sz);
3767 reloc_s->contents = reloc_d;
3769 else if (reloc_s)
3772 bfd_set_section_flags (reloc_s, SEC_IN_MEMORY | SEC_EXCLUDE);
3773 reloc_s->output_section = bfd_abs_section_ptr;