Home | History | Annotate | Download | only in bfd

Lines Matching refs:pltindex

10244       bfd_vma pltindex = ((pltoff - PLT_INITIAL_ENTRY_SIZE (htab))
10246 bfd_vma glinkoff = GLINK_CALL_STUB_SIZE + pltindex * 8;
10249 if (pltindex > 32768)
10250 glinkoff += (pltindex - 32768) * 4;