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

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/
H A Ddarwin.c92 machopic_symbol_defined_p (rtx sym_ref) argument
94 if (SYMBOL_REF_FLAGS (sym_ref) & MACHO_SYMBOL_FLAG_DEFINED)
99 if (SYMBOL_REF_LOCAL_P (sym_ref) && ! SYMBOL_REF_EXTERNAL_P (sym_ref))
103 if (SYMBOL_REF_FLAGS (sym_ref) & MACHO_SYMBOL_FLAG_VARIABLE)
105 tree decl = SYMBOL_REF_DECL (sym_ref);
120 machopic_classify_symbol (rtx sym_ref) argument
125 flags = SYMBOL_REF_FLAGS (sym_ref);
126 function_p = SYMBOL_REF_FUNCTION_P (sym_ref);
127 if (machopic_symbol_defined_p (sym_ref))
150 indirect_data(rtx sym_ref) argument
175 machopic_data_defined_p(rtx sym_ref) argument
193 rtx sym_ref; local
222 rtx sym_ref; local
307 machopic_indirection_name(rtx sym_ref, bool stub_p) argument
576 rtx sym_ref = XEXP (target, 0); local
992 rtx sym_ref; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/
H A Ddarwin.c163 machopic_symbol_defined_p (rtx sym_ref) argument
165 if (SYMBOL_REF_FLAGS (sym_ref) & MACHO_SYMBOL_FLAG_DEFINED)
170 if (SYMBOL_REF_LOCAL_P (sym_ref) && ! SYMBOL_REF_EXTERNAL_P (sym_ref))
174 if (SYMBOL_REF_FLAGS (sym_ref) & MACHO_SYMBOL_FLAG_VARIABLE)
176 tree decl = SYMBOL_REF_DECL (sym_ref);
191 machopic_classify_symbol (rtx sym_ref) argument
196 flags = SYMBOL_REF_FLAGS (sym_ref);
197 function_p = SYMBOL_REF_FUNCTION_P (sym_ref);
198 if (machopic_symbol_defined_p (sym_ref))
221 indirect_data(rtx sym_ref) argument
247 machopic_data_defined_p(rtx sym_ref) argument
265 rtx sym_ref; local
361 machopic_indirection_name(rtx sym_ref, bool stub_p) argument
633 rtx sym_ref = XEXP (target, 0); local
1056 rtx sym_ref; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Ddwarf2asm.c873 rtx sym_ref;
893 sym_ref = gen_rtx_SYMBOL_REF (Pmode, sym);
898 assemble_integer (sym_ref, POINTER_SIZE / BITS_PER_UNIT, POINTER_SIZE, 1);
870 rtx sym_ref; local
H A Ddwarf2out.c3498 rtx sym_ref = gen_rtx_SYMBOL_REF (Pmode, begin);
3499 SYMBOL_REF_FLAGS (sym_ref) |= SYMBOL_FLAG_LOCAL;
3500 dw2_asm_output_encoded_addr_rtx (fde_encoding, sym_ref, false,
3497 rtx sym_ref = gen_rtx_SYMBOL_REF (Pmode, begin); local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Ddwarf2asm.c774 rtx sym_ref;
779 sym_ref = gen_rtx_SYMBOL_REF (Pmode, sym);
783 assemble_integer (sym_ref, POINTER_SIZE / BITS_PER_UNIT, POINTER_SIZE, 1);
771 rtx sym_ref; local
H A Ddwarf2out.c2362 rtx sym_ref = gen_rtx_SYMBOL_REF (Pmode, fde->dw_fde_begin);
2363 SYMBOL_REF_FLAGS (sym_ref) |= SYMBOL_FLAG_LOCAL;
2365 sym_ref,
2361 rtx sym_ref = gen_rtx_SYMBOL_REF (Pmode, fde->dw_fde_begin); local
/netbsd-6-1-5-RELEASE/sys/dev/microcode/aic7xxx/
H A Daicasm_gram.y118 symbol_ref_t sym_ref;
206 %type <sym_ref> reg_symbol address destination source opt_source
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/arm/
H A Darm.c3060 current_file_function_operand (rtx sym_ref)
3065 if (ENCODED_SHORT_CALL_ATTR_P (XSTR (sym_ref, 0)))
3071 if (sym_ref == XEXP (DECL_RTL (current_function_decl), 0)
3104 arm_is_longcall_p (rtx sym_ref, int call_cookie, int call_symbol)
3108 if (GET_CODE (sym_ref) != MEM)
3111 sym_ref = XEXP (sym_ref, 0);
3114 if (GET_CODE (sym_ref) != SYMBOL_REF)
3129 if (current_file_function_operand (sym_ref))
3133 || ENCODED_LONG_CALL_ATTR_P (XSTR (sym_ref,
3052 current_file_function_operand(rtx sym_ref) argument
3096 arm_is_longcall_p(rtx sym_ref, int call_cookie, int call_symbol) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/rs6000/
H A Drs6000.c2597 rtx sym_ref;
2606 sym_ref = op;
2625 sym_ref = XEXP (sum, 0);
2628 return SYMBOL_REF_SMALL_P (sym_ref);
17639 rtx sym_ref = XEXP (rtl, 0);
17640 size_t len = strlen (XSTR (sym_ref, 0));
17643 memcpy (str + 1, XSTR (sym_ref, 0), len + 1);
17644 XSTR (sym_ref, 0) = ggc_alloc_string (str, len + 1);
2589 rtx sym_ref; local
17596 rtx sym_ref = XEXP (rtl, 0); local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.c4686 rtx sym_ref;
4702 sym_ref = op;
4721 sym_ref = XEXP (sum, 0);
4724 return SYMBOL_REF_SMALL_P (sym_ref);
23797 rtx sym_ref = XEXP (rtl, 0);
23798 size_t len = strlen (XSTR (sym_ref, 0));
23801 memcpy (str + 1, XSTR (sym_ref, 0), len + 1);
23802 XSTR (sym_ref, 0) = ggc_alloc_string (str, len + 1);
4677 rtx sym_ref; local
23751 rtx sym_ref = XEXP (rtl, 0); local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/i386/
H A Di386.c17097 rtx sym_ref = XEXP (DECL_RTL (function), 0);
17100 machopic_indirection_name (sym_ref, /*stub_p=*/true)));
17066 rtx sym_ref = XEXP (DECL_RTL (function), 0); local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.c26455 rtx sym_ref = XEXP (DECL_RTL (function), 0);
26458 machopic_indirection_name (sym_ref, /*stub_p=*/true)));
26417 rtx sym_ref = XEXP (DECL_RTL (function), 0); local

Completed in 757 milliseconds