Lines Matching defs:Base
166 // section has only temporary symbols and thus the symbols don't have base
172 // symbols don't have a base, equal but both NULL.
174 report_fatal_error("unsupported relocation with identical base");
212 const MCSymbolData *Base = Asm.getAtom(&SD);
222 Base = 0;
226 // symbol to use as a base address (a local symbol with no preceding
228 if (Base) {
229 Index = Base->getIndex();
233 if (Base != &SD)
234 Value += Layout.getSymbolOffset(&SD) - Layout.getSymbolOffset(Base);