Searched refs:stt (Results 1 – 2 of 2) sorted by relevance
483 uint32_t stt = ELF_ST_TYPE(sym.st_info); in llext_count_export_syms() local489 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() local580 if ((stt == STT_FUNC || stt == STT_OBJECT) && in llext_copy_symbols()
197 uint32_t stt = ELF_ST_TYPE(sym.st_info); in llext_link_plt() local199 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()