Home | History | Annotate | Download | only in Targets

Lines Matching defs:Offset

54     uint64_t Offset = RelI->getOffset();
60 DEBUG(dbgs() << "\t\tIn Section " << SectionID << " Offset " << Offset
66 RelocationEntry RE(SectionID, Offset, RelType, 0, -1, 0, 0, 0, false, 0);
80 RelocationEntry(SectionID, Offset, RelType, 0, TargetSectionID,
87 RelocationEntry(TargetSectionID, Offset, RelType, 0);
92 RelocationEntry RE = RelocationEntry(SectionID, Offset, RelType,
108 uint8_t *Target = Section.getAddressWithOffset(RE.Offset);
125 DEBUG(dbgs() << "\t\tOffset: " << RE.Offset
142 DEBUG(dbgs() << "\t\tOffset: " << RE.Offset
152 Section.getLoadAddress() + RE.Addend - 4 - RE.Offset;
157 DEBUG(dbgs() << "\t\tOffset: " << RE.Offset
170 DEBUG(dbgs() << "\t\tOffset: " << RE.Offset
176 // 32-bit offset of the target from the beginning of its section.
181 DEBUG(dbgs() << "\t\tOffset: " << RE.Offset