Searched refs:RelocationOffset (Results 1 – 7 of 7) sorted by relevance
42 static constexpr uint32_t RelocationOffset = 32; variable 50 return RecordOffset + RelocationOffset; in getRelocationOffset() 458 static constexpr uint32_t RelocationOffset = 8; variable 467 return RecordOffset + RelocationOffset; in getRelocationOffset() 479 static constexpr uint32_t RelocationOffset = 12;488 return RecordOffset + RelocationOffset; in DefRangeRegisterSym() 551 static constexpr uint32_t RelocationOffset = 8;561 return RecordOffset + RelocationOffset; in DefRangeRegisterRelSym() 622 static constexpr uint32_t RelocationOffset = 16;630 return RecordOffset + RelocationOffset;437 static constexpr uint32_t RelocationOffset = 8; global() variable 530 static constexpr uint32_t RelocationOffset = 8; global() variable 601 static constexpr uint32_t RelocationOffset = 16; global() variable 624 static constexpr uint32_t RelocationOffset = 4; global() variable 801 static constexpr uint32_t RelocationOffset = 4; global() variable 821 static constexpr uint32_t RelocationOffset = 4; global() variable 843 static constexpr uint32_t RelocationOffset = 4; global() variable 936 static constexpr uint32_t RelocationOffset = 8; global() variable 957 static constexpr uint32_t RelocationOffset = 8; global() variable [all...]
50 uint32_t RelocationOffset);79 const LocalVariableAddrRange &Range, uint32_t RelocationOffset) { in printLocalVariableAddrRange() argument 82 ObjDelegate->printRelocatedField("OffsetStart", RelocationOffset, in printLocalVariableAddrRange()
264 uint64_t RelocationOffset = Relocation.getOffset(); in resolveSymbol() local266 if (RelocationOffset == Offset) { in resolveSymbol()335 uint64_t RelocationOffset = Relocation.getOffset(); in printBinaryBlockWithRelocs() local336 if (OffsetStart <= RelocationOffset && RelocationOffset < OffsetEnd) in printBinaryBlockWithRelocs()
257 uint64_t RelocationOffset = Relocation.getOffset(); in getRelocatedSymbol() 258 if (RelocationOffset == Offset) in getRelocatedSymbol() 256 uint64_t RelocationOffset = Relocation.getOffset(); getRelocatedSymbol() local
187 uint64_t RelocationOffset = Relocation.getOffset(); in resolveSymbol() local 189 if (RelocationOffset == Offset) { in resolveSymbol()
709 const LocalVariableAddrRange &Range, uint32_t RelocationOffset) { in printLocalVariableAddrRange() argument712 ObjDelegate->printRelocatedField("OffsetStart", RelocationOffset, in printLocalVariableAddrRange()
149 uint32_t RelocationOffset);