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

  /src/external/gpl3/binutils/dist/gas/
symbols.c 252 notes_alloc (size_t size) function
267 ret = notes_alloc (amt);
415 symbolP = notes_alloc (size);
450 ret = notes_alloc (sizeof *ret);
476 xtra = notes_alloc (sizeof (*xtra));
787 newsymP = notes_alloc (sizeof (symbolS) + sizeof (struct xsymbol));
2209 symbol_decode = notes_alloc (strlen (message_format) + 30);
  /src/external/gpl3/binutils.old/dist/gas/
symbols.c 252 notes_alloc (size_t size) function
267 ret = notes_alloc (amt);
415 symbolP = notes_alloc (size);
450 ret = notes_alloc (sizeof *ret);
476 xtra = notes_alloc (sizeof (*xtra));
787 newsymP = notes_alloc (sizeof (symbolS) + sizeof (struct xsymbol));
2209 symbol_decode = notes_alloc (strlen (message_format) + 30);

Completed in 27 milliseconds