Lines Matching defs:contents_raw
1052 value::contents_raw ()
1321 return contents_raw ();
1624 write_memory (addr, contents_raw ().data (), type ()->length ());
3333 store_signed_integer (dest_val->contents_raw ().data (),
3538 pack_long (val->contents_raw ().data (), type, num);
3550 pack_unsigned_long (val->contents_raw ().data (), type, num);
3587 val->truncate (result->contents_raw (), type_byte_order (type),
3600 store_typed_address (val->contents_raw ().data (),
3614 target_float_from_host_double (value->contents_raw ().data (),
3689 memcpy (result->contents_raw ().data (), contents, type->length ());