Searched refs:edata_s (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/binutils/ld/
H A Dpe-dll.c164 static struct bfd_section *edata_s, *reloc_s; variable in typeref:struct:bfd_section
864 edata_s = bfd_make_section_old_way (filler_bfd, ".edata");
865 if (edata_s == NULL
866 || !bfd_set_section_flags (filler_bfd, edata_s,
876 bfd_set_section_size (filler_bfd, edata_s, edata_sz);
1044 + edata_s->output_section->vma - image_base)
2830 edata_s->contents = edata_d;

Completed in 25 milliseconds