Home | History | Annotate | Download | only in Object

Lines Matching refs:coff_symbol_type

635   template <typename coff_symbol_type>
636 const coff_symbol_type *toSymb(DataRefImpl Symb) const;
800 template <typename coff_symbol_type>
802 const coff_symbol_type *&Res) const {
806 Res = reinterpret_cast<coff_symbol_type *>(getSymbolTable()) + Index;