Home | History | Annotate | Download | only in bfd

Lines Matching refs:plabel

236   /* Set if this symbol is used by a plabel reloc.  */
237 unsigned int plabel:1;
387 hh->plabel = 0;
609 && !hh->plabel
1043 hh_dir->plabel |= hh_ind->plabel;
1172 global functions, the PLABEL word points into the .plt
1174 local functions the PLABEL points directly at the
1179 We avoid the mess by always pointing a PLABEL into the
1363 /* If this .plt entry is for a plabel, mark it so
1367 hh->plabel = 1;
1611 if (! hppa_elf_hash_entry (eh)->plabel
1662 /* If the symbol is used by a plabel, we must allocate a PLT slot.
1664 hide_symbol can be called before the plabel flag is set. */
1665 if (hppa_elf_hash_entry (eh)->plabel)
1669 incremented for a non-call (and non-plabel) function reference. */
1678 used by a plabel relocation. Either this object is the
1793 ie. plabel entries. */
1820 /* Allocate these later. From this point on, h->plabel
1821 means that the plt entry is only used by a plabel.
1823 clear the plabel indicator. */
1825 hh->plabel = 0;
1827 else if (hh->plabel)
1829 /* Make an entry in the .plt section for plabel references
1911 && !hh->plabel
3172 && !hh->plabel
3539 bool plabel;
3607 plabel = 0;
3810 plabel = 1;
3858 && (plabel
3877 providing the function symbol for a global plabel
3879 if (! plabel
4237 used by a plabel so must be kept in the .plt. */