Home
last modified time | relevance | path

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

/NextBSD/contrib/gdb/gdb/
HDax-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()
531 ax_const_l (ax, (LONGEST) SYMBOL_VALUE (var)); in gen_var_ref()
536 ax_const_l (ax, (LONGEST) SYMBOL_VALUE_ADDRESS (var)); in gen_var_ref()
547 ax_const_l (ax, SYMBOL_VALUE_ADDRESS (var)); in gen_var_ref()
586 ax_const_l (ax, BLOCK_START (SYMBOL_BLOCK_VALUE (var))); in gen_var_ref()
616 ax_const_l (ax, SYMBOL_VALUE_ADDRESS (msym)); in gen_var_ref()
[all …]
HDax.h180 extern void ax_const_l (struct agent_expr *EXPR, LONGEST l);
HDdwarf2loc.c407 ax_const_l (ax, frame_offset); in dwarf2_tracepoint_var_ref()
410 ax_const_l (ax, frame_offset); in dwarf2_tracepoint_var_ref()
HDax-general.c221 ax_const_l (struct agent_expr *x, LONGEST l) in ax_const_l() function