HomeSort by relevance Sort by last modified time
    Searched defs:findfunc (Results 1 - 3 of 3) sorted by null

  /prebuilts/go/darwin-x86/src/runtime/
symtab.go 173 return (*Func)(unsafe.Pointer(findfunc(pc)))
206 func findfunc(pc uintptr) *_func { func
220 throw("findfunc: bad findfunctab entry")
  /prebuilts/go/linux-x86/src/runtime/
symtab.go 173 return (*Func)(unsafe.Pointer(findfunc(pc)))
206 func findfunc(pc uintptr) *_func { func
220 throw("findfunc: bad findfunctab entry")
  /external/mksh/src/
exec.c 760 if (!(ftp = findfunc(cp, hash(cp), false)) ||
1035 findfunc(const char *name, uint32_t h, bool create) function
1069 tp = findfunc(name, nhash, true);
1075 * this table entry so findfunc() won't see it
1165 tp = findfunc(name, h, false);
    [all...]

Completed in 2406 milliseconds