HomeSort by relevance Sort by last modified time
    Searched refs:functionname (Results 1 - 14 of 14) sorted by null

  /toolchain/binutils/binutils-2.25/ld/
ldmisc.c 286 const char *functionname; local
314 &filename, &functionname,
317 if (functionname != NULL
335 || strcmp (last_function, functionname) != 0)
338 abfd, functionname);
348 last_function = xstrdup (functionname);
359 if (functionname != NULL && fmt[-1] == 'G')
360 lfinfo (fp, "%T", functionname);
  /toolchain/binutils/binutils-2.25/binutils/
addr2line.c 153 static const char *functionname;
183 &filename, &functionname,
205 &filename, &functionname,
282 name = functionname;
329 found = bfd_find_inliner_info (abfd, &filename, &functionname,
150 static const char *functionname; variable
objdump.c 1317 const char *functionname; local
2950 const char *filename, *functionname; local
    [all...]
nm.c 836 const char *filename, *functionname;
920 &functionname, &lineno)
936 &functionname, &lineno))
831 const char *filename, *functionname; local
    [all...]
prdbg.c 1913 static const char *functionname; variable
    [all...]
  /prebuilts/go/darwin-x86/src/go/printer/
example_test.go 21 func parseFunc(filename, functionname string) (fun *ast.FuncDecl, fset *token.FileSet) {
25 if f, ok := d.(*ast.FuncDecl); ok && f.Name.Name == functionname {
  /prebuilts/go/linux-x86/src/go/printer/
example_test.go 21 func parseFunc(filename, functionname string) (fun *ast.FuncDecl, fset *token.FileSet) {
25 if f, ok := d.(*ast.FuncDecl); ok && f.Name.Name == functionname {
  /external/mdnsresponder/mDNSCore/
DNSCommon.h 269 extern void mDNS_Lock_(mDNS *const m, const char * const functionname);
270 extern void mDNS_Unlock_(mDNS *const m, const char * const functionname);
DNSCommon.c     [all...]
  /toolchain/binutils/binutils-2.25/include/coff/
ecoff.h 356 const char *functionname; member in struct:ecoff_find_line::__anon115931
  /toolchain/binutils/binutils-2.25/bfd/
ecofflink.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
scantools.py 676 def repairarglist(self, functionname, arglist):
686 if not fnmatch.fnmatchcase(functionname, functionpat):
  /external/python/cpython2/Tools/bgen/bgen/
scantools.py 676 def repairarglist(self, functionname, arglist):
686 if not fnmatch.fnmatchcase(functionname, functionpat):
  /external/flatbuffers/src/
idl_parser.cpp 1104 auto functionname = attribute_; local
    [all...]

Completed in 347 milliseconds