Lines Matching full:symb
83 COFFSymbol *Symb;
85 COFFRelocation() : Symb(NULL) {}
658 const MCSymbolRefExpr *SymB = Target.getSymB();
659 const bool CrossSection = SymB &&
660 &SymA->getSymbol().getSection() != &SymB->getSymbol().getSection();
673 // In the case where we have SymbA and SymB, we just need to store the delta
689 Reloc.Symb = coff_symbol->Section->Symbol;
693 Reloc.Symb = coff_symbol;
695 ++Reloc.Symb->Relocations;
835 assert((*cr).Symb->Index != -1);
836 (*cr).Data.SymbolTableIndex = (*cr).Symb->Index;