Searched refs:return_section (Results 1 – 1 of 1) sorted by relevance
54 asection *return_section; in make_a_section_from_file() local100 if (return_section == NULL) in make_a_section_from_file()103 return_section->vma = hdr->s_vaddr; in make_a_section_from_file()104 return_section->lma = hdr->s_paddr; in make_a_section_from_file()105 return_section->size = hdr->s_size; in make_a_section_from_file()106 return_section->filepos = hdr->s_scnptr; in make_a_section_from_file()115 return_section->userdata = NULL; in make_a_section_from_file()116 return_section->next = NULL; in make_a_section_from_file()123 return_section->flags = flags; in make_a_section_from_file()128 return_section->lineno_count = 0; in make_a_section_from_file()[all …]