Home
last modified time | relevance | path

Searched refs:stt (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/llext/
Dllext_load.c483 uint32_t stt = ELF_ST_TYPE(sym.st_info); in llext_count_export_syms() local
489 if ((stt == STT_FUNC || stt == STT_OBJECT) && stb == STB_GLOBAL) { in llext_count_export_syms()
491 i, name, stt, stb, sect); in llext_count_export_syms()
495 i, name, stt, stb, sect); in llext_count_export_syms()
576 uint32_t stt = ELF_ST_TYPE(sym.st_info); in llext_copy_symbols() local
580 if ((stt == STT_FUNC || stt == STT_OBJECT) && in llext_copy_symbols()
Dllext_link.c197 uint32_t stt = ELF_ST_TYPE(sym.st_info); in llext_link_plt() local
199 if (stt != STT_FUNC && in llext_link_plt()
200 stt != STT_SECTION && in llext_link_plt()
201 stt != STT_OBJECT && in llext_link_plt()
202 (stt != STT_NOTYPE || sym.st_shndx != SHN_UNDEF)) { in llext_link_plt()