HomeSort by relevance Sort by last modified time
    Searched full:fnname (Results 1 - 25 of 67) sorted by null

1 2 3

  /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/shared/
vg_replace_strmem.c 173 #define STRRCHR(soname, fnname) \
174 char* VG_REPLACE_FUNCTION_EZU(20010,soname,fnname)( const char* s, int c ); \
175 char* VG_REPLACE_FUNCTION_EZU(20010,soname,fnname)( const char* s, int c ) \
213 #define STRCHR(soname, fnname) \
214 char* VG_REPLACE_FUNCTION_EZU(20020,soname,fnname) ( const char* s, int c ); \
215 char* VG_REPLACE_FUNCTION_EZU(20020,soname,fnname) ( const char* s, int c ) \
252 #define STRCAT(soname, fnname) \
253 char* VG_REPLACE_FUNCTION_EZU(20030,soname,fnname) \
255 char* VG_REPLACE_FUNCTION_EZU(20030,soname,fnname) \
287 #define STRNCAT(soname, fnname) \
    [all...]
  /external/valgrind/main/coregrind/m_replacemalloc/
vg_replace_malloc.c 218 /* Generate a replacement for 'fnname' in object 'soname', which calls
221 #define ALLOC_or_NULL(soname, fnname, vg_replacement) \
223 void* VG_REPLACE_FUNCTION_EZU(10010,soname,fnname) (SizeT n); \
224 void* VG_REPLACE_FUNCTION_EZU(10010,soname,fnname) (SizeT n) \
230 MALLOC_TRACE(#fnname "(%llu)", (ULong)n ); \
237 #define ZONEALLOC_or_NULL(soname, fnname, vg_replacement) \
239 void* VG_REPLACE_FUNCTION_EZU(10020,soname,fnname) (void *zone, SizeT n); \
240 void* VG_REPLACE_FUNCTION_EZU(10020,soname,fnname) (void *zone, SizeT n) \
247 MALLOC_TRACE(#fnname "(%p, %llu)", zone, (ULong)n ); \
255 /* Generate a replacement for 'fnname' in object 'soname', which call
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
tracetst.c 116 const char *fnName;
123 fnName = utrace_functionName(fnNumber);
124 if (strcmp(fnName, bogusFnName) == 0) {
127 /* printf("%s() Enter\n", fnName); */
134 const char *fnName;
141 fnName = utrace_functionName(fnNumber);
142 if (strcmp(fnName, bogusFnName) == 0) {
153 /* printf("%s() %s\n", fnName, buf); */
160 const char *fnName;
167 fnName = utrace_functionName(fnNumber)
    [all...]
  /external/icu/icu4c/source/test/cintltst/
tracetst.c 116 const char *fnName;
123 fnName = utrace_functionName(fnNumber);
124 if (strcmp(fnName, bogusFnName) == 0) {
127 /* printf("%s() Enter\n", fnName); */
134 const char *fnName;
141 fnName = utrace_functionName(fnNumber);
142 if (strcmp(fnName, bogusFnName) == 0) {
153 /* printf("%s() %s\n", fnName, buf); */
160 const char *fnName;
167 fnName = utrace_functionName(fnNumber)
    [all...]
  /external/valgrind/main/callgrind/
fn.c 333 fn_node* new_fn_node(HChar fnname[FILENAME_LEN],
338 fn->name = VG_(strdup)("cl.fn.nfnnd.2", fnname);
377 HChar 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 HChar fnname[FN_NAME_LEN])
411 fn_node *fn = get_fn_node_infile(file, fnname);
491 HChar 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 HChar 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/examples/Kaleidoscope/MCJIT/lazy/
toy.cpp 519 std::string FnName;
528 FnName = IdentifierStr;
536 FnName = "unary";
537 FnName += (char)CurTok;
545 FnName = "binary";
546 FnName += (char)CurTok;
576 return new PrototypeAST(FnName, ArgNames, Kind != 0, BinaryPrecedence);
657 Function *getFunction(const std::string FnName);
730 Function *MCJITHelper::getFunction(const std::string FnName) {
735 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 47 extern Bool VG_(get_fnname) ( Addr a, HChar* fnname, Int n_fnname );
50 ( Addr a, HChar* fnname, Int n_fnname );
77 extern Bool VG_(get_fnname_if_entry) ( Addr a, HChar* fnname, Int n_fnname );
86 /* Indicates what kind of fnname it is. */
  /external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp 517 std::string FnName;
526 FnName = IdentifierStr;
534 FnName = "unary";
535 FnName += (char)CurTok;
543 FnName = "binary";
544 FnName += (char)CurTok;
574 return new PrototypeAST(FnName, ArgNames, Kind != 0, BinaryPrecedence);
655 Function *getFunction(const std::string FnName);
720 Function *MCJITHelper::getFunction(const std::string FnName) {
725 Function *F = (*it)->getFunction(FnName);
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 564 std::string FnName;
573 FnName = IdentifierStr;
581 FnName = "unary";
582 FnName += (char)CurTok;
590 FnName = "binary";
591 FnName += (char)CurTok;
621 return new PrototypeAST(FnName, ArgNames, Kind != 0, BinaryPrecedence);
786 virtual Function *getFunction(const std::string FnName) = 0;
845 virtual Function *getFunction(const std::string FnName) {
847 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
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy.cpp 540 std::string FnName;
549 FnName = IdentifierStr;
557 FnName = "unary";
558 FnName += (char)CurTok;
566 FnName = "binary";
567 FnName += (char)CurTok;
597 return new PrototypeAST(FnName, ArgNames, Kind != 0, BinaryPrecedence);
744 Function *getFunction(const std::string FnName);
819 Function *MCJITHelper::getFunction(const std::string FnName) {
824 Function *F = (*it)->getFunction(FnName);
    [all...]
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h 228 Function *FindFunctionNamedInModulePtrSet(const char *FnName,
247 /// defines FnName. This is very slow operation and shouldn't be used for
249 Function *FindFunctionNamed(const char *FnName) override;
MCJIT.cpp 410 Function *MCJIT::FindFunctionNamedInModulePtrSet(const char *FnName,
414 if (Function *F = (*I)->getFunction(FnName))
420 Function *MCJIT::FindFunctionNamed(const char *FnName) {
422 FnName, OwnedModules.begin_added(), OwnedModules.end_added());
424 F = FindFunctionNamedInModulePtrSet(FnName, OwnedModules.begin_loaded(),
427 F = FindFunctionNamedInModulePtrSet(FnName, OwnedModules.begin_finalized(),
  /external/llvm/lib/Analysis/IPA/
CallPrinter.cpp 10 // This file defines '-dot-callgraph', which emit a callgraph.<fnname>.dot
  /external/clang/lib/CodeGen/
CGDeclCXX.cpp 171 SmallString<256> FnName;
173 llvm::raw_svector_ostream Out(FnName);
177 CreateGlobalInitOrDestructFunction(CGM, ty, FnName.str());
265 SmallString<256> FnName;
267 llvm::raw_svector_ostream Out(FnName);
273 CreateGlobalInitOrDestructFunction(*this, FTy, FnName.str());
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 452 std::string FnName;
461 FnName = IdentifierStr;
469 FnName = "unary";
470 FnName += (char)CurTok;
478 FnName = "binary";
479 FnName += (char)CurTok;
509 return new PrototypeAST(FnName, ArgNames, Kind != 0, BinaryPrecedence);
  /external/valgrind/main/helgrind/
hg_errors.c 326 HChar* fnname; /* persistent, in tool-arena */ member in struct:__anon37426::__anon37427::__anon37432
594 void HG_(record_error_PthAPIerror) ( Thread* thr, const HChar* fnname,
599 tl_assert(fnname);
604 xe.XE.PthAPIerror.fnname = string_table_strdup(fnname);
668 && 0==VG_(strcmp)(xe1->XE.PthAPIerror.fnname,
669 xe2->XE.PthAPIerror.fnname)
    [all...]
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
IntelJITEventListener.cpp 96 const char* FnName,
103 Result.method_name = const_cast<char*>(FnName);

Completed in 1164 milliseconds

1 2 3