Lines Matching defs:SectionAddress
476 const uint64_t SectionAddress = SectionOrError->getAddress();
481 const uint64_t EntryAddress = SectionAddress + I;
504 const uint64_t SectionAddress = SMPLocksSection->getAddress();
509 AddressExtractor AE(SMPLocksSection->getContents(), SectionAddress,
996 const uint64_t SectionAddress = StaticCallSection->getAddress();
997 AddressExtractor AE(StaticCallSection->getContents(), SectionAddress,
1000 AddressExtractor::Cursor Cursor(StaticCallTableAddress - SectionAddress);
1002 while (Cursor && Cursor.tell() < Stop->getAddress() - SectionAddress) {
1723 const uint64_t SectionAddress = StaticKeysJumpSection->getAddress();
1724 AddressExtractor AE(StaticKeysJumpSection->getContents(), SectionAddress,
1727 AddressExtractor::Cursor Cursor(StaticKeysJumpTableAddress - SectionAddress);
1729 while (Cursor && Cursor.tell() < Stop->getAddress() - SectionAddress) {
1925 const uint64_t SectionAddress = StaticKeysJumpSection->getAddress();
1927 SectionAddress, BC.AsmInfo->isLittleEndian(),
1929 AddressExtractor::Cursor Cursor(StaticKeysJumpTableAddress - SectionAddress);
1934 while (Cursor && Cursor.tell() < Stop->getAddress() - SectionAddress) {