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

/freebsd-11.0-release/contrib/binutils/bfd/
H A Dcoffgen.c54 asection *return_section; local
99 return_section = bfd_make_section_anyway (abfd, name);
100 if (return_section == NULL)
103 return_section->vma = hdr->s_vaddr;
104 return_section->lma = hdr->s_paddr;
105 return_section->size = hdr->s_size;
106 return_section->filepos = hdr->s_scnptr;
107 return_section->rel_filepos = hdr->s_relptr;
108 return_section->reloc_count = hdr->s_nreloc;
110 bfd_coff_set_alignment_hook (abfd, return_section, hd
[all...]

Completed in 48 milliseconds