Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/include/zephyr/llext/
Delf.h272 #define STB_GLOBAL 1 /**< Global symbol */ 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()
499 stb == STB_GLOBAL && shndx != SHN_UNDEF) { in llext_copy_symbols()
Dllext_link.c143 case STB_GLOBAL: in llext_link_plt()