Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dax-gdb.c331 ax_const_l (ax, length); in gen_traced_pop()
442 ax_const_l (ax, distance); in gen_left_shift()
447 ax_const_l (ax, -distance); in gen_left_shift()
497 ax_const_l (ax, offset); in gen_offset()
502 ax_const_l (ax, -offset); in gen_offset()
616 ax_const_l (ax, SYMBOL_VALUE_ADDRESS (msym)); in gen_var_ref()
651 ax_const_l (ax, k); in gen_int_literal()
944 ax_const_l (ax, TYPE_LENGTH (element)); in gen_scale()
1467 ax_const_l (ax, TYPE_LENGTH (value->type)); in gen_sizeof()
1491 ax_const_l (ax, value_as_long (v)); in gen_expr()
[all …]
H A Dax.h180 extern void ax_const_l (struct agent_expr *EXPR, LONGEST l);
H A Ddwarf2loc.c388 ax_const_l (ax, frame_offset); in dwarf2_tracepoint_var_ref()
391 ax_const_l (ax, frame_offset); in dwarf2_tracepoint_var_ref()
H A Dax-general.c221 ax_const_l (struct agent_expr *x, LONGEST l) in ax_const_l() function