Home
last modified time | relevance | path

Searched refs:value_as_long (Results 1 – 25 of 26) sorted by relevance

12

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dvalarith.c124 + (sz * value_as_long (valint))); in value_add()
150 - (sz * value_as_long (arg2)))); in value_sub()
160 (value_as_long (arg1) - value_as_long (arg2)) / sz); in value_sub()
202 LONGEST index = value_as_long (idx); in value_subscript()
225 LONGEST index = value_as_long (idx); in value_subscript()
264 LONGEST index = value_as_long (idx); in value_subscripted_rvalue()
659 count = longest_to_int (value_as_long (inval1)); in value_concat()
819 v1 = value_as_long (arg1); in value_binop()
820 v2 = value_as_long (arg2); in value_binop()
903 v1 = (ULONGEST) value_as_long (arg1); in value_binop()
[all …]
H A Deval.c117 retval = value_as_long (evaluate_expression (expr)); in parse_and_eval_long()
320 modify_field (addr, value_as_long (val), in evaluate_struct_tuple()
357 low = value_as_long (evaluate_subexp (NULL_TYPE, exp, pos, noside)); in init_array_element()
358 high = value_as_long (evaluate_subexp (NULL_TYPE, exp, pos, noside)); in init_array_element()
370 index = value_as_long (evaluate_subexp (NULL_TYPE, exp, pos, noside)); in init_array_element()
584 range_low = value_as_long (elem_val); in evaluate_subexp_standard()
587 range_high = value_as_long (elem_val); in evaluate_subexp_standard()
593 range_low = range_high = value_as_long (elem_val); in evaluate_subexp_standard()
646 = value_as_long (evaluate_subexp (NULL_TYPE, exp, pos, noside)); in evaluate_subexp_standard()
648 = value_as_long (evaluate_subexp (NULL_TYPE, exp, pos, noside)); in evaluate_subexp_standard()
[all …]
H A Djv-lang.c212 name_length = (int) value_as_long (temp); in get_java_utf8_name()
287 return java_primitive_type (value_as_long (sig)); in type_from_class()
372 ninterfaces = value_as_long (value_struct_elt (&temp, NULL, "interface_len", NULL, "structure")); in java_link_class_type()
376 nfields = value_as_long (value_struct_elt (&temp, NULL, "field_count", NULL, "structure")); in java_link_class_type()
418 TYPE_LENGTH (type) = value_as_long (temp); in java_link_class_type()
449 accflags = value_as_long (value_struct_elt (&temp, NULL, "accflags", in java_link_class_type()
453 boffset = value_as_long (value_struct_elt (&temp, NULL, "boffset", in java_link_class_type()
488 nmethods = value_as_long (value_struct_elt (&temp, NULL, "method_count", in java_link_class_type()
902 index = (long) value_as_long (arg2); in evaluate_subexp_java()
H A Dscm-lang.c163 write_memory (value_as_long (args[0]), str, len); in scm_lookup_name()
194 LONGEST iaddr = value_as_long (addr); in scm_evaluate_string()
H A Dgnu-v3-abi.c266 = value_as_long (value_field (vtable, vtable_field_offset_to_top)); in gnuv3_rtti_type()
418 base_offset = value_as_long (value_subscript (vbase_array, offset_val)); in gnuv3_baseclass_offset()
H A Dvalops.c191 return value_as_long (value_allocate_space_in_inferior (len)); in allocate_space_in_inferior()
306 retvalp = value_from_longest (type, value_as_long (arg2)); in value_cast()
331 longest = value_as_long (arg2); in value_cast()
351 LONGEST longest = value_as_long (arg2); in value_cast()
586 modify_field (buffer, value_as_long (fromval), in value_assign()
675 value_as_long (fromval), in value_assign()
735 LONGEST fieldval = value_as_long (fromval); in value_assign()
919 (CORE_ADDR) value_as_long (arg1), in value_ind()
1438 boffset = value_as_long (vp); in find_rt_vbase_offset()
H A Dvalues.c442 modify_field (addr, value_as_long (newval), in set_internalvar_component()
526 value_as_long (struct value *val) in value_as_long() function
558 return ADDR_BITS_REMOVE (value_as_long (val)); in value_as_address()
H A Dhpacc-abi.c234 top_offset = value_as_long (vp); in hpacc_value_rtti_type()
H A Dobjc-lang.c132 return (CORE_ADDR) value_as_long (call_function_by_hand (function, in lookup_objc_class()
159 return value_as_long (call_function_by_hand (function, 1, &selstring)); in lookup_child_selector()
1548 object_addr = value_as_long (object); in print_object_command()
1557 string_addr = value_as_long (description); in print_object_command()
H A Dada-lang.c1216 addr = value_as_long (arr); in desc_bounds()
1474 if (value_as_long (descriptor) == 0) in ada_type_of_array()
1485 (int) value_as_long (low), in ada_type_of_array()
1486 (int) value_as_long (high)); in ada_type_of_array()
1734 idx = value_as_long (value_pos_atr (ind[i])); in value_subscript_packed()
2353 value_as_long (desc_one_bound (desc_bounds (arr), in ada_array_length()
2355 - value_as_long (desc_one_bound (desc_bounds (arr), in ada_array_length()
3569 value_as_long (ada_array_bound (arr, i, 0)), in make_array_descriptor()
3573 value_as_long (ada_array_bound (arr, i, 1)), in make_array_descriptor()
6686 LONGEST v = value_as_long (arg); in pos_atr()
[all …]
H A Dgnu-v2-abi.c166 VALUE_OFFSET (arg1) += value_as_long (value_field (entry, 0)); in gnuv2_virtual_fn_field()
H A Dgcore.c274 top_of_heap = value_as_long (sbrk); in derive_heap_segment()
H A Dvalue.h300 extern LONGEST value_as_long (struct value *val);
H A Dinfcall.c202 funaddr = (CORE_ADDR) value_as_long (function); in find_function_addr()
H A Dthread.c646 num = value_as_long (parse_and_eval (tidstr)); in do_captured_thread_select()
H A Dax-gdb.c1429 length = value_as_long (v); in gen_repeat()
1491 ax_const_l (ax, value_as_long (v)); in gen_expr()
H A Ddwarf2expr.c669 result = value_as_long (value_binop (val1, val2, binop)); in execute_stack_op()
H A Dprintcmd.c1974 long long val = value_as_long (val_args[i]); in printf_command()
1984 long val = value_as_long (val_args[i]); in printf_command()
H A Dtop.c1451 exit_code = (int) value_as_long (val); in quit_force()
H A Dfrv-tdep.c1090 descr = value_as_long (value_allocate_space_in_inferior (8)); in find_func_descr()
H A Dlinespec.c1700 val.line = value_as_long (valx); in decode_dollar()
H A Dstack.c745 level = value_as_long (vp); in parse_frame_specification()
H A Dgnu-nat.c3017 long right = value_as_long (val); in info_port_rights()
H A Dbreakpoint.c405 retval = (int) value_as_long (val); in get_number_trailer()
7544 longest_to_int (value_as_long (parse_and_eval (p))), in ignore_command()
H A DChangeLog-19901520 * values.c (value_as_long): Avoid infinite recursion for enums.
1967 * values.c (value_as_long): Call COERCE_ARRAY.

12