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

/freebsd-11-stable/contrib/gcc/config/
H A Ddarwin.c299 on whether pic_base is NULL or not. */
301 gen_pic_offset (rtx orig, rtx pic_base) argument
303 if (!pic_base)
306 return gen_rtx_CONST (Pmode, gen_rtx_MINUS (Pmode, orig, pic_base));
529 rtx pic_base = machopic_function_base_sym (); local
530 rtx offset = gen_pic_offset (orig, pic_base);
672 rtx pic_base; local
688 pic_base = NULL;
690 pic_base = machopic_function_base_sym ();
724 rtx offset = gen_pic_offset (XEXP (orig, 0), pic_base);
[all...]

Completed in 107 milliseconds