Searched refs:boffset (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dcp-valprint.c516 int boffset; local
543 valaddr, offset, &boffset, &skip);
551 boffset = baseclass_offset (type, i,
554 skip = ((boffset == -1) || (boffset + offset) < 0) ? 1 : -1;
562 if (boffset != -1
563 && ((boffset + offset) < 0
564 || (boffset + offset) >= TYPE_LENGTH (type)))
568 if (target_read_memory (address + boffset, base_valaddr,
571 address = address + boffset;
[all...]
H A Dvalops.c117 int *boffset);
1303 int boffset;
1306 boffset = baseclass_offset (type, i,
1310 if (boffset == -1)
1317 boffset += offset;
1318 if (boffset < 0 || boffset >= TYPE_LENGTH (type))
1322 base_addr = VALUE_ADDRESS (arg1) + VALUE_OFFSET (arg1) + boffset;
1333 VALUE_OFFSET (v2) = VALUE_OFFSET (arg1) + boffset;
1338 VALUE_CONTENTS_RAW (arg1) + boffset,
1301 int boffset; local
1380 int boffset; /* offset of virtual base */ local
1715 find_method_list(struct value **argp, char *method, int offset, struct type *type, int *num_fns, struct type **basetype, int *boffset) argument
1799 value_find_oload_method_list(struct value **argp, char *method, int offset, int *num_fns, struct type **basetype, int *boffset) argument
1871 int boffset; local
[all...]
H A Djv-valprint.c222 unsigned long boffset; local
232 boffset_val = value_struct_elt (&val, NULL, "boffset", NULL, NULL);
233 boffset = value_as_address (boffset_val);
240 val_print_string (data + boffset, count, 2, stream);
274 int boffset; local
285 boffset = 0;
300 java_print_value_fields (baseclass, base_valaddr, address + boffset,
H A Dgnu-v2-abi.c378 int boffset =
380 if (boffset)
381 return boffset;
377 int boffset = local
H A Dp-valprint.c931 int boffset;
951 boffset = baseclass_offset (type, i, valaddr, address);
969 if (boffset != -1 && (boffset < 0 || boffset >= TYPE_LENGTH (type)))
973 if (target_read_memory (address + boffset, base_valaddr,
975 boffset = -1;
978 base_valaddr = valaddr + boffset;
980 if (boffset == -1)
983 pascal_object_print_value_fields (baseclass, base_valaddr, address + boffset,
929 int boffset; local
[all...]
H A Djv-lang.c432 int boffset; local
453 boffset = value_as_long (value_struct_elt (&temp, NULL, "boffset",
468 SET_FIELD_PHYSADDR (TYPE_FIELD (type, i), boffset); local
470 TYPE_FIELD_BITPOS (type, i) = 8 * boffset;

Completed in 77 milliseconds