HomeSort by: relevance | last modified time | path
    Searched refs:liblistno (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/binutils/
readelf.c 20540 size_t liblistno = 0;
20714 liblistno * sizeof (Elf32_External_Lib));
20717 liblistno = entry->d_un.d_val;
20758 if (!dump_got && liblist_offset != 0 && liblistno != 0 && do_dynamic)
20765 liblistno,
20771 liblistno),
20772 liblistno);
20776 for (cnt = 0; cnt < liblistno; ++cnt)
20537 size_t liblistno = 0; local
  /src/external/gpl3/binutils.old/dist/binutils/
readelf.c 19649 size_t liblistno = 0;
19820 liblistno * sizeof (Elf32_External_Lib));
19823 liblistno = entry->d_un.d_val;
19864 if (liblist_offset != 0 && liblistno != 0 && do_dynamic)
19871 liblistno,
19877 liblistno),
19878 liblistno);
19882 for (cnt = 0; cnt < liblistno; ++cnt)
19646 size_t liblistno = 0; local

Completed in 50 milliseconds