Lines Matching refs:old

54    system include files.  Punt the old one and get us a new name for the
109 /* Union of old and new core dump structures. */
117 struct core_dump old; /* old AIX 4.2- core dump, still used on
121 /* Union of old and new vm_info structures. */
130 struct vm_info old;
134 /* Return whether CoreHdr C is in new or old format. */
137 # define CORE_NEW(c) (!(c).old.c_entries)
242 /* Magic end-of-stack addresses for old core dumps. This is _very_ fragile,
251 /* Size of the leading portion that old and new core dump structures have in
276 /* Read the leading portion that old and new core dump structures have in
286 size = sizeof (core->old);
321 /* Values from new and old core structures. */
336 /* Copy fields from new or old core structure. */
349 c_flag = core.old.c_flag;
350 c_stack = (file_ptr) (ptr_to_uint) core.old.c_stack;
351 c_size = core.old.c_size;
354 c_loader = (file_ptr) (ptr_to_uint) COLD_LOADER (core.old);
370 c_regsize = sizeof (COLD_MSTSAVE (core.old));
371 c_regptr = &COLD_MSTSAVE (core.old);
422 if (!CORE_NEW (core) && (c_loader < (file_ptr) sizeof core.old ||
436 size = CORE_NEW (core) ? sizeof (core.new) : sizeof (core.old);
499 (bfd_size_type) core.old.c_u.u_dsize,
501 CDATA_ADDR (core.old.c_u.u_dsize),
518 /* Fields from new and old core structures. */
531 c_datasize = core.old.c_datasize;
532 c_data = (file_ptr) (ptr_to_uint) core.old.c_data;
533 c_vmregions = core.old.c_vmregions;
534 c_vmm = (file_ptr) (ptr_to_uint) core.old.c_vmm;
602 size = CORE_NEW (core) ? sizeof (vminfo.new) : sizeof (vminfo.old);
614 vminfo_addr = (bfd_vma) (long) vminfo.old.vminfo_addr;
615 vminfo_size = vminfo.old.vminfo_size;
616 vminfo_offset = vminfo.old.vminfo_offset;
658 c_loader = (file_ptr) (ptr_to_uint) COLD_LOADER (core.old);
722 CNEW_COMM (core->new) : COLD_COMM (core->old);
734 return CORE_NEW (*core) ? core->new.c_signo : core->old.c_signo;