Searched refs:print_binary (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/binutils/gas/ |
| H A D | symbols.c | 2864 print_binary (file, "divide", exp); in print_expr_1() 2867 print_binary (file, "modulus", exp); in print_expr_1() 2870 print_binary (file, "lshift", exp); in print_expr_1() 2873 print_binary (file, "rshift", exp); in print_expr_1() 2876 print_binary (file, "bit_ior", exp); in print_expr_1() 2885 print_binary (file, "eq", exp); in print_expr_1() 2888 print_binary (file, "ne", exp); in print_expr_1() 2891 print_binary (file, "lt", exp); in print_expr_1() 2894 print_binary (file, "le", exp); in print_expr_1() 2897 print_binary (file, "ge", exp); in print_expr_1() [all …]
|
| H A D | ChangeLog-9899 | 4146 * symbols.c (print_binary): New function.
|