Home
last modified time | relevance | path

Searched defs:symbol (Results 1 – 7 of 7) sorted by relevance

/petsc/src/sys/dll/
H A Ddemangle.c31 void *symbol = PETSC_NULLPTR; in PetscDemangleSymbol() local
H A Ddlimpl.c209 PetscErrorCode PetscDLSym(PetscDLHandle handle, const char symbol[], void **value) in PetscDLSym()
H A Ddl.c217 char *symbol = NULL, *s = NULL; in PetscDLLibrarySym() local
/petsc/src/sys/classes/viewer/impls/mathematica/
H A Druntime.c86 const char *symbol; in processPacket() local
H A Dmathematica.c497 const char *symbol; in PetscViewerMathematicaPutCSRMatrix() local
/petsc/src/sys/python/
H A Dpythonsys.c102 #define PetscDLPyLibSym(symbol, value) PetscDLLibrarySym(PETSC_COMM_SELF, &PetscDLLibrariesLoaded, … argument
/petsc/config/BuildSystem/config/
H A DsetCompilers.py2725 def checkIntoShared(self,symbol,lib): argument