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

  /src/external/gpl3/gdb.old/dist/gdb/
minsyms.c 1100 the first bunch. */
1406 struct msym_bunch *bunch;
1437 current, possibly partially filled bunch (thus we use the current
1438 msym_bunch_index for the first bunch we copy over), and thereafter
1439 each bunch is full. */
1443 for (bunch = m_msym_bunch; bunch != NULL; bunch = bunch->next)
1445 memcpy (&msymbols[mcount], &bunch->contents[0]
1405 struct msym_bunch *bunch; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
minsyms.c 1100 the first bunch. */
1406 struct msym_bunch *bunch;
1437 current, possibly partially filled bunch (thus we use the current
1438 msym_bunch_index for the first bunch we copy over), and thereafter
1439 each bunch is full. */
1443 for (bunch = m_msym_bunch; bunch != NULL; bunch = bunch->next)
1445 memcpy (&msymbols[mcount], &bunch->contents[0]
1405 struct msym_bunch *bunch; local
    [all...]

Completed in 45 milliseconds