Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.34/bfd/
H A DpeXXigen.c3005 asection *ddsection; in _bfd_XX_bfd_copy_private_bfd_data_common() local
3014 ddsection = find_section_by_vma (obfd, idd.AddressOfRawData + ope->pe_opthdr.ImageBase); in _bfd_XX_bfd_copy_private_bfd_data_common()
3015 if (!ddsection) in _bfd_XX_bfd_copy_private_bfd_data_common()
3018 idd.PointerToRawData = ddsection->filepos + (idd.AddressOfRawData in _bfd_XX_bfd_copy_private_bfd_data_common()
3019 + ope->pe_opthdr.ImageBase) - ddsection->vma; in _bfd_XX_bfd_copy_private_bfd_data_common()
/dragonfly/contrib/binutils-2.27/bfd/
H A DpeXXigen.c2971 asection *ddsection; in _bfd_XX_bfd_copy_private_bfd_data_common() local
2980ddsection = find_section_by_vma (obfd, idd.AddressOfRawData + ope->pe_opthdr.ImageBase); in _bfd_XX_bfd_copy_private_bfd_data_common()
2981 if (!ddsection) in _bfd_XX_bfd_copy_private_bfd_data_common()
2984 idd.PointerToRawData = ddsection->filepos + (idd.AddressOfRawData in _bfd_XX_bfd_copy_private_bfd_data_common()
2985 + ope->pe_opthdr.ImageBase) - ddsection->vma; in _bfd_XX_bfd_copy_private_bfd_data_common()