Searched refs:ax_ext (Results 1 – 4 of 4) sorted by relevance
| /dragonfly/contrib/gdb-7/gdb/ |
| HD | dwarf2loc.c | 2945 ax_ext (expr, addr_size_bits); in dwarf2_compile_expr_to_ax() 2967 ax_ext (expr, addr_size_bits); in dwarf2_compile_expr_to_ax() 2988 ax_ext (expr, addr_size_bits); in dwarf2_compile_expr_to_ax() 2990 ax_ext (expr, addr_size_bits); in dwarf2_compile_expr_to_ax() 3033 ax_ext (expr, addr_size_bits); in dwarf2_compile_expr_to_ax() 3035 ax_ext (expr, addr_size_bits); in dwarf2_compile_expr_to_ax() 3043 ax_ext (expr, addr_size_bits); in dwarf2_compile_expr_to_ax() 3045 ax_ext (expr, addr_size_bits); in dwarf2_compile_expr_to_ax() 3054 ax_ext (expr, addr_size_bits); in dwarf2_compile_expr_to_ax() 3056 ax_ext (expr, addr_size_bits); in dwarf2_compile_expr_to_ax() [all …]
|
| HD | ax.h | 187 extern void ax_ext (struct agent_expr *EXPR, int N);
|
| HD | ax-general.c | 179 ax_ext (struct agent_expr *x, int n) in ax_ext() function 273 ax_ext (x, size); in ax_const_l()
|
| HD | ax-gdb.c | 489 ax_ext (ax, TYPE_LENGTH (type) * TARGET_CHAR_BIT); in gen_sign_extend() 502 ((TYPE_UNSIGNED (type) ? ax_zero_ext : ax_ext) (ax, bits)); in gen_extend() 1427 ((TYPE_UNSIGNED (type) ? ax_zero_ext : ax_ext) (ax, end - start)); in gen_bitfield_ref()
|