Home
last modified time | relevance | path

Searched refs:RTLD_LAZY (Results 1 – 3 of 3) sorted by relevance

/petsc/src/binding/petsc4py/src/lib-petsc/compat/
H A Dmpi.h30 #define RTLD_LAZY 0x00001 macro
38 #define RTLD_LAZY 0x1 macro
46 #define RTLD_LAZY 1 macro
63 #if !defined(RTLD_LAZY)
64 #define RTLD_LAZY 1 macro
67 #define RTLD_NOW RTLD_LAZY
/petsc/src/sys/dll/
H A Ddlimpl.c88 dlflags1 = RTLD_LAZY; in PetscDLOpen()
248 dlflags1 = RTLD_LAZY; in PetscDLSym()
H A Ddemangle.c39 mode |= RTLD_LAZY; in PetscDemangleSymbol()