Lines Matching full:aix
40 /* The AIX 4.1 kernel is obviously compiled with -D_LONG_LONG, so
74 /* Borrowed from <sys/inttypes.h> on recent AIX versions. */
79 /* AIX 4.1 changed the names and locations of a few items in the core file.
80 AIX 4.3 defined an entirely new structure, core_dumpx, but kept support for
83 AIX_CORE_DUMPX_CORE is defined (by configure) on AIX 4.3+, and
84 CORE_VERSION_1 is defined (by AIX core.h) as 2 on AIX 4.3+ and as 1 on AIX
85 4.1 and 4.2. AIX pre-4.1 (aka 3.x) either doesn't define CORE_VERSION_1
92 /* The following union and macros allow this module to compile on all AIX
113 struct core_dumpx new; /* new AIX 4.3+ core dump */
117 struct core_dump old; /* old AIX 4.2- core dump, still used on
384 are always set) (this is based on experimentation on AIX 3.2). in rs6000coff_core_p()
409 /* Don't check the core file size for a full core, AIX 4.1 includes in rs6000coff_core_p()
490 AIX 3 dumps the complete data section and sets FULL_CORE if the in rs6000coff_core_p()
492 AIX 4 sets FULL_CORE even if the core file is truncated, we have in rs6000coff_core_p()
508 /* AIX 4 adds data sections from loaded objects to the core file, in rs6000coff_core_p()