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

  /src/external/gpl3/binutils/dist/ld/
pdb.c 1943 unsigned int syment_count; local
1947 syment_count = obj_raw_syment_count (mod);
1951 symbols = xmalloc (sizeof (struct internal_syment) * syment_count);
1952 sectlist = xmalloc (sizeof (asection *) * syment_count);
1956 for (unsigned int i = 0; i < syment_count; i++)
1965 for (unsigned int i = 0; i < syment_count; i++)
  /src/external/gpl3/binutils.old/dist/ld/
pdb.c 1943 unsigned int syment_count; local
1947 syment_count = obj_raw_syment_count (mod);
1952 symbols = xmalloc (sizeof (struct internal_syment) * syment_count);
1953 sectlist = xmalloc (sizeof (asection *) * syment_count);
1957 for (unsigned int i = 0; i < syment_count; i++)
1966 for (unsigned int i = 0; i < syment_count; i++)

Completed in 19 milliseconds