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

  /external/elfutils/src/
i386_ld.c 241 assert (statep->ngot != 0);
249 size_t size = statep->ngot * sizeof (Elf32_Addr);
357 if (unlikely (statep->nplt + statep->ngot == 0))
567 ++statep->ngot;
914 rel2->r_offset = gotaddr + ((thisgotidx - statep->ngot)
923 assert (thisgotidx < statep->ngot);
940 (thisgotidx - statep->ngot)
    [all...]
ld.h 888 size_t ngot; member in struct:ld_state
    [all...]
ldgeneric.c 157 || ld_state.ngot > 0);
712 ++ld_state.ngot;
736 --ld_state.ngot;
776 ++ld_state.ngot;
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
incremental-dump.cc 386 unsigned int ngot = igot_plt.get_got_entry_count(); local
389 printf("\nGOT entries:\n");
390 for (unsigned int i = 0; i < ngot; ++i)

Completed in 740 milliseconds