Lines Matching refs:function
12 which has a set of function pointers that provide the necessary functionality
14 needed by the :c:func:`llext_load` function. An implementation over a buffer
18 The extensions are loaded with a call to the :c:func:`llext_load` function,
25 :c:func:`llext_add_domain` function must be called.
31 called after loading but before any function in it can be used; this is typical
38 function, and the functions listed in the ``.fini_array`` section with the
39 :c:func:`llext_teardown` function. These APIs are compatible with
48 function can be used to minimize boilerplate code. This function has a
50 call :c:func:`llext_bringup`, then a user-specified function in the same
57 :c:func:`llext_find_sym` function to get the address of the exported symbol.
60 A wrapper for calling a function with no arguments is provided in
66 The :c:func:`llext_unload` function must be called to free the memory used by
82 * Calling a function defined in an extension results in a hard fault, or memory