Lines Matching +full:user +full:- +full:files
2 # SPDX-License-Identifier: Apache-2.0
26 Build and expect object files as binary object type for the
28 generate the object file. Currently not supported on RISC-V.
33 Build and expect relocatable (partially linked) files as the
34 binary object type for the llext subsystem. These object files
35 are generated by the linker by combining multiple object files
43 generate the shared library from multiple object files.
54 bool "Use -fPIC when building LLEXT"
58 By default LLEXT compilation is performed with -fno-pic -fno-pie compiler
59 flags. Some platforms can benefit from using -fPIC instead, in which case
98 bool "Export built-in symbols to llexts via SLIDs"
109 up symbols from the built-in table by name. It also
110 requires the LLEXTs to be post-processed after build.
124 module-str = llext
135 contains the necessary files and build settings to build extensions
142 default "llext-edk"
148 instance, the default name, "llext-edk", becomes LLEXT_EDK_INSTALL_DIR.
177 Syscall stubs can contain code that verifies if running code is at user