Home
last modified time | relevance | path

Searched refs:machopic_classify_symbol (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/gcc/config/
HDdarwin-protos.h35 extern enum machopic_addr_class machopic_classify_symbol (rtx);
HDdarwin.c188 machopic_classify_symbol (rtx sym_ref) in machopic_classify_symbol() function
248 switch (machopic_classify_symbol (sym_ref)) in machopic_data_defined_p()
/NextBSD/contrib/gcc/config/i386/
HDi386.c7522 && machopic_classify_symbol (x) == MACHOPIC_UNDEFINED_FUNCTION) in output_pic_addr_const()
/NextBSD/contrib/gcc/config/rs6000/
HDrs6000.c10847 && machopic_classify_symbol (x) == MACHOPIC_UNDEFINED_FUNCTION) in print_operand()
/NextBSD/contrib/gcc/
HDChangeLog-200422066 (machopic_classify_symbol): Likewise.
22067 (machopic_data_defined_p): Use machopic_classify_symbol.
22110 (print_operand): Use machopic_classify_symbol.