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

  /external/elfutils/src/
i386_ld.c 249 assert (statep->ngot != 0);
257 size_t size = statep->ngot * sizeof (Elf32_Addr);
365 if (unlikely (statep->nplt + statep->ngot == 0))
575 ++statep->ngot;
922 rel2->r_offset = gotaddr + ((thisgotidx - statep->ngot)
931 assert (thisgotidx < statep->ngot);
948 (thisgotidx - statep->ngot)
    [all...]
ld.h 896 size_t ngot; member in struct:ld_state
    [all...]
ldgeneric.c 165 || ld_state.ngot > 0);
722 ++ld_state.ngot;
746 --ld_state.ngot;
786 ++ld_state.ngot;
    [all...]

Completed in 25 milliseconds