Home
last modified time | relevance | path

Searched refs:m_symbol (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/
DMaterializer.cpp994 m_symbol(symbol) in EntitySymbol()
1011 m_symbol.GetName().AsCString()); in Materialize()
1014 Address &sym_address = m_symbol.GetAddress(); in Materialize()
1025 …ringWithFormat("couldn't resolve symbol %s because there is no target", m_symbol.GetName().AsCStri… in Materialize()
1040 …err.SetErrorStringWithFormat("couldn't write the address of symbol %s: %s", m_symbol.GetName().AsC… in Materialize()
1060 m_symbol.GetName().AsCString()); in Dematerialize()
1074 …dump_stream.Printf("0x%" PRIx64 ": EntitySymbol (%s)\n", load_addr, m_symbol.GetName().AsCString()… in DumpToLog()
1104 Symbol m_symbol; member in EntitySymbol
/freebsd-10-stable/contrib/gdb/include/
Dos9k.h119 unsigned char m_symbol[4]; /* Symbol table offset. */ member