Home
last modified time | relevance | path

Searched refs:aof_pic_label (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/contrib/gcc/config/arm/
Darm.h130 extern GTY(()) rtx aof_pic_label;
Darm.c14592 rtx aof_pic_label; variable
14611 if (aof_pic_label == NULL_RTX) in aof_pic_entry()
14613 aof_pic_label = gen_rtx_SYMBOL_REF (Pmode, "x$adcons"); in aof_pic_entry()
14619 return plus_constant (aof_pic_label, offset); in aof_pic_entry()
14624 return plus_constant (aof_pic_label, offset); in aof_pic_entry()
/freebsd-9-stable/contrib/gcc/
DChangeLog-19998244 (aof_pic_entry): Add a GC root for aof_pic_label when it's allocated.