Searched refs:str_ptr (Results 1 – 3 of 3) sorted by relevance
12 class str_ptr : public REFptr<STR> { };36 ARRAY<str_ptr> tags; in main()
130 intptr_t str_ptr = m_addr_range.GetBaseAddress().GetOffset(); in GetReExportedSymbolName() local131 if (str_ptr != 0) in GetReExportedSymbolName()132 return ConstString((const char *)str_ptr); in GetReExportedSymbolName()144 intptr_t str_ptr = m_addr_range.GetByteSize(); in GetReExportedSymbolSharedLibrary() local145 if (str_ptr != 0) in GetReExportedSymbolSharedLibrary()146 return FileSpec((const char *)str_ptr); in GetReExportedSymbolSharedLibrary()
5186 instead of `str_ptr'.