Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-ppc.c127 static void ppc_xcoff_cons (int);
257 { "long", ppc_xcoff_cons, 2 },
258 { "llong", ppc_xcoff_cons, 3 },
259 { "word", ppc_xcoff_cons, 1 },
260 { "short", ppc_xcoff_cons, 1 },
4784 ppc_xcoff_cons (int log_size) in ppc_xcoff_cons() function
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-96972740 (ppc_xcoff_cons): New static function.