Home
last modified time | relevance | path

Searched refs:SLBT_DRIVER_SHARED (Results 1 – 6 of 6) sorted by relevance

/dports/devel/slibtool/slibtool-0.5.34/src/internal/
H A Dslibtool_objmeta_impl.c44 (dctx->cctx->drvflags & SLBT_DRIVER_SHARED) in slbt_create_default_object_wrapper()
92 (dctx->cctx->drvflags & SLBT_DRIVER_SHARED) in slbt_create_compatible_object_wrapper()
H A Dslibtool_lconf_impl.c692 optshared = SLBT_DRIVER_SHARED; in slbt_get_lconf_flags()
/dports/devel/slibtool/slibtool-0.5.34/src/logic/
H A Dslbt_exec_compile.c161 if (cctx->drvflags & SLBT_DRIVER_SHARED) in slbt_exec_compile()
188 if (cctx->drvflags & SLBT_DRIVER_SHARED) { in slbt_exec_compile()
H A Dslbt_exec_link.c1936 } else if (dctx->cctx->drvflags & SLBT_DRIVER_SHARED) { in slbt_exec_link()
/dports/devel/slibtool/slibtool-0.5.34/src/driver/
H A Dslbt_driver_ctx.c1371 cctx.drvflags = flags | SLBT_DRIVER_SHARED | SLBT_DRIVER_STATIC; in slbt_get_driver_ctx()
1708 cctx.drvflags |= SLBT_DRIVER_SHARED; in slbt_get_driver_ctx()
1722 cctx.drvflags &= ~(uint64_t)SLBT_DRIVER_SHARED; in slbt_get_driver_ctx()
1771 cctx.drvflags |= SLBT_DRIVER_SHARED; in slbt_get_driver_ctx()
1790 cctx.drvflags &= ~(uint64_t)SLBT_DRIVER_SHARED; in slbt_get_driver_ctx()
/dports/devel/slibtool/slibtool-0.5.34/include/slibtool/
H A Dslibtool.h47 #define SLBT_DRIVER_SHARED 0x4000 macro