Searched refs:core_size (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Daix386-core.c77 bfd_size_type core_size = sizeof (struct corehdr); local
107 if ((bfd_bread ((PTR) core, core_size, abfd)) != core_size)
H A Daoutf1.h561 bfd_size_type core_size, amt;
585 core_size = H_GET_32 (abfd, longbuf);
587 if (core_size > 20000)
593 amt = core_size + sizeof (struct mergem);
600 if ((bfd_bread ((void *) extcore, core_size, abfd)) != core_size)
613 switch (core_size)
560 bfd_size_type core_size, amt; local
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Daix386-core.c77 bfd_size_type core_size = sizeof (struct corehdr); local
107 if ((bfd_bread ((PTR) core, core_size, abfd)) != core_size)
H A Daoutf1.h561 bfd_size_type core_size, amt;
585 core_size = H_GET_32 (abfd, longbuf);
587 if (core_size > 20000)
593 amt = core_size + sizeof (struct mergem);
600 if ((bfd_bread ((void *) extcore, core_size, abfd)) != core_size)
613 switch (core_size)
560 bfd_size_type core_size, amt; local
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dbigcore.exp172 if {[catch {file size $corefile} core_size] == 0} {
174 gdb_test_multiple "print \$bytes_allocated < $core_size" "check core size" {

Completed in 106 milliseconds