Lines Matching refs:old

49    system include files.  Punt the old one and get us a new name for the
103 /* Union of old and new core dump structures. */
112 #ifndef BFD64 /* Use old only if gdb is 32-bit. */
113 struct core_dump old; /* Old AIX 4.2- core dump, still used on
118 /* Union of old and new vm_info structures. */
129 struct vm_info old;
134 /* Return whether CoreHdr C is in new or old format. */
138 # define CORE_NEW(c) (!(c).old.c_entries)
259 /* Magic end-of-stack addresses for old core dumps. This is _very_ fragile,
268 /* Size of the leading portion that old and new core dump structures have in
297 /* Read the leading portion that old and new core dump structures have in
308 size = sizeof (core->old);
343 /* Values from new and old core structures. */
365 /* Copy fields from new or old core structure. */
379 c_flag = core.old.c_flag;
380 c_stack = (file_ptr) (ptr_to_uint) core.old.c_stack;
381 c_size = core.old.c_size;
384 c_loader = (file_ptr) (ptr_to_uint) COLD_LOADER (core.old);
402 c_regsize = sizeof (COLD_MSTSAVE (core.old));
403 c_regptr = &COLD_MSTSAVE (core.old);
458 c_loader < (file_ptr) sizeof core.old
476 size = CORE_NEW (core) ? sizeof (core.new_dump) : sizeof (core.old);
542 (bfd_size_type) core.old.c_u.u_dsize,
544 CDATA_ADDR (core.old.c_u.u_dsize),
562 /* Fields from new and old core structures. */
576 c_datasize = core.old.c_datasize;
577 c_data = (file_ptr) (ptr_to_uint) core.old.c_data;
578 c_vmregions = core.old.c_vmregions;
579 c_vmm = (file_ptr) (ptr_to_uint) core.old.c_vmm;
657 size = CORE_NEW (core) ? sizeof (vminfo.new_dump) : sizeof (vminfo.old);
673 vminfo_addr = (bfd_vma) (ptr_to_uint) vminfo.old.vminfo_addr;
674 vminfo_size = vminfo.old.vminfo_size;
675 vminfo_offset = vminfo.old.vminfo_offset;
719 c_loader = (file_ptr) (ptr_to_uint) COLD_LOADER (core.old);
785 CNEW_COMM (core->new_dump) : COLD_COMM (core->old);
801 return CORE_NEW (*core) ? core->new_dump.c_signo : core->old.c_signo;