Searched refs:SHN_UNDEF (Results 1 – 3 of 3) sorted by relevance
177 } else if (sym->st_shndx == SHN_UNDEF) { in llext_lookup_symbol()288 (stt != STT_NOTYPE || sym.st_shndx != SHN_UNDEF)) { in llext_link_plt()
664 stb == STB_GLOBAL && shndx != SHN_UNDEF) { in llext_copy_symbols()
257 #define SHN_UNDEF 0 /**< Undefined section */ macro