Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/bfd/
Dirix-core.c52 do_sections64 (bfd *abfd, struct coreout *coreout) in do_sections64() argument
58 for (i = 0; i < coreout->c_nvmap; i++) in do_sections64()
100 do_sections (bfd *abfd, struct coreout *coreout) in do_sections() argument
106 for (i = 0; i < coreout->c_nvmap; i++) in do_sections()
170 struct coreout coreout; in irix_core_core_file_p() local
174 val = bfd_bread ((PTR) &coreout, (bfd_size_type) sizeof coreout, abfd); in irix_core_core_file_p()
175 if (val != sizeof coreout) in irix_core_core_file_p()
182 if (coreout.c_version != CORE_VERSION1) in irix_core_core_file_p()
186 switch (coreout.c_magic) in irix_core_core_file_p()
203 strncpy (core_command (abfd), coreout.c_name, CORE_NAMESIZE); in irix_core_core_file_p()
[all …]