Lines Matching full:root_plt
3171 true, point *ROOT_PLT at the target-independent reference count/offset
3176 unsigned long r_symndx, union gotplt_union **root_plt,
3183 *root_plt = &h->root.plt;
3195 *root_plt = &local_iplt->root;
3649 union gotplt_union *root_plt;
3682 &root_plt, &arm_plt)
3683 && root_plt->offset != (bfd_vma) -1)
3706 + root_plt->offset);
7494 /* Allocate room for a PLT entry described by ROOT_PLT and ARM_PLT.
7501 union gotplt_union *root_plt,
7541 root_plt->offset = splt->size;
7573 ROOT_PLT points to the offset of the PLT entry from the start of its
7581 union gotplt_union *root_plt,
7626 splt->contents + root_plt->offset);
7629 splt->contents + root_plt->offset + 4);
7634 + root_plt->offset + 4);
7641 plt_index = ((root_plt->offset - plt_header_size)
7671 + root_plt->offset);
7673 ptr = splt->contents + root_plt->offset;
7703 val |= 0xffffff & -((root_plt->offset + i * 4 + 8) >> 2);
8214 union gotplt_union *root_plt;
8295 if (elf32_arm_get_plt_info (input_bfd, eh, r_symndx, &root_plt, &arm_plt)
8296 && root_plt->offset != (bfd_vma) -1)
8298 plt_offset = root_plt->offset;
8313 if (elf32_arm_populate_plt_entry (output_bfd, info, root_plt, arm_plt,
8315 root_plt->offset |= 1;
12470 union gotplt_union *root_plt;
12564 && elf32_arm_get_plt_info (abfd, eh, r_symndx, &root_plt, &arm_plt))
12569 if (root_plt->refcount >= 0)
12571 BFD_ASSERT (root_plt->refcount != 0);
12572 root_plt->refcount -= 1;
12578 BFD_ASSERT (root_plt->refcount == -1);
12931 union gotplt_union *root_plt;
12937 root_plt = &h->plt;
12945 root_plt = &local_iplt->root;
12951 if (root_plt->refcount != -1)
12952 root_plt->refcount += 1;
14860 /* Output mapping symbols for the PLT entry described by ROOT_PLT and ARM_PLT.
14866 union gotplt_union *root_plt,
14872 if (root_plt->offset == (bfd_vma) -1)
14892 addr = root_plt->offset & -2;