Home | History | Annotate | Download | only in bfd

Lines Matching refs:symndx

2973       unsigned *symndx;
5616 ppc64_sec->u.toc.symndx = bfd_zalloc (abfd, amt);
5617 if (ppc64_sec->u.toc.symndx == NULL)
5627 ppc64_sec->u.toc.symndx[rel->r_offset / 8] = r_symndx;
5633 ppc64_sec->u.toc.symndx[rel->r_offset / 8 + 1] = -1;
5635 ppc64_sec->u.toc.symndx[rel->r_offset / 8 + 1] = -2;
6003 unsigned long symndx = ELF64_R_SYM (look->r_info);
6006 if (symndx >= symtab_hdr->sh_info
6013 rh = sym_hashes[symndx - symtab_hdr->sh_info];
6033 if (symndx < symtab_hdr->sh_info)
6046 sym += symndx;
6051 1, symndx,
7323 r_symndx = ppc64_elf_section_data (sec)->u.toc.symndx[off / 8];
7324 next_r = ppc64_elf_section_data (sec)->u.toc.symndx[off / 8 + 1];
10594 unsigned long symndx;
10609 symndx = htab->stub_globals++;
10611 hashes[symndx] = &h->elf;
10612 r->r_info = ELF64_R_INFO (symndx, R_PPC64_REL24);