Lines Matching refs:RefAddress
2061 const uint64_t RefAddress = EntryAddress + SignedOffset; in processLKExTable() local
2064 BC->getBinaryFunctionContainingAddress(RefAddress); in processLKExTable()
2069 const uint64_t FunctionOffset = RefAddress - ContainingBF->getAddress(); in processLKExTable()
2076 insertLKMarker(RefAddress, I, SignedOffset, true, "__ex_table"); in processLKExTable()
2148 const uint64_t RefAddress = EntryAddress + SignedOffset; in processLKKSymtab() local
2149 BinaryFunction *BF = BC->getBinaryFunctionAtAddress(RefAddress); in processLKKSymtab()
2181 const uint64_t RefAddress = EntryAddress + SignedOffset; in processLKBugTable() local
2182 assert(BC->getBinaryFunctionContainingAddress(RefAddress) && in processLKBugTable()
2185 insertLKMarker(RefAddress, I, SignedOffset, true, "__bug_table"); in processLKBugTable()
2207 uint64_t RefAddress = EntryAddress + SignedOffset; in processLKSMPLocks() local
2210 BC->getBinaryFunctionContainingAddress(RefAddress); in processLKSMPLocks()
2214 insertLKMarker(RefAddress, I, SignedOffset, true, ".smp_locks"); in processLKSMPLocks()