Lines Matching refs:asect
119 asection *asect; in make_bfd_asection() local
128 asect = bfd_make_section_anyway_with_flags (abfd, newname, flags); in make_bfd_asection()
129 if (!asect) in make_bfd_asection()
132 asect->size = size; in make_bfd_asection()
133 asect->vma = vma; in make_bfd_asection()
134 asect->filepos = bfd_tell (abfd); in make_bfd_asection()
135 asect->alignment_power = alignment_power; in make_bfd_asection()
137 return asect; in make_bfd_asection()
317 asection *asect = bfd_sections_find_if (abfd, thread_section_p, NULL); in hpux_core_core_file_p() local
320 if (asect != NULL) in hpux_core_core_file_p()
322 reg_sect = make_bfd_asection (abfd, ".reg", asect->flags, in hpux_core_core_file_p()
323 asect->size, asect->vma, in hpux_core_core_file_p()
324 asect->alignment_power); in hpux_core_core_file_p()
328 reg_sect->filepos = asect->filepos; in hpux_core_core_file_p()