Searched refs:st_shndx (Results 1 – 3 of 3) sorted by relevance
47 unsigned int st_type, size_t st_shndx, in sym_compare() argument63 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()99 size_t st_shndx = 0; in check_found_sym() local118 st_shndx = sym32[n].st_shndx; in check_found_sym()125 st_shndx = sym64[n].st_shndx; in check_found_sym()270 if (sym_tab[sym_idx].st_shndx == SHN_UNDEF && in e32_get_sym_name()315 if (!sym_idx || sym_tab[sym_idx].st_shndx != SHN_UNDEF) { in e32_tls_get_module()430 if (sym_tab[sym_idx].st_shndx == SHN_UNDEF) { in e32_relocate()500 if (sym_tab[sym_idx].st_shndx == SHN_UNDEF && in e64_get_sym_name()[all …]
191 Elf32_Half st_shndx; /* Section index of symbol. */ member
196 Elf64_Half st_shndx; /* Section index of symbol. */ member
Completed in 6 milliseconds