Home
last modified time | relevance | path

Searched refs:Offset (Results 1 – 25 of 2837) sorted by relevance

12345678910>>...114

/external/llvm/tools/llvm-readobj/
DARMWinEHPrinter.cpp97 uint64_t Offset = 0) { in formatSymbol() argument
104 if (Offset) in formatSymbol()
105 OS << format("+0x%X (0x%" PRIX64 ")", Offset, Address); in formatSymbol()
218 uint64_t Offset) { in getRelocatedSymbol() argument
221 if (RelocationOffset == Offset) in getRelocatedSymbol()
227 bool Decoder::opcode_0xxxxxxx(const uint8_t *OC, unsigned &Offset, in opcode_0xxxxxxx() argument
229 uint8_t Imm = OC[Offset] & 0x7f; in opcode_0xxxxxxx()
231 OC[Offset], in opcode_0xxxxxxx()
234 ++Offset; in opcode_0xxxxxxx()
238 bool Decoder::opcode_10Lxxxxx(const uint8_t *OC, unsigned &Offset, in opcode_10Lxxxxx() argument
[all …]
DARMAttributeParser.cpp75 uint32_t &Offset) { in ParseInteger() argument
77 uint64_t Value = decodeULEB128(Data + Offset, &Length); in ParseInteger()
78 Offset = Offset + Length; in ParseInteger()
83 uint32_t &Offset) { in ParseString() argument
84 const char *String = reinterpret_cast<const char*>(Data + Offset); in ParseString()
86 Offset = Offset + Length + 1; in ParseString()
91 uint32_t &Offset) { in IntegerAttribute() argument
93 ParseInteger(Data, Offset)); in IntegerAttribute()
97 uint32_t &Offset) { in StringAttribute() argument
104 SW.printString("Value", ParseString(Data, Offset)); in StringAttribute()
[all …]
DARMAttributeParser.h29 uint64_t ParseInteger(const uint8_t *Data, uint32_t &Offset);
30 StringRef ParseString(const uint8_t *Data, uint32_t &Offset);
33 uint32_t &Offset);
35 uint32_t &Offset);
40 uint32_t &Offset);
42 uint32_t &Offset);
44 uint32_t &Offset);
46 uint32_t &Offset);
48 uint32_t &Offset);
50 uint32_t &Offset);
[all …]
DARMWinEHPrinter.h35 bool opcode_0xxxxxxx(const uint8_t *Opcodes, unsigned &Offset,
37 bool opcode_10Lxxxxx(const uint8_t *Opcodes, unsigned &Offset,
39 bool opcode_1100xxxx(const uint8_t *Opcodes, unsigned &Offset,
41 bool opcode_11010Lxx(const uint8_t *Opcodes, unsigned &Offset,
43 bool opcode_11011Lxx(const uint8_t *Opcodes, unsigned &Offset,
45 bool opcode_11100xxx(const uint8_t *Opcodes, unsigned &Offset,
47 bool opcode_111010xx(const uint8_t *Opcodes, unsigned &Offset,
49 bool opcode_1110110L(const uint8_t *Opcodes, unsigned &Offset,
51 bool opcode_11101110(const uint8_t *Opcodes, unsigned &Offset,
53 bool opcode_11101111(const uint8_t *Opcodes, unsigned &Offset,
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DARMWinEHPrinter.cpp97 uint64_t Offset = 0) { in formatSymbol() argument
104 if (Offset) in formatSymbol()
105 OS << format("+0x%X (0x%" PRIX64 ")", Offset, Address); in formatSymbol()
218 uint64_t Offset) { in getRelocatedSymbol() argument
221 if (RelocationOffset == Offset) in getRelocatedSymbol()
227 bool Decoder::opcode_0xxxxxxx(const uint8_t *OC, unsigned &Offset, in opcode_0xxxxxxx() argument
229 uint8_t Imm = OC[Offset] & 0x7f; in opcode_0xxxxxxx()
231 OC[Offset], in opcode_0xxxxxxx()
234 ++Offset; in opcode_0xxxxxxx()
238 bool Decoder::opcode_10Lxxxxx(const uint8_t *OC, unsigned &Offset, in opcode_10Lxxxxx() argument
[all …]
DARMWinEHPrinter.h35 bool opcode_0xxxxxxx(const uint8_t *Opcodes, unsigned &Offset,
37 bool opcode_10Lxxxxx(const uint8_t *Opcodes, unsigned &Offset,
39 bool opcode_1100xxxx(const uint8_t *Opcodes, unsigned &Offset,
41 bool opcode_11010Lxx(const uint8_t *Opcodes, unsigned &Offset,
43 bool opcode_11011Lxx(const uint8_t *Opcodes, unsigned &Offset,
45 bool opcode_11100xxx(const uint8_t *Opcodes, unsigned &Offset,
47 bool opcode_111010xx(const uint8_t *Opcodes, unsigned &Offset,
49 bool opcode_1110110L(const uint8_t *Opcodes, unsigned &Offset,
51 bool opcode_11101110(const uint8_t *Opcodes, unsigned &Offset,
53 bool opcode_11101111(const uint8_t *Opcodes, unsigned &Offset,
[all …]
/external/elfutils/tests/
Drun-show-die-info.sh28 Offset : 11
38 Offset : 104
45 Offset : 127
52 Offset : 146
62 Offset : 239
69 Offset : 262
76 Offset : 281
86 Offset : 374
93 Offset : 402
98 Offset : 419
[all …]
/external/sfntly/cpp/src/sfntly/table/core/
Dos2_table.cc106 return data_->ReadUShort(Offset::kVersion); in TableVersion()
110 return data_->ReadShort(Offset::kXAvgCharWidth); in XAvgCharWidth()
114 return data_->ReadUShort(Offset::kUsWeightClass); in UsWeightClass()
118 return data_->ReadUShort(Offset::kUsWidthClass); in UsWidthClass()
122 return data_->ReadUShort(Offset::kFsType); in FsType()
126 return data_->ReadShort(Offset::kYSubscriptXSize); in YSubscriptXSize()
130 return data_->ReadShort(Offset::kYSubscriptYSize); in YSubscriptYSize()
134 return data_->ReadShort(Offset::kYSubscriptXOffset); in YSubscriptXOffset()
138 return data_->ReadShort(Offset::kYSubscriptYOffset); in YSubscriptYOffset()
142 return data_->ReadShort(Offset::kYSuperscriptXSize); in YSuperscriptXSize()
[all …]
Dmaximum_profile_table.cc26 return data_->ReadFixed(Offset::kVersion); in TableVersion()
30 return data_->ReadUShort(Offset::kNumGlyphs); in NumGlyphs()
34 return data_->ReadUShort(Offset::kMaxPoints); in MaxPoints()
38 return data_->ReadUShort(Offset::kMaxContours); in MaxContours()
42 return data_->ReadUShort(Offset::kMaxCompositePoints); in MaxCompositePoints()
46 return data_->ReadUShort(Offset::kMaxCompositeContours); in MaxCompositeContours()
50 return data_->ReadUShort(Offset::kMaxZones); in MaxZones()
54 return data_->ReadUShort(Offset::kMaxTwilightPoints); in MaxTwilightPoints()
58 return data_->ReadUShort(Offset::kMaxStorage); in MaxStorage()
62 return data_->ReadUShort(Offset::kMaxFunctionDefs); in MaxFunctionDefs()
[all …]
Dhorizontal_header_table.cc26 return data_->ReadFixed(Offset::kVersion); in TableVersion()
30 return data_->ReadShort(Offset::kAscender); in Ascender()
34 return data_->ReadShort(Offset::kDescender); in Descender()
38 return data_->ReadShort(Offset::kLineGap); in LineGap()
42 return data_->ReadUShort(Offset::kAdvanceWidthMax); in AdvanceWidthMax()
46 return data_->ReadShort(Offset::kMinLeftSideBearing); in MinLeftSideBearing()
50 return data_->ReadShort(Offset::kMinRightSideBearing); in MinRightSideBearing()
54 return data_->ReadShort(Offset::kXMaxExtent); in XMaxExtent()
58 return data_->ReadShort(Offset::kCaretSlopeRise); in CaretSlopeRise()
62 return data_->ReadShort(Offset::kCaretSlopeRun); in CaretSlopeRun()
[all …]
Dfont_header_table.cc26 return data_->ReadFixed(Offset::kTableVersion); in TableVersion()
30 return data_->ReadFixed(Offset::kFontRevision); in FontRevision()
34 return data_->ReadULong(Offset::kCheckSumAdjustment); in ChecksumAdjustment()
38 return data_->ReadULong(Offset::kMagicNumber); in MagicNumber()
42 return data_->ReadUShort(Offset::kFlags); in FlagsAsInt()
46 return data_->ReadUShort(Offset::kUnitsPerEm); in UnitsPerEm()
50 return data_->ReadDateTimeAsLong(Offset::kCreated); in Created()
54 return data_->ReadDateTimeAsLong(Offset::kModified); in Modified()
58 return data_->ReadUShort(Offset::kXMin); in XMin()
62 return data_->ReadUShort(Offset::kYMin); in YMin()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLoc.cpp59 DWARFDebugLoc::getLocationListAtOffset(uint64_t Offset) const { in getLocationListAtOffset()
61 Locations.begin(), Locations.end(), Offset, in getLocationListAtOffset()
62 [](const LocationList &L, uint64_t Offset) { return L.Offset < Offset; }); in getLocationListAtOffset() argument
63 if (It != Locations.end() && It->Offset == Offset) in getLocationListAtOffset()
69 Optional<uint64_t> Offset) const { in dump()
71 OS << format("0x%8.8x: ", L.Offset); in dump()
76 if (Offset) { in dump()
77 if (auto *L = getLocationListAtOffset(*Offset)) in dump()
88 DWARFDebugLoc::parseOneLocationList(DWARFDataExtractor Data, unsigned *Offset) { in parseOneLocationList() argument
90 LL.Offset = *Offset; in parseOneLocationList()
[all …]
DDWARFDebugFrame.cpp37 Error CFIProgram::parse(DataExtractor Data, uint32_t *Offset, in parse() argument
39 while (*Offset < EndOffset) { in parse()
40 uint8_t Opcode = Data.getU8(Offset); in parse()
58 addInstruction(Primary, Op1, Data.getULEB128(Offset)); in parse()
77 addInstruction(Opcode, Data.getAddress(Offset)); in parse()
81 addInstruction(Opcode, Data.getU8(Offset)); in parse()
85 addInstruction(Opcode, Data.getU16(Offset)); in parse()
89 addInstruction(Opcode, Data.getU32(Offset)); in parse()
98 addInstruction(Opcode, Data.getULEB128(Offset)); in parse()
102 addInstruction(Opcode, Data.getSLEB128(Offset)); in parse()
[all …]
/external/flatbuffers/tests/FlatBuffers.Test/
DFlatBufferBuilderTests.cs35 var storedOffset = fbb.Offset; in FlatBufferBuilder_WithForceDefaults_WhenAddBool_AndDefaultValue_OffsetIncreasesBySize()
37 var endOffset = fbb.Offset; in FlatBufferBuilder_WithForceDefaults_WhenAddBool_AndDefaultValue_OffsetIncreasesBySize()
45 var storedOffset = fbb.Offset; in FlatBufferBuilder_WithForceDefaults_WhenAddSByte_AndDefaultValue_OffsetIncreasesBySize()
47 var endOffset = fbb.Offset; in FlatBufferBuilder_WithForceDefaults_WhenAddSByte_AndDefaultValue_OffsetIncreasesBySize()
55 var storedOffset = fbb.Offset; in FlatBufferBuilder_WithForceDefaults_WhenAddByte_AndDefaultValue_OffsetIncreasesBySize()
57 var endOffset = fbb.Offset; in FlatBufferBuilder_WithForceDefaults_WhenAddByte_AndDefaultValue_OffsetIncreasesBySize()
65 var storedOffset = fbb.Offset; in FlatBufferBuilder_WithForceDefaults_WhenAddShort_AndDefaultValue_OffsetIncreasesBySize()
67 var endOffset = fbb.Offset; in FlatBufferBuilder_WithForceDefaults_WhenAddShort_AndDefaultValue_OffsetIncreasesBySize()
75 var storedOffset = fbb.Offset; in FlatBufferBuilder_WithForceDefaults_WhenAddUShort_AndDefaultValue_OffsetIncreasesBySize()
77 var endOffset = fbb.Offset; in FlatBufferBuilder_WithForceDefaults_WhenAddUShort_AndDefaultValue_OffsetIncreasesBySize()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DARMAttributeParser.cpp75 uint32_t &Offset) { in ParseInteger() argument
77 uint64_t Value = decodeULEB128(Data + Offset, &Length); in ParseInteger()
78 Offset = Offset + Length; in ParseInteger()
83 uint32_t &Offset) { in ParseString() argument
84 const char *String = reinterpret_cast<const char*>(Data + Offset); in ParseString()
86 Offset = Offset + Length + 1; in ParseString()
91 uint32_t &Offset) { in IntegerAttribute() argument
93 uint64_t Value = ParseInteger(Data, Offset); in IntegerAttribute()
101 uint32_t &Offset) { in StringAttribute() argument
103 StringRef ValueDesc = ParseString(Data, Offset); in StringAttribute()
[all …]
/external/flatbuffers/include/flatbuffers/
Dreflection_generated.h143 flatbuffers::Offset<Type> Finish() { in Finish()
145 auto o = flatbuffers::Offset<Type>(end); in Finish()
150 inline flatbuffers::Offset<Type> CreateType(
192 void add_key(flatbuffers::Offset<flatbuffers::String> key) { in add_key()
195 void add_value(flatbuffers::Offset<flatbuffers::String> value) { in add_value()
203 flatbuffers::Offset<KeyValue> Finish() { in Finish()
205 auto o = flatbuffers::Offset<KeyValue>(end); in Finish()
211 inline flatbuffers::Offset<KeyValue> CreateKeyValue(
213 flatbuffers::Offset<flatbuffers::String> key = 0,
214 flatbuffers::Offset<flatbuffers::String> value = 0) {
[all …]
/external/vixl/test/aarch32/
Dtest-assembler-cond-rd-memop-immediate-8192-a32.cc100 const TestData kTests[] = {{{pl, r13, r0, plus, 0, Offset},
105 {{ge, r5, r3, plus, 0, Offset},
110 {{cc, r0, r4, plus, 0, Offset},
115 {{ge, r0, r0, plus, 0, Offset},
120 {{eq, r12, r3, plus, 0, Offset},
125 {{al, r4, r13, plus, 0, Offset},
130 {{mi, r8, r2, plus, 0, Offset},
135 {{mi, r6, r9, plus, 0, Offset},
140 {{gt, r13, r11, plus, 0, Offset},
145 {{cs, r0, r7, plus, 0, Offset},
[all …]
Dtest-assembler-cond-rd-memop-immediate-512-a32.cc100 const TestData kTests[] = {{{pl, r13, r0, plus, 0, Offset},
105 {{ge, r5, r3, plus, 0, Offset},
110 {{cc, r0, r4, plus, 0, Offset},
115 {{ge, r0, r0, plus, 0, Offset},
120 {{eq, r12, r3, plus, 0, Offset},
125 {{al, r4, r13, plus, 0, Offset},
130 {{mi, r8, r2, plus, 0, Offset},
135 {{mi, r6, r9, plus, 0, Offset},
140 {{gt, r13, r11, plus, 0, Offset},
145 {{cs, r0, r7, plus, 0, Offset},
[all …]
Dtest-assembler-cond-rd-memop-rs-a32.cc104 const TestData kTests[] = {{{pl, r8, r11, plus, r6, Offset},
109 {{le, r4, r8, plus, r5, Offset},
114 {{vs, r2, r6, plus, r14, Offset},
119 {{ls, r1, r7, plus, r8, Offset},
124 {{ge, r14, r6, plus, r14, Offset},
129 {{cs, r7, r0, plus, r7, Offset},
134 {{ge, r11, r0, plus, r9, Offset},
139 {{eq, r7, r10, plus, r4, Offset},
144 {{al, r9, r2, plus, r3, Offset},
149 {{cc, r11, r10, plus, r6, Offset},
[all …]
Dtest-assembler-cond-rd-memop-rs-shift-amount-1to31-a32.cc102 const TestData kTests[] = {{{pl, r8, r11, plus, r6, LSL, 1, Offset},
107 {{le, r4, r8, plus, r5, LSL, 1, Offset},
112 {{vs, r2, r6, plus, r14, LSL, 1, Offset},
117 {{ls, r1, r7, plus, r8, LSL, 1, Offset},
122 {{ge, r14, r6, plus, r14, LSL, 1, Offset},
127 {{cs, r7, r0, plus, r7, LSL, 1, Offset},
132 {{ge, r11, r0, plus, r9, LSL, 1, Offset},
137 {{eq, r7, r10, plus, r4, LSL, 1, Offset},
142 {{al, r9, r2, plus, r3, LSL, 1, Offset},
147 {{cc, r11, r10, plus, r6, LSL, 1, Offset},
[all …]
Dtest-assembler-cond-rd-memop-rs-shift-amount-1to32-a32.cc102 const TestData kTests[] = {{{pl, r8, r11, plus, r6, LSR, 1, Offset},
107 {{le, r4, r8, plus, r5, LSR, 1, Offset},
112 {{vs, r2, r6, plus, r14, LSR, 1, Offset},
117 {{ls, r1, r7, plus, r8, LSR, 1, Offset},
122 {{ge, r14, r6, plus, r14, LSR, 1, Offset},
127 {{cs, r7, r0, plus, r7, LSR, 1, Offset},
132 {{ge, r11, r0, plus, r9, LSR, 1, Offset},
137 {{eq, r7, r10, plus, r4, LSR, 1, Offset},
142 {{al, r9, r2, plus, r3, LSR, 1, Offset},
147 {{cc, r11, r10, plus, r6, LSR, 1, Offset},
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DARMAttributeParser.h33 uint64_t ParseInteger(const uint8_t *Data, uint32_t &Offset);
34 StringRef ParseString(const uint8_t *Data, uint32_t &Offset);
37 uint32_t &Offset);
39 uint32_t &Offset);
44 uint32_t &Offset);
46 uint32_t &Offset);
48 uint32_t &Offset);
50 uint32_t &Offset);
52 uint32_t &Offset);
54 uint32_t &Offset);
[all …]
/external/clang/lib/Rewrite/
DRewriteRope.cpp106 RopePieceBTreeNode *split(unsigned Offset);
114 RopePieceBTreeNode *insert(unsigned Offset, const RopePiece &R);
118 void erase(unsigned Offset, unsigned NumBytes);
207 RopePieceBTreeNode *split(unsigned Offset);
215 RopePieceBTreeNode *insert(unsigned Offset, const RopePiece &R);
220 void erase(unsigned Offset, unsigned NumBytes);
234 RopePieceBTreeNode *RopePieceBTreeLeaf::split(unsigned Offset) { in split() argument
237 if (Offset == 0 || Offset == size()) { in split()
245 while (Offset >= PieceOffs+Pieces[i].size()) { in split()
252 if (PieceOffs == Offset) in split()
[all …]
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugFrame.cpp35 FrameEntry(FrameKind K, uint64_t Offset, uint64_t Length) in FrameEntry() argument
36 : Kind(K), Offset(Offset), Length(Length) {} in FrameEntry()
42 virtual uint64_t getOffset() const { return Offset; } in getOffset()
48 virtual void parseInstructions(DataExtractor Data, uint32_t *Offset,
61 uint64_t Offset; member in llvm::FrameEntry
103 void FrameEntry::parseInstructions(DataExtractor Data, uint32_t *Offset, in parseInstructions() argument
105 while (*Offset < EndOffset) { in parseInstructions()
106 uint8_t Opcode = Data.getU8(Offset); in parseInstructions()
121 addInstruction(Primary, Op1, Data.getULEB128(Offset)); in parseInstructions()
137 addInstruction(Opcode, Data.getAddress(Offset)); in parseInstructions()
[all …]
/external/sfntly/cpp/src/sfntly/table/bitmap/
Dbig_glyph_metrics.cc31 return data_->ReadByte(Offset::kHeight); in Height()
35 return data_->ReadByte(Offset::kWidth); in Width()
39 return data_->ReadByte(Offset::kHoriBearingX); in HoriBearingX()
43 return data_->ReadByte(Offset::kHoriBearingY); in HoriBearingY()
47 return data_->ReadByte(Offset::kHoriAdvance); in HoriAdvance()
51 return data_->ReadByte(Offset::kVertBearingX); in VertBearingX()
55 return data_->ReadByte(Offset::kVertBearingY); in VertBearingY()
59 return data_->ReadByte(Offset::kVertAdvance); in VertAdvance()
77 return InternalReadData()->ReadByte(Offset::kHeight); in Height()
81 InternalWriteData()->WriteByte(Offset::kHeight, height); in SetHeight()
[all …]

12345678910>>...114