Home
last modified time | relevance | path

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

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