Searched refs:RelocationOffset (Results 1 – 7 of 7) sorted by relevance
43 static constexpr uint32_t RelocationOffset = 32; variable51 return RecordOffset + RelocationOffset; in getRelocationOffset()470 static constexpr uint32_t RelocationOffset = 8; variable479 return RecordOffset + RelocationOffset; in getRelocationOffset()491 static constexpr uint32_t RelocationOffset = 12; variable500 return RecordOffset + RelocationOffset; in getRelocationOffset()563 static constexpr uint32_t RelocationOffset = 8; variable573 return RecordOffset + RelocationOffset; in getRelocationOffset()634 static constexpr uint32_t RelocationOffset = 16; variable642 return RecordOffset + RelocationOffset; in getRelocationOffset()[all …]
50 uint32_t RelocationOffset);79 const LocalVariableAddrRange &Range, uint32_t RelocationOffset) { in printLocalVariableAddrRange() argument82 ObjDelegate->printRelocatedField("OffsetStart", RelocationOffset, in printLocalVariableAddrRange()
265 uint64_t RelocationOffset = Relocation.getOffset(); in resolveSymbol() local267 if (RelocationOffset == Offset) { in resolveSymbol()336 uint64_t RelocationOffset = Relocation.getOffset(); in printBinaryBlockWithRelocs() local337 if (OffsetStart <= RelocationOffset && RelocationOffset < OffsetEnd) in printBinaryBlockWithRelocs()
258 uint64_t RelocationOffset = Relocation.getOffset(); in getRelocatedSymbol() local259 if (RelocationOffset == Offset) in getRelocatedSymbol()
182 uint64_t RelocationOffset = Relocation.getOffset(); in resolveSymbol() local184 if (RelocationOffset == Offset) { in resolveSymbol()
696 const LocalVariableAddrRange &Range, uint32_t RelocationOffset) { in printLocalVariableAddrRange() argument699 ObjDelegate->printRelocatedField("OffsetStart", RelocationOffset, in printLocalVariableAddrRange()
149 uint32_t RelocationOffset);