Searched refs:B_Base (Results 1 – 2 of 2) sorted by relevance
220 const MCSymbol *B_Base = Writer->getAtom(*B); in recordRelocation() local266 if (!B_Base) { in recordRelocation()274 if (A_Base == B_Base && A_Base) { in recordRelocation()285 (!B_Base || !B_Base->getFragment() in recordRelocation()287 : Writer->getSymbolAddress(*B_Base, Asm)); in recordRelocation()296 RelSymbol = B_Base; in recordRelocation()
144 const MCSymbol *B_Base = Writer->getAtom(*B); in RecordX86_64Relocation() local171 if (A_Base == B_Base && A_Base) { in RecordX86_64Relocation()190 (!B_Base ? 0 : Writer->getSymbolAddress(*B_Base, Asm)); in RecordX86_64Relocation()202 if (B_Base) in RecordX86_64Relocation()203 RelSymbol = B_Base; in RecordX86_64Relocation()