Lines Matching refs:SymbolRef
91 SymbolRef &Result) const { in getSymbolNext()
95 Result = SymbolRef(Symb, this); in getSymbolNext()
142 SymbolRef::Type &Result) const { in getSymbolType()
144 Result = SymbolRef::ST_Other; in getSymbolType()
147 Result = SymbolRef::ST_Unknown; in getSymbolType()
150 Result = SymbolRef::ST_Function; in getSymbolType()
156 Result = SymbolRef::ST_Data; in getSymbolType()
166 Result = SymbolRef::SF_None; in getSymbolFlags()
172 Result |= SymbolRef::SF_Undefined; in getSymbolFlags()
176 Result |= SymbolRef::SF_Global; in getSymbolFlags()
179 Result |= SymbolRef::SF_Weak; in getSymbolFlags()
182 Result |= SymbolRef::SF_Absolute; in getSymbolFlags()
492 return symbol_iterator(SymbolRef(ret, this)); in begin_symbols()
499 return symbol_iterator(SymbolRef(ret, this)); in end_symbols()
683 SymbolRef &Res) const { in getRelocationSymbol()
687 Res = SymbolRef(Symb, this); in getRelocationSymbol()