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

/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Daix386-core.c76 bfd_size_type core_size = sizeof (struct corehdr); local
106 if ((bfd_bread ((PTR) core, core_size, abfd)) != core_size)
H A Daoutf1.h560 bfd_size_type core_size, amt;
584 core_size = H_GET_32 (abfd, longbuf);
586 if (core_size > 20000)
592 amt = core_size + sizeof (struct mergem);
599 if ((bfd_bread ((void *) extcore, core_size, abfd)) != core_size)
612 switch (core_size)
559 bfd_size_type core_size, amt; local

Completed in 168 milliseconds