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

  /external/elfutils/0.153/src/
i386_ld.c 215 data->d_size = (1 + statep->nplt) * PLT_ENTRY_SIZE;
236 size_t size = statep->nplt * sizeof (Elf32_Rel);
270 assert (statep->nplt != 0);
281 size_t size = (3 + statep->nplt) * sizeof (Elf32_Addr);
365 if (unlikely (statep->nplt + statep->ngot == 0))
486 assert(nsym - statep->nplt + (pltidx - 1) == idx);
487 ((Elf32_Sym *) symdata->d_buf)[nsym - statep->nplt
643 ++statep->nplt;
    [all...]
ldgeneric.c 164 return (ld_state.file_type == dso_file_type || ld_state.nplt > 0
718 ++ld_state.nplt;
742 --ld_state.nplt;
782 ++ld_state.nplt;
    [all...]
ld.h 894 size_t nplt; member in struct:ld_state
    [all...]

Completed in 51 milliseconds