Searched refs:B_Base (Results 1 – 2 of 2) sorted by relevance
214 const MCSymbol *B_Base = Writer->getAtom(*B); in recordRelocation() local255 if (!B_Base) { in recordRelocation()262 if (A_Base == B_Base && A_Base) { in recordRelocation()273 (!B_Base || !B_Base->getFragment() ? 0 in recordRelocation()274 : Writer->getSymbolAddress(*B_Base)); in recordRelocation()283 RelSymbol = B_Base; in recordRelocation()
148 const MCSymbol *B_Base = Writer->getAtom(*B); in RecordX86_64Relocation() local174 if (A_Base == B_Base && A_Base) { in RecordX86_64Relocation()193 (!B_Base ? 0 : Writer->getSymbolAddress(*B_Base)); in RecordX86_64Relocation()205 if (B_Base) in RecordX86_64Relocation()206 RelSymbol = B_Base; in RecordX86_64Relocation()