Home
last modified time | relevance | path

Searched refs:STT_OBJECT (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.7.0/include/zephyr/llext/
Delf.h260 #define STT_OBJECT 1 /**< Data or object */ macro
/Zephyr-Core-3.7.0/subsys/llext/
Dllext_load.c407 if ((stt == STT_FUNC || stt == STT_OBJECT) && stb == STB_GLOBAL) { in llext_count_export_syms()
498 if ((stt == STT_FUNC || stt == STT_OBJECT) && in llext_copy_symbols()
Dllext_link.c111 stt != STT_OBJECT && in llext_link_plt()