Searched refs:aof_pic_label (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/gcc/config/arm/
H A Darm.h130 extern GTY(()) rtx aof_pic_label; variable
H A Darm.c14616 rtx aof_pic_label;
14635 if (aof_pic_label == NULL_RTX)
14637 aof_pic_label = gen_rtx_SYMBOL_REF (Pmode, "x$adcons");
14643 return plus_constant (aof_pic_label, offset);
14648 return plus_constant (aof_pic_label, offset);
14594 rtx aof_pic_label; variable

Completed in 92 milliseconds