Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dwindows-tdep.c990 asection *idata_section = bfd_get_section_by_name (abfd, ".idata"); in is_linked_with_cygwin_dll() local
991 if (idata_section == nullptr) in is_linked_with_cygwin_dll()
994 bfd_size_type idata_section_size = bfd_section_size (idata_section); in is_linked_with_cygwin_dll()
997 bfd_vma idata_section_va = bfd_section_vma (idata_section); in is_linked_with_cygwin_dll()
1024 if (!gdb_bfd_get_full_section_contents (abfd, idata_section, &idata_contents)) in is_linked_with_cygwin_dll()