Lines Matching full:aix
40 /* The AIX 4.1 kernel is obviously compiled with -D_LONG_LONG, so
76 /* AIX 4.1 changed the names and locations of a few items in the core file.
77 AIX 4.3 defined an entirely new structure, core_dumpx, but kept support for
80 AIX_CORE_DUMPX_CORE is defined (by configure) on AIX 4.3+, and
81 CORE_VERSION_1 is defined (by AIX core.h) as 2 on AIX 4.3+ and as 1 on AIX
82 4.1 and 4.2. AIX pre-4.1 (aka 3.x) either doesn't define CORE_VERSION_1
89 /* The following union and macros allow this module to compile on all AIX
110 struct core_dumpx new; /* new AIX 4.3+ core dump */
114 struct core_dump old; /* old AIX 4.2- core dump, still used on
378 are always set) (this is based on experimentation on AIX 3.2).
403 /* Don't check the core file size for a full core, AIX 4.1 includes
484 AIX 3 dumps the complete data section and sets FULL_CORE if the
486 AIX 4 sets FULL_CORE even if the core file is truncated, we have
502 /* AIX 4 adds data sections from loaded objects to the core file,