• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/bfd/

Lines Matching refs:glink

61 /* For new-style .glink and .plt.  */
2329 than one glink entry per symbol. */
2350 /* .glink stub offset. */
2414 asection *glink;
2442 /* Offset of PltResolve function in glink. */
2609 s = bfd_make_section_anyway_with_flags (abfd, ".glink", flags | SEC_CODE);
2610 htab->glink = s;
3824 /* Stop an unused .glink section from affecting .text alignment. */
3825 if (htab->glink != NULL
3826 && !bfd_set_section_alignment (htab->elf.dynobj, htab->glink, 0))
4411 sh->root.u.def.section = htab->glink;
4510 s = htab->glink;
4942 if (htab->glink != NULL && htab->glink->size != 0)
4944 htab->glink_pltresolve = htab->glink->size;
4946 htab->glink->size += htab->glink->size / (GLINK_ENTRY_SIZE / 4) - 4;
4948 htab->glink->size += -htab->glink->size & 15;
4949 htab->glink->size += GLINK_PLTRESOLVE;
4961 sh->root.u.def.section = htab->glink;
4976 sh->root.u.def.section = htab->glink;
4977 sh->root.u.def.value = htab->glink->size - GLINK_PLTRESOLVE;
4998 || s == htab->glink
5085 if (htab->glink != NULL && htab->glink->size != 0)
5273 tsec = htab->glink;
5386 || tsec == htab->glink)
6498 relocation = (htab->glink->output_section->vma
6499 + htab->glink->output_offset
6588 relocation = (htab->glink->output_section->vma
6589 + htab->glink->output_offset
7066 + htab->glink->output_section->vma
7067 + htab->glink->output_offset);
7104 p = (unsigned char *) htab->glink->contents + ent->glink_offset;
7155 /* We only need one non-PIC glink stub. */
7414 if (htab->glink != NULL && htab->glink->contents != NULL)
7422 * PIC glink code is the following:
7504 p = htab->glink->contents;
7506 endp = htab->glink->contents;
7507 endp += htab->glink->size - GLINK_PLTRESOLVE;
7520 + htab->glink->output_section->vma
7521 + htab->glink->output_offset);
7535 bcl = (htab->glink->size - GLINK_PLTRESOLVE + 3*4
7536 + htab->glink->output_section->vma
7537 + htab->glink->output_offset);