Lines Matching +full:all +full:- +full:ones
9 ----------
27 ---------------
57 --------------------
60 and copies all data into allocated memory; this is done to allow the extension
87 <https://github.com/zephyrproject-rtos/zephyr/issues/75341>`_.
92 -----------------------------
94 When an extension is loaded, the LLEXT subsystem must find the address of all
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
105 Perform an extra processing step on the Zephyr binary and on all
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 -----------------