Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dcoffgen.c53 asection *return_section; in make_a_section_from_file() local
109 return_section = bfd_make_section_anyway (abfd, name); in make_a_section_from_file()
110 if (return_section == NULL) in make_a_section_from_file()
113 return_section->vma = hdr->s_vaddr; in make_a_section_from_file()
114 return_section->lma = hdr->s_paddr; in make_a_section_from_file()
115 return_section->size = hdr->s_size; in make_a_section_from_file()
116 return_section->filepos = hdr->s_scnptr; in make_a_section_from_file()
117 return_section->rel_filepos = hdr->s_relptr; in make_a_section_from_file()
118 return_section->reloc_count = hdr->s_nreloc; in make_a_section_from_file()
120 bfd_coff_set_alignment_hook (abfd, return_section, hdr); in make_a_section_from_file()
[all …]