Home
last modified time | relevance | path

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

/Zephyr-latest/arch/xtensa/core/
Delf.c64 if (stb == STB_GLOBAL) { in xtensa_elf_relocate()
/Zephyr-latest/include/zephyr/llext/
Delf.h277 #define STB_GLOBAL 1 /**< Global symbol */ macro
/Zephyr-latest/subsys/llext/
Dllext_load.c489 if ((stt == STT_FUNC || stt == STT_OBJECT) && stb == STB_GLOBAL) { in llext_count_export_syms()
581 stb == STB_GLOBAL && shndx != SHN_UNDEF) { in llext_copy_symbols()
Dllext_link.c234 case STB_GLOBAL: in llext_link_plt()