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

/haiku-buildtools/binutils/bfd/
H A Dcoffgen.c53 asection *return_section; local
109 return_section = bfd_make_section_anyway (abfd, name);
110 if (return_section == NULL)
113 return_section->vma = hdr->s_vaddr;
114 return_section->lma = hdr->s_paddr;
115 return_section->size = hdr->s_size;
116 return_section->filepos = hdr->s_scnptr;
117 return_section->rel_filepos = hdr->s_relptr;
118 return_section->reloc_count = hdr->s_nreloc;
120 bfd_coff_set_alignment_hook (abfd, return_section, hd
[all...]
/haiku-buildtools/legacy/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 93 milliseconds