Searched refs:coreout (Results 1 – 1 of 1) sorted by relevance
56 do_sections64 (bfd *abfd, struct coreout *coreout) in do_sections64() argument62 for (i = 0; i < coreout->c_nvmap; i++) in do_sections64()104 do_sections (bfd *abfd, struct coreout *coreout) in do_sections() argument110 for (i = 0; i < coreout->c_nvmap; i++) in do_sections()173 struct coreout coreout; in irix_core_core_file_p() local177 val = bfd_bread (&coreout, (bfd_size_type) sizeof coreout, abfd); in irix_core_core_file_p()178 if (val != sizeof coreout) in irix_core_core_file_p()185 if (coreout.c_version != CORE_VERSION1) in irix_core_core_file_p()189 switch (coreout.c_magic) in irix_core_core_file_p()206 strncpy (core_command (abfd), coreout.c_name, CORE_NAMESIZE); in irix_core_core_file_p()[all …]