Lines Matching defs:offset_ptr
712 lldb::addr_t offset_ptr,
716 LLDB_LOGV(log, "name = {0}, encoding = {1}, offset_ptr = {2:x}, size = {3}",
717 name, type, offset_ptr, size);
722 "name = {0}, encoding = {1}, offset_ptr = {2:x}, size = "
724 name, type, offset_ptr, size,
731 offset_ptr, offset_ptr_size, is_signed, offset_scalar, error);
733 LLDB_LOGV(log, "offset_ptr = {0:x} --> {1}", offset_ptr,
738 LLDB_LOGV(log, "offset_ptr = {0:x} --> read fail, read = %{1}",
739 offset_ptr, read);