reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/ExecutionEngine/RuntimeDyld/RTDyldMemoryManager.cpp
  243   if (Name == "stat") return (uint64_t)&stat;
  244   if (Name == "fstat") return (uint64_t)&fstat;
  245   if (Name == "lstat") return (uint64_t)&lstat;
  246   if (Name == "stat64") return (uint64_t)&stat64;
  247   if (Name == "fstat64") return (uint64_t)&fstat64;
  248   if (Name == "lstat64") return (uint64_t)&lstat64;
  249   if (Name == "atexit") return (uint64_t)&atexit;
  250   if (Name == "mknod") return (uint64_t)&mknod;
  254   if (&__morestack && Name == "__morestack")
  276   if (Name == "__main") return (uint64_t)&jit_noop;
  278   const char *NameStr = Name.c_str();