Home
last modified time | relevance | path

Searched refs:c_impl (Results 1 – 7 of 7) sorted by relevance

/toolchain/binutils/binutils-2.27/include/coff/
Drs6000.h329 unsigned char c_impl[4]; member
/toolchain/binutils/binutils-2.27/bfd/
Drs6000-core.c206 # define CNEW_IMPL(c) (c).c_impl
Dconfigure.ac1043 # have c_impl as a member of struct core_dumpx
1044 AC_MSG_CHECKING([for c_impl in struct core_dumpx])
1045 …AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <core.h>]], [[struct core_dumpx c; c.c_impl = 0;]])]…
1046 [Define if struct core_dumpx has member c_impl])
Dconfig.in232 /* Define if struct core_dumpx has member c_impl */
Dconfigure14864 struct core_dumpx c; c.c_impl = 0;
DChangeLog-02039017 * rs6000-core.c (CNEW_IMPL): Guard use of c_impl with HAVE_ST_C_IMPL
/toolchain/binutils/binutils-2.27/binutils/
Dod-xcoff.c1722 (unsigned) bfd_h_get_32 (abfd, hdr->c_impl)); in dump_dumpx_core()