Searched refs:RelocationOffset (Results 1 – 4 of 4) sorted by relevance
42 static constexpr uint32_t RelocationOffset = 32; variable50 return RecordOffset + RelocationOffset; in getRelocationOffset()437 static constexpr uint32_t RelocationOffset = 8; variable446 return RecordOffset + RelocationOffset; in getRelocationOffset()458 static constexpr uint32_t RelocationOffset = 12; variable467 return RecordOffset + RelocationOffset; in getRelocationOffset()530 static constexpr uint32_t RelocationOffset = 8; variable540 return RecordOffset + RelocationOffset; in getRelocationOffset()601 static constexpr uint32_t RelocationOffset = 16; variable609 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()
263 uint64_t RelocationOffset = Relocation.getOffset(); in resolveSymbol() local265 if (RelocationOffset == Offset) { in resolveSymbol()334 uint64_t RelocationOffset = Relocation.getOffset(); in printBinaryBlockWithRelocs() local335 if (OffsetStart <= RelocationOffset && RelocationOffset < OffsetEnd) in printBinaryBlockWithRelocs()
256 uint64_t RelocationOffset = Relocation.getOffset(); in getRelocatedSymbol() local257 if (RelocationOffset == Offset) in getRelocatedSymbol()