Searched refs:TargetOffset (Results 1 – 10 of 10) sorted by relevance
31 unsigned TargetOffset; member
178 uint64_t TargetOffset = getSymbolOffset(*Symbol); in processRelocationRef() local179 RelocationEntry RE(SectionID, Offset, RelType, TargetOffset + Addend); in processRelocationRef()
84 Value <<= Info.TargetOffset; in applyFixup()
118 Value <<= Info.TargetOffset; in applyFixup()
617 for (intptr_t TargetOffset : JT.getTargetOffsets()) { in writeJumpTable() local621 NewFixup.set_value(Ctx.getConstantSym(TargetOffset, JT.getFunctionName())); in writeJumpTable()623 Section->appendRelocationOffset(Str, RelSection->isRela(), TargetOffset); in writeJumpTable()
8535 for (intptr_t TargetOffset : JT.getTargetOffsets())8536 Str << "\n\t.long\t" << JT.getFunctionName() << "+" << TargetOffset;
275 Value <<= Info.TargetOffset; in applyFixup()
1109 unsigned Index = F.getOffset() * 8 + Info.TargetOffset + j; in AddEncodingComment()
1470 unsigned Index = F.getOffset() * 8 + Info.TargetOffset + j; in AddEncodingComment()