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

/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Drs6000-core.c175 /* Return the c_datasize field from struct core_dumpx C. */
178 # 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...]
H A Daix5ppc-core.c100 || ((CHECK_FILE_OFFSET (statbuf, core.c_data + core.c_datasize)))
166 sec->_raw_size = core.c_datasize;
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Drs6000-core.c178 /* Return the c_datasize field from struct core_dumpx C. */
181 # define CNEW_DATASIZE(c) (c).c_datasize
493 to examine core.c_datasize below to find out the actual size of
519 bfd_size_type c_datasize, c_vmregions; local
524 c_datasize = CNEW_DATASIZE (core.new);
531 c_datasize = core.old.c_datasize;
538 if (c_datasize)
542 c_datasize,
543 (bfd_vma) CDATA_ADDR (c_datasize),
[all...]
H A Daix5ppc-core.c95 || ((CHECK_FILE_OFFSET (statbuf, core.c_data + core.c_datasize)))
163 sec->size = core.c_datasize;

Completed in 88 milliseconds