Home
last modified time | relevance | path

Searched refs:ax_ext (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
HDdwarf2loc.c2945 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 …]
HDax.h187 extern void ax_ext (struct agent_expr *EXPR, int N);
HDax-general.c179 ax_ext (struct agent_expr *x, int n) in ax_ext() function
273 ax_ext (x, size); in ax_const_l()
HDax-gdb.c489 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()