Searched refs:RelocationOffset (Results 1 – 4 of 4) sorted by relevance
43 static constexpr uint32_t RelocationOffset = 32; variable51 return RecordOffset + RelocationOffset; in getRelocationOffset()438 static constexpr uint32_t RelocationOffset = 8; variable447 return RecordOffset + RelocationOffset; in getRelocationOffset()459 static constexpr uint32_t RelocationOffset = 12; variable468 return RecordOffset + RelocationOffset; in getRelocationOffset()531 static constexpr uint32_t RelocationOffset = 8; variable541 return RecordOffset + RelocationOffset; in getRelocationOffset()602 static constexpr uint32_t RelocationOffset = 16; variable610 return RecordOffset + RelocationOffset; in getRelocationOffset()[all …]
52 uint32_t RelocationOffset);81 const LocalVariableAddrRange &Range, uint32_t RelocationOffset) { in printLocalVariableAddrRange() argument84 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()
234 uint64_t RelocationOffset = Relocation.getOffset(); in getRelocatedSymbol() local235 if (RelocationOffset == Offset) in getRelocatedSymbol()