From f3d47a5271ef3cbe5755d1dd51bd96508aa0c3bc Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 19 Feb 2024 02:16:22 +0000 Subject: library api's: _ectx_ (command execution context) namespace overhaul. --- src/internal/slibtool_driver_impl.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/internal/slibtool_driver_impl.h') diff --git a/src/internal/slibtool_driver_impl.h b/src/internal/slibtool_driver_impl.h index e4c0977..e817ac9 100644 --- a/src/internal/slibtool_driver_impl.h +++ b/src/internal/slibtool_driver_impl.h @@ -282,6 +282,11 @@ int slbt_init_ldrpath( struct slbt_host_params * host); +void slbt_reset_placeholders (struct slbt_exec_ctx *); + +void slbt_disable_placeholders (struct slbt_exec_ctx *); + + static inline struct slbt_archive_ctx_impl * slbt_get_archive_ictx(const struct slbt_archive_ctx * actx) { uintptr_t addr; -- cgit v1.2.3