Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.34/bfd/
H A Dcoffcode.h3351 file_ptr scn_base; in coff_write_object_contents() local
3430 scn_base = bfd_coff_filhsz (abfd) + bfd_coff_aoutsz (abfd); in coff_write_object_contents()
3433 scn_base = bfd_coff_filhsz (abfd); in coff_write_object_contents()
3437 scn_base += bfd_coff_aoutsz (abfd); in coff_write_object_contents()
3439 scn_base += SMALL_AOUTSZ; in coff_write_object_contents()
3444 if (bfd_seek (abfd, scn_base, SEEK_SET) != 0) in coff_write_object_contents()
/dragonfly/contrib/binutils-2.27/bfd/
H A Dcoffcode.h3620 file_ptr scn_base; in coff_write_object_contents() local
3699 scn_base = bfd_coff_filhsz (abfd) + bfd_coff_aoutsz (abfd); in coff_write_object_contents()
3702 scn_base = bfd_coff_filhsz (abfd); in coff_write_object_contents()
3706 scn_base += bfd_coff_aoutsz (abfd); in coff_write_object_contents()
3708 scn_base += SMALL_AOUTSZ; in coff_write_object_contents()
3713 if (bfd_seek (abfd, scn_base, SEEK_SET) != 0) in coff_write_object_contents()