Home | History | Annotate | Download | only in bfd

Lines Matching full:st_shndx

193   dst->st_shndx = H_GET_16 (abfd, src->st_shndx);
194 if (dst->st_shndx == (SHN_XINDEX & 0xffff))
198 dst->st_shndx = H_GET_32 (abfd, shndx->est_shndx);
200 else if (dst->st_shndx >= (SHN_LORESERVE & 0xffff))
201 dst->st_shndx += SHN_LORESERVE - (SHN_LORESERVE & 0xffff);
222 tmp = src->st_shndx;
230 H_PUT_16 (abfd, tmp, dst->st_shndx);
1229 if (isym->st_shndx == SHN_UNDEF)
1233 else if (isym->st_shndx == SHN_ABS)
1237 else if (isym->st_shndx == SHN_COMMON)
1263 = bfd_section_from_elf_index (abfd, isym->st_shndx);
1284 if (isym->st_shndx != SHN_UNDEF && isym->st_shndx != SHN_COMMON)