Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/bfd/
H A Dcoffgen.c55 asection *return_section; in make_a_section_from_file() local
113 if (return_section == NULL) in make_a_section_from_file()
116 return_section->vma = hdr->s_vaddr; in make_a_section_from_file()
117 return_section->lma = hdr->s_paddr; in make_a_section_from_file()
118 return_section->size = hdr->s_size; in make_a_section_from_file()
119 return_section->filepos = hdr->s_scnptr; in make_a_section_from_file()
128 return_section->userdata = NULL; in make_a_section_from_file()
129 return_section->next = NULL; in make_a_section_from_file()
136 return_section->flags = flags; in make_a_section_from_file()
141 return_section->lineno_count = 0; in make_a_section_from_file()
[all …]
/dragonfly/contrib/binutils-2.27/bfd/
H A Dcoffgen.c53 asection *return_section; in make_a_section_from_file() local
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()
125 return_section->userdata = NULL; in make_a_section_from_file()
126 return_section->next = NULL; in make_a_section_from_file()
133 return_section->flags = flags; in make_a_section_from_file()
138 return_section->lineno_count = 0; in make_a_section_from_file()
[all …]
/dragonfly/contrib/binutils-2.34/bfd/
H A Dcoffgen.c54 asection *return_section; in make_a_section_from_file() local
111 if (return_section == NULL) in make_a_section_from_file()
114 return_section->vma = hdr->s_vaddr; in make_a_section_from_file()
115 return_section->lma = hdr->s_paddr; in make_a_section_from_file()
116 return_section->size = hdr->s_size; in make_a_section_from_file()
117 return_section->filepos = hdr->s_scnptr; in make_a_section_from_file()
126 return_section->userdata = NULL; in make_a_section_from_file()
127 return_section->next = NULL; in make_a_section_from_file()
134 return_section->flags = flags; in make_a_section_from_file()
139 return_section->lineno_count = 0; in make_a_section_from_file()
[all …]