Searched refs:ax_const_l (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/contrib/gdb/gdb/ |
| HD | ax-gdb.c | 331 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 …]
|
| HD | ax.h | 180 extern void ax_const_l (struct agent_expr *EXPR, LONGEST l);
|
| HD | dwarf2loc.c | 407 ax_const_l (ax, frame_offset); in dwarf2_tracepoint_var_ref() 410 ax_const_l (ax, frame_offset); in dwarf2_tracepoint_var_ref()
|
| HD | ax-general.c | 221 ax_const_l (struct agent_expr *x, LONGEST l) in ax_const_l() function
|