Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/config/
Ddarwin-protos.h39 extern enum machopic_addr_class machopic_classify_symbol (rtx);
Ddarwin.cc304 machopic_classify_symbol (rtx sym_ref) in machopic_classify_symbol() function
362 switch (machopic_classify_symbol (sym_ref)) in machopic_data_defined_p()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386.cc12224 && machopic_classify_symbol (x) == MACHOPIC_UNDEFINED_FUNCTION) in output_pic_addr_const()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Drs6000.cc14124 && machopic_classify_symbol (x) == MACHOPIC_UNDEFINED_FUNCTION) in print_operand()
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-200422066 (machopic_classify_symbol): Likewise.
22067 (machopic_data_defined_p): Use machopic_classify_symbol.
22110 (print_operand): Use machopic_classify_symbol.
DChangeLog-201035374 * config/darwin.c (machopic_classify_symbol): Likewise.