Searched refs:off_name (Results 1 – 3 of 3) sorted by relevance
684 const char *off_name = NULL; in v850_print_operand_address() local689 off_name = "zdaoff"; in v850_print_operand_address()694 off_name = "sdaoff"; in v850_print_operand_address()699 off_name = "tdaoff"; in v850_print_operand_address()703 if (off_name) in v850_print_operand_address()704 fprintf (file, "%s(", off_name); in v850_print_operand_address()714 const char *off_name; in v850_print_operand_address() local719 off_name = "zdaoff"; in v850_print_operand_address()724 off_name = "sdaoff"; in v850_print_operand_address()729 off_name = "tdaoff"; in v850_print_operand_address()[all …]
165 static char *off_name(const char *);473 offensive = off_name(path); in add_file()480 tf = off_name(tfile); in add_file()504 tf = off_name(tfile); in add_file()611 off_name(const char *file) in off_name() function