Home
last modified time | relevance | path

Searched refs:CNEW_MSTSAVE (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/bfd/
Drs6000-core.c218 # define CNEW_MSTSAVE(c) (c).c_flt.hctx.r32 macro
220 # define CNEW_MSTSAVE(c) c macro
359 c_regsize = sizeof (CNEW_MSTSAVE (core.new));
360 c_regptr = &CNEW_MSTSAVE (core.new);
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Drs6000-core.c221 # define CNEW_MSTSAVE(c) (c).c_flt.hctx.r32 macro
223 # define CNEW_MSTSAVE(c) c macro
365 c_regsize = sizeof (CNEW_MSTSAVE (core.new)); in rs6000coff_core_p()
366 c_regptr = &CNEW_MSTSAVE (core.new); in rs6000coff_core_p()