Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/llext/
Dllext_internal.h57 if (ELF_ST_TYPE(sym->st_info) == STT_SECTION) { in llext_symbol_name()
Delf.h267 #define STT_SECTION 3 /**< Section */ macro
/Zephyr-latest/arch/xtensa/core/
Delf.c143 if (ELF_ST_TYPE(sym->st_info) == STT_SECTION) { in arch_elf_relocate_local()
/Zephyr-latest/subsys/llext/
Dllext_link.c286 stt != STT_SECTION && in llext_link_plt()