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

/freebsd-11-stable/contrib/binutils/bfd/
H A Drs6000-core.c248 #define CORE_COMMONSZ ((int) &((struct core_dump *) 0)->c_entries \ macro
273 size = CORE_COMMONSZ;
282 size -= CORE_COMMONSZ;
283 return bfd_bread ((char *) core + CORE_COMMONSZ, size, abfd) == size;

Completed in 97 milliseconds