Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/binutils/gas/config/
Dtc-ppc.c116 static void ppc_xcoff_cons (int);
216 { "long", ppc_xcoff_cons, 2 },
217 { "llong", ppc_xcoff_cons, 3 },
218 { "word", ppc_xcoff_cons, 1 },
219 { "short", ppc_xcoff_cons, 1 },
3946 ppc_xcoff_cons (int log_size) in ppc_xcoff_cons() function
/freebsd-12-stable/contrib/binutils/gas/
DChangeLog-96972740 (ppc_xcoff_cons): New static function.