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
90 bool "Export built-in symbols to llexts via SLIDs"
101 up symbols from the built-in table by name. It also
102 requires the LLEXTs to be post-processed after build.
105 module-str = llext
114 default "llext-edk"
119 instance, the default name, "llext-edk", becomes LLEXT_EDK_INSTALL_DIR.
124 Syscall stubs can contain code that verifies if running code is at user