HomeSort by: relevance | last modified time | path
    Searched defs:c_datasize (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
rs6000-core.c 195 /* Return the c_datasize field from struct core_dumpx C. */
198 # define CNEW_DATASIZE(c) (c).c_datasize
551 to examine core.c_datasize below to find out the actual size of
578 bfd_size_type c_datasize, c_vmregions; local
583 c_datasize = CNEW_DATASIZE (core.new_dump);
591 c_datasize = core.old.c_datasize;
599 if (c_datasize)
607 core_dataorg = CDATA_ADDR (c_datasize);
611 c_datasize,
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
rs6000-core.c 195 /* Return the c_datasize field from struct core_dumpx C. */
198 # define CNEW_DATASIZE(c) (c).c_datasize
551 to examine core.c_datasize below to find out the actual size of
578 bfd_size_type c_datasize, c_vmregions; local
583 c_datasize = CNEW_DATASIZE (core.new_dump);
591 c_datasize = core.old.c_datasize;
599 if (c_datasize)
607 core_dataorg = CDATA_ADDR (c_datasize);
611 c_datasize,
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
rs6000-core.c 195 /* Return the c_datasize field from struct core_dumpx C. */
198 # define CNEW_DATASIZE(c) (c).c_datasize
551 to examine core.c_datasize below to find out the actual size of
578 bfd_size_type c_datasize, c_vmregions; local
583 c_datasize = CNEW_DATASIZE (core.new_dump);
591 c_datasize = core.old.c_datasize;
599 if (c_datasize)
607 core_dataorg = CDATA_ADDR (c_datasize);
611 c_datasize,
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
rs6000-core.c 195 /* Return the c_datasize field from struct core_dumpx C. */
198 # define CNEW_DATASIZE(c) (c).c_datasize
548 to examine core.c_datasize below to find out the actual size of
575 bfd_size_type c_datasize, c_vmregions; local
580 c_datasize = CNEW_DATASIZE (core.new_dump);
588 c_datasize = core.old.c_datasize;
596 if (c_datasize)
604 core_dataorg = CDATA_ADDR (c_datasize);
608 c_datasize,
    [all...]
  /src/external/gpl3/binutils/dist/include/coff/
rs6000.h 324 unsigned char c_datasize[8]; member in struct:external_core_dumpx
  /src/external/gpl3/binutils.old/dist/include/coff/
rs6000.h 324 unsigned char c_datasize[8]; member in struct:external_core_dumpx
  /src/external/gpl3/gdb/dist/include/coff/
rs6000.h 324 unsigned char c_datasize[8]; member in struct:external_core_dumpx
  /src/external/gpl3/gdb.old/dist/include/coff/
rs6000.h 324 unsigned char c_datasize[8]; member in struct:external_core_dumpx

Completed in 33 milliseconds