Home | History | Annotate | Download | only in bfd

Lines Matching refs:plabel

241   /* Set if this symbol is used by a plabel reloc.  */
242 unsigned int plabel:1;
403 hh->plabel = 0;
611 && !hh->plabel
1207 global functions, the PLABEL word points into the .plt
1209 local functions the PLABEL points directly at the
1214 We avoid the mess by always pointing a PLABEL into the
1409 /* If this .plt entry is for a plabel, mark it so
1413 hh->plabel = 1;
1785 if (! hppa_elf_hash_entry (eh)->plabel
1811 /* If the symbol is used by a plabel, we must allocate a PLT slot.
1813 hide_symbol can be called before the plabel flag is set. */
1814 if (hppa_elf_hash_entry (eh)->plabel
1821 && ! hppa_elf_hash_entry (eh)->plabel
1829 used by a plabel relocation. Either this object is the
1922 ie. plabel entries. */
1956 /* Allocate these later. From this point on, h->plabel
1957 means that the plt entry is only used by a plabel.
1959 clear the plabel indicator. */
1961 hh->plabel = 0;
1963 else if (hh->plabel)
1965 /* Make an entry in the .plt section for plabel references
2011 && !hh->plabel
3368 && !hh->plabel
3673 bfd_boolean plabel;
3742 plabel = 0;
3937 plabel = 1;
4005 && (plabel
4024 providing the function symbol for a global plabel
4026 if (! plabel
4358 used by a plabel so must be kept in the .plt. */