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

  /external/elfutils/src/src/
i386_ld.c 207 data->d_size = (1 + statep->nplt) * PLT_ENTRY_SIZE;
228 size_t size = statep->nplt * sizeof (Elf32_Rel);
262 assert (statep->nplt != 0);
273 size_t size = (3 + statep->nplt) * sizeof (Elf32_Addr);
357 if (unlikely (statep->nplt + statep->ngot == 0))
478 assert(nsym - statep->nplt + (pltidx - 1) == idx);
479 ((Elf32_Sym *) symdata->d_buf)[nsym - statep->nplt
635 ++statep->nplt;
    [all...]
ldgeneric.c 156 return (ld_state.file_type == dso_file_type || ld_state.nplt > 0
710 ++ld_state.nplt;
734 --ld_state.nplt;
774 ++ld_state.nplt;
    [all...]
ld.h 886 size_t nplt; member in struct:ld_state
    [all...]

Completed in 67 milliseconds