Lines Matching refs:SectionAddress
1286 const uint64_t SectionAddress = Section.getAddress(); in disassemblePLTSectionAArch64() local
1294 const uint64_t InstrAddr = SectionAddress + InstrOffset; in disassemblePLTSectionAArch64()
1323 const uint64_t EntryAddress = SectionAddress + EntryOffset; in disassemblePLTSectionAArch64()
1347 const uint64_t SectionAddress = Section.getAddress(); in disassemblePLTSectionX86() local
1355 const uint64_t InstrAddr = SectionAddress + InstrOffset; in disassemblePLTSectionX86()
1388 SectionAddress + InstrOffset, in disassemblePLTSectionX86()
1391 << Twine::utohexstr(SectionAddress + InstrOffset) << '\n'; in disassemblePLTSectionX86()
1395 createPLTBinaryFunction(TargetAddress, SectionAddress + EntryOffset, in disassemblePLTSectionX86()
2053 const uint64_t SectionAddress = SectionOrError->getAddress(); in processLKExTable() local
2057 const uint64_t EntryAddress = SectionAddress + I; in processLKExTable()
2107 const uint64_t SectionAddress = SectionOrError->getAddress(); in processLKPCIFixup() local
2111 const uint64_t PC = SectionAddress + I; in processLKPCIFixup()
2139 const uint64_t SectionAddress = SectionOrError->getAddress(); in processLKKSymtab() local
2144 const uint64_t EntryAddress = SectionAddress + I; in processLKKSymtab()
2172 const uint64_t SectionAddress = SectionOrError->getAddress(); in processLKBugTable() local
2176 const uint64_t EntryAddress = SectionAddress + I; in processLKBugTable()
2198 const uint64_t SectionAddress = SectionOrError->getAddress(); in processLKSMPLocks() local
2203 const uint64_t EntryAddress = SectionAddress + I; in processLKSMPLocks()
4946 uint64_t SectionAddress = Section.getOutputAddress(); in patchELFAllocatableRelaSections() local
4947 SectionAddress = in patchELFAllocatableRelaSections()
4948 SectionAddress == 0 ? Section.getAddress() : SectionAddress; in patchELFAllocatableRelaSections()
4963 NewRelA.r_offset = SectionAddress + Rel.Offset; in patchELFAllocatableRelaSections()