HomeSort by relevance Sort by last modified time
    Searched refs:nplt (Results 1 - 3 of 3) sorted by null

  /external/elfutils/src/
i386_ld.c 203 data->d_size = (1 + statep->nplt) * PLT_ENTRY_SIZE;
223 data->d_size = statep->nplt * sizeof (Elf32_Rel);
238 if (statep->ngot + statep->nplt == 0)
250 data->d_size = (3 + statep->ngot + statep->nplt) * sizeof (Elf32_Addr);
337 if (unlikely (statep->nplt + statep->ngot == 0))
374 for (cnt = 0; cnt < statep->nplt; ++cnt)
390 ((Elf32_Sym *) symdata->d_buf)[nsym - statep->nplt + cnt].st_value
422 for (cnt = 0; cnt < statep->nplt; ++cnt)
459 for (cnt = 0; cnt < statep->nplt; ++cnt)
585 ++statep->nplt;
    [all...]
ldgeneric.c 134 return (ld_state.file_type == dso_file_type || ld_state.nplt > 0
659 ++ld_state.nplt;
683 --ld_state.nplt;
723 ++ld_state.nplt;
    [all...]
ld.h 857 size_t nplt; member in struct:ld_state

Completed in 1169 milliseconds