Searched refs:SHN_UNDEF (Results 1 – 2 of 2) sorted by relevance
63 if (st_bind == STB_WEAK && st_shndx == SHN_UNDEF) { in sym_compare()68 if (st_shndx == SHN_UNDEF || st_shndx == SHN_XINDEX) in sym_compare()273 if (sym_tab[sym_idx].st_shndx == SHN_UNDEF && in e32_get_sym_name()318 if (!sym_idx || sym_tab[sym_idx].st_shndx != SHN_UNDEF) { in e32_tls_get_module()433 if (sym_tab[sym_idx].st_shndx == SHN_UNDEF) { in e32_relocate()503 if (sym_tab[sym_idx].st_shndx == SHN_UNDEF && in e64_get_sym_name()674 if (sym_tab[sym_idx].st_shndx == SHN_UNDEF) { in e64_relocate()
271 #define SHN_UNDEF 0 /* Undefined, missing, irrelevant. */ macro