Home
last modified time | relevance | path

Searched refs:boffset (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dcp-valprint.c516 int boffset; in cp_print_value() local
543 valaddr, offset, &boffset, &skip); in cp_print_value()
551 boffset = baseclass_offset (type, i, in cp_print_value()
554 skip = ((boffset == -1) || (boffset + offset) < 0) ? 1 : -1; in cp_print_value()
562 if (boffset != -1 in cp_print_value()
563 && ((boffset + offset) < 0 in cp_print_value()
564 || (boffset + offset) >= TYPE_LENGTH (type))) in cp_print_value()
568 if (target_read_memory (address + boffset, base_valaddr, in cp_print_value()
571 address = address + boffset; in cp_print_value()
573 boffset = 0; in cp_print_value()
[all …]
H A Dvalops.c117 int *boffset);
1300 int boffset; in search_struct_field() local
1303 boffset = baseclass_offset (type, i, in search_struct_field()
1307 if (boffset == -1) in search_struct_field()
1314 boffset += offset; in search_struct_field()
1315 if (boffset < 0 || boffset >= TYPE_LENGTH (type)) in search_struct_field()
1319 base_addr = VALUE_ADDRESS (arg1) + VALUE_OFFSET (arg1) + boffset; in search_struct_field()
1330 VALUE_OFFSET (v2) = VALUE_OFFSET (arg1) + boffset; in search_struct_field()
1335 VALUE_CONTENTS_RAW (arg1) + boffset, in search_struct_field()
1379 int boffset; /* offset of virtual base */ in find_rt_vbase_offset() local
[all …]
H A Dp-valprint.c929 int boffset; in pascal_object_print_value() local
949 boffset = baseclass_offset (type, i, valaddr, address); in pascal_object_print_value()
967 if (boffset != -1 && (boffset < 0 || boffset >= TYPE_LENGTH (type))) in pascal_object_print_value()
971 if (target_read_memory (address + boffset, base_valaddr, in pascal_object_print_value()
973 boffset = -1; in pascal_object_print_value()
976 base_valaddr = valaddr + boffset; in pascal_object_print_value()
978 if (boffset == -1) in pascal_object_print_value()
981 pascal_object_print_value_fields (baseclass, base_valaddr, address + boffset, in pascal_object_print_value()
H A Djv-valprint.c222 unsigned long boffset; in java_value_print() local
233 boffset = value_as_address (boffset_val); in java_value_print()
240 val_print_string (data + boffset, count, 2, stream); in java_value_print()
274 int boffset; in java_print_value_fields() local
285 boffset = 0; in java_print_value_fields()
300 java_print_value_fields (baseclass, base_valaddr, address + boffset, in java_print_value_fields()
H A Dgnu-v2-abi.c377 int boffset = in gnuv2_baseclass_offset() local
379 if (boffset) in gnuv2_baseclass_offset()
380 return boffset; in gnuv2_baseclass_offset()
H A Djv-lang.c432 int boffset; in java_link_class_type() local
453 boffset = value_as_long (value_struct_elt (&temp, NULL, "boffset", in java_link_class_type()
468 SET_FIELD_PHYSADDR (TYPE_FIELD (type, i), boffset); in java_link_class_type()
470 TYPE_FIELD_BITPOS (type, i) = 8 * boffset; in java_link_class_type()
/openbsd-src/sbin/newfs_ext2fs/
H A Dmke2fs.c476 uint boffset; in mke2fs() local
478 boffset = cgbase(&sblock, cylno); in mke2fs()
483 boffset += NBLOCK_SUPERBLOCK + sblock.e2fs_ngdb; in mke2fs()
487 boffset += sblock.e2fs.e2fs_reserved_ngdb; in mke2fs()
489 gd[cylno].ext2bgd_b_bitmap = boffset; in mke2fs()
490 boffset += NBLOCK_BLOCK_BITMAP; in mke2fs()
491 gd[cylno].ext2bgd_i_bitmap = boffset; in mke2fs()
492 boffset += NBLOCK_INODE_BITMAP; in mke2fs()
493 gd[cylno].ext2bgd_i_tables = boffset; in mke2fs()
/openbsd-src/gnu/usr.bin/perl/
H A Dsv.c7527 STRLEN boffset = 0; /* Actually always set, but let's keep gcc happy. */
7563 boffset = boffset0
7569 boffset = boffset0
7584 boffset = boffset0
7590 boffset = boffset0
7602 boffset = boffset0
7619 assert_uft8_cache_coherent("sv_pos_u2b_cache", boffset,
7621 boffset = real_boffset;
7628 utf8_mg_pos_cache_update(sv, mgp, boffset, uoffset, send - start);
7630 return boffset;
7461 STRLEN boffset = 0; /* Actually always set, but let's keep gcc happy. */ global() local
7595 STRLEN boffset; global() local
[all...]