Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Core/
DEmulateInstruction.h185 int64_t signed_offset; // signed offset added to base register member
214 … int64_t signed_offset; // signed offset by which to adjust self (for registers only) member
247 int64_t signed_offset) in SetRegisterPlusOffset()
251 info.RegisterPlusOffset.signed_offset = signed_offset; in SetRegisterPlusOffset()
295 SetOffset (int64_t signed_offset) in SetOffset()
298 info.signed_offset = signed_offset; in SetOffset()
/external/lldb/source/Core/
DEmulateInstruction.cpp509 info.RegisterPlusOffset.signed_offset); in Dump()
548 strm.Printf (" (signed_offset = %+" PRId64 ")", info.signed_offset); in Dump()
/external/google-breakpad/src/common/dwarf/
Ddwarf2reader.cc1225 long signed_offset; // A signed offset. member
1372 operands->signed_offset = reader_->ReadSignedLEB128(cursor_, &len); in ParseOperands()
1510 ops.signed_offset * cie->data_alignment_factor)) in DoInstruction()
1542 !DoDefCFAOffset(ops.signed_offset * cie->data_alignment_factor)) in DoInstruction()
1586 ops.signed_offset * cie->data_alignment_factor)) in DoInstruction()
1610 ops.signed_offset * cie->data_alignment_factor)) in DoInstruction()