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

/freebsd-11-stable/contrib/binutils/bfd/
H A Drs6000-core.c173 /* Return the c_datasize field from struct core_dumpx C. */
176 # define CNEW_DATASIZE(c) (c).c_datasize
487 to examine core.c_datasize below to find out the actual size of
513 bfd_size_type c_datasize, c_vmregions; local
518 c_datasize = CNEW_DATASIZE (core.new);
525 c_datasize = core.old.c_datasize;
532 if (c_datasize)
536 c_datasize,
537 (bfd_vma) CDATA_ADDR (c_datasize),
[all...]

Completed in 94 milliseconds