Lines Matching defs:SectionAddress
1286 const uint64_t SectionAddress = Section.getAddress();
1288 const uint64_t RelAddress = SectionAddress + Rel.Offset;
1608 const uint64_t SectionAddress = Section.getAddress();
1614 const uint64_t InstrAddr = SectionAddress + InstrOffset;
1626 const uint64_t SectionAddress = Section.getAddress();
1647 const uint64_t EntryAddress = SectionAddress + EntryOffset;
1670 const uint64_t SectionAddress = Section.getAddress();
1678 const uint64_t InstrAddr = SectionAddress + InstrOffset;
1706 const uint64_t EntryAddress = SectionAddress + EntryOffset;
1716 const uint64_t SectionAddress = Section.getAddress();
1741 SectionAddress + InstrOffset,
1744 << Twine::utohexstr(SectionAddress + InstrOffset) << '\n';
1748 createPLTBinaryFunction(TargetAddress, SectionAddress + EntryOffset,
5169 uint64_t SectionAddress = Section.getOutputAddress();
5170 if (!SectionAddress)
5171 SectionAddress = SectionInputAddress;
5180 RelOffset = RelOffset == 0 ? SectionAddress + Rel.Offset : RelOffset;
5270 uint64_t SectionAddress = Section.getOutputAddress();
5271 if (!SectionAddress)
5272 SectionAddress = SectionInputAddress;
5289 RelOffset = RelOffset == 0 ? SectionAddress + Rel.Offset : RelOffset;