Home | History | Annotate | Download | only in bfd

Lines Matching refs:local_got_offsets

4483   bfd_vma *local_got_offsets;
4496 local_got_offsets = elf_local_got_offsets (input_bfd);
4830 BFD_ASSERT (local_got_offsets != NULL
4831 && local_got_offsets[r_symndx] != (bfd_vma) - 1);
4833 off = local_got_offsets[r_symndx];
4864 local_got_offsets[r_symndx] |= 1;
5083 BFD_ASSERT (local_got_offsets != NULL
5084 && local_got_offsets[r_symndx] != (bfd_vma) - 1);
5086 off = local_got_offsets[r_symndx];
5117 local_got_offsets[r_symndx] |= 1;
5241 BFD_ASSERT (local_got_offsets != NULL
5242 && local_got_offsets[r_symndx] != (bfd_vma) - 1);
5244 off = local_got_offsets[r_symndx];
8071 bfd_vma *local_got_offsets;
8091 local_got_offsets = elf_local_got_offsets (abfd);
8092 BFD_ASSERT (local_got_offsets != NULL);
8094 + local_got_offsets[ELF32_R_SYM (irel->r_info)];