Home
last modified time | relevance | path

Searched refs:low_bytes (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/gpl3/gdb/dist/gdb/
H A Dm32c-tdep.c479 int low_bytes = TYPE_LENGTH (reg->ry->type); in m32c_cat_read() local
482 gdb_assert (TYPE_LENGTH (reg->type) == high_bytes + low_bytes); in m32c_cat_read()
492 status = cache->cooked_read (reg->rx->num, buf + low_bytes); in m32c_cat_read()
508 int low_bytes = TYPE_LENGTH (reg->ry->type); in m32c_cat_write() local
510 gdb_assert (TYPE_LENGTH (reg->type) == high_bytes + low_bytes); in m32c_cat_write()
519 cache->cooked_write (reg->rx->num, buf + low_bytes); in m32c_cat_write()
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dm32c-tdep.c479 int low_bytes = TYPE_LENGTH (reg->ry->type); in m32c_cat_read() local
482 gdb_assert (TYPE_LENGTH (reg->type) == high_bytes + low_bytes); in m32c_cat_read()
492 status = cache->cooked_read (reg->rx->num, buf + low_bytes); in m32c_cat_read()
508 int low_bytes = TYPE_LENGTH (reg->ry->type); in m32c_cat_write() local
510 gdb_assert (TYPE_LENGTH (reg->type) == high_bytes + low_bytes); in m32c_cat_write()
519 cache->cooked_write (reg->rx->num, buf + low_bytes); in m32c_cat_write()
/netbsd/external/gpl3/binutils/dist/gprofng/src/
H A DClassFile.cc827 u4 low_bytes = in.readUnsigned (); in BinaryConstantPool() local
829 (unsigned int) high_bytes, (unsigned int) low_bytes); in BinaryConstantPool()