Home | History | Annotate | Download | only in tests

Lines Matching full:symbol

98   ASSERT_SUBSTR("undefined symbol: test", dlerror()); // glibc isn't specific about the failure.
101 // NULL symbol name.
109 // Symbol that doesn't exist.
112 ASSERT_SUBSTR("undefined symbol: ThisSymbolDoesNotExist", dlerror());
126 // Deliberately ask dladdr for an address inside a symbol, rather than the symbol base address.
146 // The symbol name should be the symbol we looked up.
149 // The address should be the exact address of the symbol.
182 // No symbol corresponding to NULL.
186 // No symbol corresponding to a stack address.