Home | History | Annotate | Download | only in bfd

Lines Matching full:shndx

182   const Elf_External_Sym_Shndx *shndx = (const Elf_External_Sym_Shndx *) pshn;
196 if (shndx == NULL)
198 dst->st_shndx = H_GET_32 (abfd, shndx->est_shndx);
213 void *shndx)
225 if (shndx == NULL)
227 H_PUT_32 (abfd, tmp, shndx);