#include <sstream>
#include <string>
Go to the source code of this file.
Defines | |
| #define | STR(x) (char *)(x.str().c_str()) | 
Functions | |
| char * | escapeStr (char *str) | 
| void | escapeXMLChars (std::string &s) | 
| int | lockFileRead (const char *fname) | 
| int | lockFileWrite (const char *fname) | 
| std::string | operator+ (const std::string &s, int i) | 
| void | unlockFile (int n) | 
| void | upperStr (const char *s, char *d) | 
      
  | 
  
| 
 
 Definition at line 19 of file util.h. Referenced by PentiumDecoder::decodeInstruction().  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
 Referenced by UserProc::printAnalysedXML(), UserProc::printDecodedXML(), and UserProc::printSSAXML().  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
 Referenced by Prog::printCallGraph(), Prog::printCallGraphXML(), and Prog::printSymbolsToFile().  | 
  
      
  | 
  ||||||||||||
| 
 
  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  ||||||||||||
| 
 
 Referenced by RTLInstDict::appendToDict(), and RTLInstDict::getSignature().  | 
  
 1.4.6