Home | History | Annotate | Download | only in Object

Lines Matching refs:coff_symbol_type

99 template <typename coff_symbol_type>
100 const coff_symbol_type *COFFObjectFile::toSymb(DataRefImpl Ref) const {
101 const coff_symbol_type *Addr =
102 reinterpret_cast<const coff_symbol_type *>(Ref.p);
109 assert((Offset - getPointerToSymbolTable()) % sizeof(coff_symbol_type) == 0 &&