Lines Matching +full:user +full:- +full:files
9 ----------
20 When :ref:`user mode <usermode_api>` is enabled, the heap size must be
27 ---------------
34 Build and expect relocatable files as binary object type for the LLEXT
40 Build and expect relocatable (partially linked) files as the binary
41 object type for the LLEXT subsystem. These object files are generated
42 by the linker by combining multiple object files into a single one.
48 library from multiple object files.
57 --------------------
87 <https://github.com/zephyrproject-rtos/zephyr/issues/75341>`_.
92 -----------------------------
96 To this end, the main binary contains a LLEXT-dedicated symbol table, filled
97 with one symbol-name-to-address mapping entry for each symbol exported by the
107 a pointer-sized hash called Symbol Link Identifier (SLID), which is
111 integer-based comparisons rather than string-based ones. Another
112 benefit of SLID-based linking is that storing symbol names in the
130 -----------------