HomeSort by: relevance | last modified time | path
    Searched refs:sym_ref (Results 1 - 13 of 13) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/
darwin.cc 275 dump_machopic_symref_flags (FILE *dump, rtx sym_ref)
277 unsigned long flags = SYMBOL_REF_FLAGS (sym_ref);
281 (MACHO_SYMBOL_STATIC_P (sym_ref) ? 's' : '-'),
282 (MACHO_SYMBOL_INDIRECTION_P (sym_ref) ? 'I' : '-'),
283 (MACHO_SYMBOL_LINKER_VIS_P (sym_ref) ? 'l' : '-'),
284 (MACHO_SYMBOL_HIDDEN_VIS_P (sym_ref) ? 'h' : '-'),
285 (MACHO_SYMBOL_DEFINED_P (sym_ref) ? 'd' : '-'),
286 (MACHO_SYMBOL_MUST_INDIRECT_P (sym_ref) ? 'i' : '-'),
287 (MACHO_SYMBOL_VARIABLE_P (sym_ref) ? 'v' : '-'));
291 (SYMBOL_REF_STUBVAR_P (sym_ref) ? 'S' : '-')
414 rtx sym_ref; local
843 rtx sym_ref = XEXP (target, 0); local
    [all...]
darwin-protos.h 38 extern int machopic_symbol_defined_p (rtx sym_ref);
  /src/external/gpl3/gcc.old/dist/gcc/config/
darwin.cc 274 /* Return true if SYM_REF can be used without an indirection. */
276 machopic_symbol_defined_p (rtx sym_ref)
278 if (MACHO_SYMBOL_DEFINED_P (sym_ref))
283 if (SYMBOL_REF_LOCAL_P (sym_ref) && ! SYMBOL_REF_EXTERNAL_P (sym_ref))
287 if (MACHO_SYMBOL_VARIABLE_P (sym_ref))
289 tree decl = SYMBOL_REF_DECL (sym_ref);
304 machopic_classify_symbol (rtx sym_ref)
308 function_p = SYMBOL_REF_FUNCTION_P (sym_ref);
309 if (machopic_symbol_defined_p (sym_ref))
375 rtx sym_ref; local
804 rtx sym_ref = XEXP (target, 0); local
    [all...]
darwin-protos.h 38 extern int machopic_symbol_defined_p (rtx sym_ref);
  /src/external/gpl3/gcc/dist/gcc/
dwarf2asm.cc 1010 rtx sym_ref;
1029 sym_ref = gen_rtx_SYMBOL_REF (Pmode, sym);
1043 assemble_integer (sym_ref, POINTER_SIZE_UNITS, POINTER_SIZE, 1);
1007 rtx sym_ref; local
dwarf2out.cc 632 rtx sym_ref = gen_rtx_SYMBOL_REF (Pmode, begin);
633 SYMBOL_REF_FLAGS (sym_ref) |= SYMBOL_FLAG_LOCAL;
634 dw2_asm_output_encoded_addr_rtx (fde_encoding, sym_ref, false,
630 rtx sym_ref = gen_rtx_SYMBOL_REF (Pmode, begin); local
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2asm.cc 1010 rtx sym_ref;
1029 sym_ref = gen_rtx_SYMBOL_REF (Pmode, sym);
1043 assemble_integer (sym_ref, POINTER_SIZE_UNITS, POINTER_SIZE, 1);
1007 rtx sym_ref; local
dwarf2out.cc 634 rtx sym_ref = gen_rtx_SYMBOL_REF (Pmode, begin);
635 SYMBOL_REF_FLAGS (sym_ref) |= SYMBOL_FLAG_LOCAL;
636 dw2_asm_output_encoded_addr_rtx (fde_encoding, sym_ref, false,
632 rtx sym_ref = gen_rtx_SYMBOL_REF (Pmode, begin); local
  /src/sys/dev/microcode/aic7xxx/
aicasm_gram.y 117 symbol_ref_t sym_ref;
205 %type <sym_ref> reg_symbol address destination source opt_source
  /src/external/gpl3/gcc/dist/gcc/config/arc/
arc.cc 7516 this calling SYM_REF. We generate a long_call if the function:
7528 arc_is_longcall_p (rtx sym_ref)
7530 if (GET_CODE (sym_ref) != SYMBOL_REF)
7533 return (SYMBOL_REF_LONG_CALL_P (sym_ref)
7535 && !SYMBOL_REF_SHORT_CALL_P (sym_ref)
7536 && !SYMBOL_REF_MEDIUM_CALL_P (sym_ref)));
7543 arc_is_shortcall_p (rtx sym_ref)
7545 if (GET_CODE (sym_ref) != SYMBOL_REF)
7548 return (SYMBOL_REF_SHORT_CALL_P (sym_ref)
7550 && !SYMBOL_REF_LONG_CALL_P (sym_ref)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/arc/
arc.cc 7573 this calling SYM_REF. We generate a long_call if the function:
7585 arc_is_longcall_p (rtx sym_ref)
7587 if (GET_CODE (sym_ref) != SYMBOL_REF)
7590 return (SYMBOL_REF_LONG_CALL_P (sym_ref)
7592 && !SYMBOL_REF_SHORT_CALL_P (sym_ref)
7593 && !SYMBOL_REF_MEDIUM_CALL_P (sym_ref)));
7600 arc_is_shortcall_p (rtx sym_ref)
7602 if (GET_CODE (sym_ref) != SYMBOL_REF)
7605 return (SYMBOL_REF_SHORT_CALL_P (sym_ref)
7607 && !SYMBOL_REF_LONG_CALL_P (sym_ref)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 8238 rtx sym_ref;
8247 sym_ref = op;
8266 sym_ref = XEXP (sum, 0);
8269 return SYMBOL_REF_SMALL_P (sym_ref);
20925 rtx sym_ref = XEXP (rtl, 0);
20926 size_t len = strlen (XSTR (sym_ref, 0));
20929 memcpy (str + 1, XSTR (sym_ref, 0), len + 1);
20930 XSTR (sym_ref, 0) = ggc_alloc_string (str, len + 1);
8226 rtx sym_ref; local
20883 rtx sym_ref = XEXP (rtl, 0); local
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 8163 rtx sym_ref;
8172 sym_ref = op;
8191 sym_ref = XEXP (sum, 0);
8194 return SYMBOL_REF_SMALL_P (sym_ref);
20458 rtx sym_ref = XEXP (rtl, 0);
20459 size_t len = strlen (XSTR (sym_ref, 0));
20462 memcpy (str + 1, XSTR (sym_ref, 0), len + 1);
20463 XSTR (sym_ref, 0) = ggc_alloc_string (str, len + 1);
8151 rtx sym_ref; local
20416 rtx sym_ref = XEXP (rtl, 0); local

Completed in 126 milliseconds