Lines Matching refs:EntryAddress
1254 uint64_t EntryAddress, in createPLTBinaryFunction() argument
1266 BinaryFunction *BF = BC->getBinaryFunctionAtAddress(EntryAddress); in createPLTBinaryFunction()
1277 ErrorOr<BinarySection &> Section = BC->getSectionForAddress(EntryAddress); in createPLTBinaryFunction()
1280 EntryAddress, 0, EntrySize, in createPLTBinaryFunction()
1323 const uint64_t EntryAddress = SectionAddress + EntryOffset; in disassemblePLTSectionAArch64() local
1325 Instruction, Instructions.begin(), Instructions.end(), EntryAddress); in disassemblePLTSectionAArch64()
1327 createPLTBinaryFunction(TargetAddress, EntryAddress, EntrySize); in disassemblePLTSectionAArch64()
2057 const uint64_t EntryAddress = SectionAddress + I; in processLKExTable() local
2058 ErrorOr<uint64_t> Offset = BC->getSignedValueAtAddress(EntryAddress, 4); in processLKExTable()
2061 const uint64_t RefAddress = EntryAddress + SignedOffset; in processLKExTable()
2082 BC->addRelocation(EntryAddress, ReferencedSymbol, Relocation::getPC32(), in processLKExTable()
2089 BC->addRelocation(EntryAddress, ReferencedSymbol, Relocation::getPC32(), in processLKExTable()
2144 const uint64_t EntryAddress = SectionAddress + I; in processLKKSymtab() local
2145 ErrorOr<uint64_t> Offset = BC->getSignedValueAtAddress(EntryAddress, 4); in processLKKSymtab()
2148 const uint64_t RefAddress = EntryAddress + SignedOffset; in processLKKSymtab()
2153 BC->addRelocation(EntryAddress, BF->getSymbol(), Relocation::getPC32(), 0, in processLKKSymtab()
2176 const uint64_t EntryAddress = SectionAddress + I; in processLKBugTable() local
2177 ErrorOr<uint64_t> Offset = BC->getSignedValueAtAddress(EntryAddress, 4); in processLKBugTable()
2181 const uint64_t RefAddress = EntryAddress + SignedOffset; in processLKBugTable()
2203 const uint64_t EntryAddress = SectionAddress + I; in processLKSMPLocks() local
2204 ErrorOr<uint64_t> Offset = BC->getSignedValueAtAddress(EntryAddress, 4); in processLKSMPLocks()
2207 uint64_t RefAddress = EntryAddress + SignedOffset; in processLKSMPLocks()