Lines Matching refs:st_shndx
433 init_sym->st_shndx = SHN_UNDEF;
795 || sym->st_other != 0 || sym->st_shndx != 0
812 if (sym->st_shndx == 0) {
822 if (sym->st_shndx < SHN_LORESERVE && sym->st_shndx >= obj->sec_cnt) {
824 i, sec->sec_idx, (size_t)sym->st_shndx, obj->filename);
1826 sym_is_extern = sym->st_shndx == SHN_UNDEF;
1833 } else if (sym->st_shndx < SHN_LORESERVE) {
1834 src_sec = &obj->secs[sym->st_shndx];
1944 dst_sym->st_shndx = dst_sec->sec_idx;
1975 dst_sym->st_shndx = dst_sec ? dst_sec->sec_idx : sym->st_shndx;
2072 struct src_sec *sec = &obj->secs[src_sym->st_shndx];
2112 if (sym->st_shndx != sec_idx)