/external/valgrind/main/exp-sgcheck/ |
h_intercepts.c | 48 #define STRRCHR(soname, fnname) \ 49 char* VG_REPLACE_FUNCTION_ZU(soname,fnname)( const char* s, int c ); \ 50 char* VG_REPLACE_FUNCTION_ZU(soname,fnname)( const char* s, int c ) \ 74 #define STRCHR(soname, fnname) \ 75 char* VG_REPLACE_FUNCTION_ZU(soname,fnname) ( const char* s, int c ); \ 76 char* VG_REPLACE_FUNCTION_ZU(soname,fnname) ( const char* s, int c ) \ 102 #define STRNLEN(soname, fnname) \ 103 SizeT VG_REPLACE_FUNCTION_ZU(soname,fnname) ( const char* str, SizeT n ); \ 104 SizeT VG_REPLACE_FUNCTION_ZU(soname,fnname) ( const char* str, SizeT n ) \ 118 #define STRLEN(soname, fnname) \ [all...] |
/external/valgrind/main/coregrind/m_replacemalloc/ |
vg_replace_malloc.c | 200 /* Generate a replacement for 'fnname' in object 'soname', which calls 203 #define ALLOC_or_NULL(soname, fnname, vg_replacement) \ 205 void* VG_REPLACE_FUNCTION_EZU(10010,soname,fnname) (SizeT n); \ 206 void* VG_REPLACE_FUNCTION_EZU(10010,soname,fnname) (SizeT n) \ 211 MALLOC_TRACE(#fnname "(%llu)", (ULong)n ); \ 218 #define ZONEALLOC_or_NULL(soname, fnname, vg_replacement) \ 220 void* VG_REPLACE_FUNCTION_EZU(10020,soname,fnname) (void *zone, SizeT n); \ 221 void* VG_REPLACE_FUNCTION_EZU(10020,soname,fnname) (void *zone, SizeT n) \ 226 MALLOC_TRACE(#fnname "(%p, %llu)", zone, (ULong)n ); \ 234 /* Generate a replacement for 'fnname' in object 'soname', which call [all...] |
/external/valgrind/main/memcheck/ |
mc_replace_strmem.c | 166 #define STRRCHR(soname, fnname) \ 167 char* VG_REPLACE_FUNCTION_EZU(20010,soname,fnname)( const char* s, int c ); \ 168 char* VG_REPLACE_FUNCTION_EZU(20010,soname,fnname)( const char* s, int c ) \ 202 #define STRCHR(soname, fnname) \ 203 char* VG_REPLACE_FUNCTION_EZU(20020,soname,fnname) ( const char* s, int c ); \ 204 char* VG_REPLACE_FUNCTION_EZU(20020,soname,fnname) ( const char* s, int c ) \ 239 #define STRCAT(soname, fnname) \ 240 char* VG_REPLACE_FUNCTION_EZU(20030,soname,fnname) \ 242 char* VG_REPLACE_FUNCTION_EZU(20030,soname,fnname) \ 274 #define STRNCAT(soname, fnname) \ [all...] |
/external/valgrind/main/drd/ |
drd_strmem_intercepts.c | 40 #define STRNLEN(soname, fnname) \ 41 SizeT VG_REPLACE_FUNCTION_ZU(soname,fnname) ( const char* str, SizeT n ); \ 42 SizeT VG_REPLACE_FUNCTION_ZU(soname,fnname) ( const char* str, SizeT n ) \ 60 #define STRLEN(soname, fnname) \ 61 SizeT VG_REPLACE_FUNCTION_ZU(soname,fnname)( const char* str ); \ 62 SizeT VG_REPLACE_FUNCTION_ZU(soname,fnname)( const char* str ) \
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
tracetst.c | 115 const char *fnName; 122 fnName = utrace_functionName(fnNumber); 123 if (strcmp(fnName, bogusFnName) == 0) { 126 /* printf("%s() Enter\n", fnName); */ 133 const char *fnName; 140 fnName = utrace_functionName(fnNumber); 141 if (strcmp(fnName, bogusFnName) == 0) { 152 /* printf("%s() %s\n", fnName, buf); */ 159 const char *fnName; 166 fnName = utrace_functionName(fnNumber) [all...] |
/external/icu4c/test/cintltst/ |
tracetst.c | 115 const char *fnName; 122 fnName = utrace_functionName(fnNumber); 123 if (strcmp(fnName, bogusFnName) == 0) { 126 /* printf("%s() Enter\n", fnName); */ 133 const char *fnName; 140 fnName = utrace_functionName(fnNumber); 141 if (strcmp(fnName, bogusFnName) == 0) { 152 /* printf("%s() %s\n", fnName, buf); */ 159 const char *fnName; 166 fnName = utrace_functionName(fnNumber) [all...] |
/external/valgrind/main/callgrind/ |
fn.c | 333 fn_node* new_fn_node(Char fnname[FILENAME_LEN], 338 fn->name = VG_(strdup)("cl.fn.nfnnd.2", fnname); 377 Char fnname[FN_NAME_LEN]) 385 fnname_hash = str_hash(fnname, N_FN_ENTRIES); 388 VG_(strcmp)(fnname, curr_fn_node->name) != 0) { 393 new_fn_node(fnname, curr_file_node, 407 Char fnname[FN_NAME_LEN]) 411 fn_node *fn = get_fn_node_infile(file, fnname); 491 Char filename[FILENAME_LEN], fnname[FN_NAME_LEN]; local 505 filename, fnname, &line_num, &di) [all...] |
/external/valgrind/main/coregrind/m_gdbserver/ |
valgrind-low-arm.c | 147 Char fnname[200]; // ??? max size local 154 if (VG_(get_fnname_raw) (pc | 1, fnname, 200)) { 155 if (VG_(lookup_symbol_SLOW)( "*", fnname, &entrypoint, &ptoc )) { 156 dlog (1, "fnname %s lookupsym %p => %p %s.\n", 157 fnname, C2v(entrypoint), C2v(pc), 165 dlog (1, "%p fnname %s lookupsym failed?. Assume arm\n", 166 C2v (pc), fnname); 171 dlog (1, "%p unknown fnname?. Assume arm\n", C2v (pc));
|
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
SDL_x11dyn.c | 64 static void *X11_GetSym(const char *fnname, int *rc) 71 fn = SDL_LoadFunction(x11libs[i].lib, fnname); 79 printf("X11: Found '%s' in %s (%p)\n", fnname, x11libs[i].libname, *fn); 81 printf("X11: Symbol '%s' NOT FOUND!\n", fnname);
|
/external/valgrind/main/lackey/docs/ |
lk-manual.xml | 46 <option>--fnname</option> option (the default is 124 <varlistentry id="opt.fnname" xreflabel="--fnname"> 126 <option><![CDATA[--fnname=<name> [default: main] ]]></option>
|
/external/clang/utils/ABITest/ |
ABITestGen.py | 92 fnName = 'test_%s' % tyNameClean 94 print >>self.output,'void %s(void) {' % fnName 95 self.printSizeOfType(' %s'%fnName, tyName, ty, self.output) 96 self.printAlignOfType(' %s'%fnName, tyName, ty, self.output) 97 self.printOffsetsOfType(' %s'%fnName, tyName, ty, self.output) 101 self.layoutTests.append((i,fnName)) 116 fnName = 'fn%d'%(FT.index,) 118 print >>self.outputHeader,'%s %s(%s);'%(retvalTypeName, fnName, args) 120 print >>self.outputTests,'%s %s(%s);'%(retvalTypeName, fnName, args) 122 print >>self.output,'%s %s(%s)'%(retvalTypeName, fnName, args) [all...] |
/external/llvm/lib/Transforms/Instrumentation/ |
ProfilingUtils.h | 27 void InsertProfilingInitCall(Function *MainFn, const char *FnName,
|
ProfilingUtils.cpp | 24 void llvm::InsertProfilingInitCall(Function *MainFn, const char *FnName, 33 Constant *InitFn = M.getOrInsertFunction(FnName, Type::getInt32Ty(Context),
|
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
toy.cpp | 518 std::string FnName; 527 FnName = IdentifierStr; 535 FnName = "unary"; 536 FnName += (char)CurTok; 544 FnName = "binary"; 545 FnName += (char)CurTok; 575 return new PrototypeAST(FnName, ArgNames, Kind != 0, BinaryPrecedence); 656 Function *getFunction(const std::string FnName); 729 Function *MCJITHelper::getFunction(const std::string FnName) { 734 Function *F = (*it)->getFunction(FnName); [all...] |
/external/valgrind/main/include/ |
pub_tool_redir.h | 88 VG_REPLACE_FUNCTION_ZU(zEncodedSoname,fnname) ( .. args .. ) 94 Z-encoding details) and fnname should be an unencoded fn name. A 120 if necessary the fnname. They are encoded so that they may include 125 'fnname' in any object whose soname matches 'soname' to actually be 150 VG_REPLACE_FUNCTION_EZU(5-digit-tag,zEncodedSoname,fnname) 197 /* Use an extra level of macroisation so as to ensure the soname/fnname
|
pub_tool_debuginfo.h | 45 extern Bool VG_(get_fnname) ( Addr a, Char* fnname, Int n_fnname ); 48 ( Addr a, Char* fnname, Int n_fnname ); 75 extern Bool VG_(get_fnname_if_entry) ( Addr a, Char* fnname, Int n_fnname ); 84 /* Indicates what kind of fnname it is. */
|
/external/llvm/examples/Kaleidoscope/MCJIT/initial/ |
toy.cpp | 516 std::string FnName; 525 FnName = IdentifierStr; 533 FnName = "unary"; 534 FnName += (char)CurTok; 542 FnName = "binary"; 543 FnName += (char)CurTok; 573 return new PrototypeAST(FnName, ArgNames, Kind != 0, BinaryPrecedence); 654 Function *getFunction(const std::string FnName); 719 Function *MCJITHelper::getFunction(const std::string FnName) { 724 Function *F = (*it)->getFunction(FnName); [all...] |
/external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
toy.cpp | 563 std::string FnName; 572 FnName = IdentifierStr; 580 FnName = "unary"; 581 FnName += (char)CurTok; 589 FnName = "binary"; 590 FnName += (char)CurTok; 620 return new PrototypeAST(FnName, ArgNames, Kind != 0, BinaryPrecedence); 785 virtual Function *getFunction(const std::string FnName) = 0; 844 virtual Function *getFunction(const std::string FnName) { 846 return TheModule->getFunction(FnName); [all...] |
/external/llvm/lib/Analysis/ |
DomPrinter.cpp | 11 // a dom.<fnname>.dot or postdom.<fnname>.dot file for each function in the
|
CFGPrinter.cpp | 11 // cfg.<fnname>.dot file for each function in the program, with a graph of the
|
MemoryBuiltins.cpp | 103 StringRef FnName = Callee->getName(); 105 if (!TLI || !TLI->getLibFunc(FnName, TLIFn) || !TLI->has(TLIFn)) 316 StringRef FnName = Callee->getName(); 318 if (!TLI || !TLI->getLibFunc(FnName, TLIFn) || !TLI->has(TLIFn))
|
/external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
toy.cpp | 539 std::string FnName; 548 FnName = IdentifierStr; 556 FnName = "unary"; 557 FnName += (char)CurTok; 565 FnName = "binary"; 566 FnName += (char)CurTok; 596 return new PrototypeAST(FnName, ArgNames, Kind != 0, BinaryPrecedence); 743 Function *getFunction(const std::string FnName); 818 Function *MCJITHelper::getFunction(const std::string FnName) { 823 Function *F = (*it)->getFunction(FnName); [all...] |
/external/llvm/lib/Analysis/IPA/ |
CallPrinter.cpp | 10 // This file defines '-dot-callgraph', which emit a callgraph.<fnname>.dot
|
/external/llvm/examples/Kaleidoscope/Chapter6/ |
toy.cpp | 450 std::string FnName; 459 FnName = IdentifierStr; 467 FnName = "unary"; 468 FnName += (char)CurTok; 476 FnName = "binary"; 477 FnName += (char)CurTok; 507 return new PrototypeAST(FnName, ArgNames, Kind != 0, BinaryPrecedence);
|
/external/llvm/lib/ExecutionEngine/IntelJITEvents/ |
IntelJITEventListener.cpp | 96 const char* FnName, 103 Result.method_name = const_cast<char*>(FnName);
|