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

/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsparc.c2749 static GTY(()) char pic_helper_symbol_name[256];
3356 ASM_OUTPUT_LABEL (asm_out_file, pic_helper_symbol_name);
3375 if (!pic_helper_symbol_name[0])
3377 ASM_GENERATE_INTERNAL_LABEL (pic_helper_symbol_name, "LADDPC", 0);
3378 pic_helper_symbol = gen_rtx_SYMBOL_REF (Pmode, pic_helper_symbol_name);
8851 if (pic_helper_symbol_name[0] && !pic_helper_emitted_p)
2741 static GTY(()) char pic_helper_symbol_name[256]; variable

Completed in 108 milliseconds