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

  /toolchain/binutils/binutils-2.27/include/
objalloc.h 72 extern void *_objalloc_alloc (struct objalloc *, unsigned long);
98 : _objalloc_alloc (__o, __len)); })
102 #define objalloc_alloc(o, l) _objalloc_alloc ((o), (l))
  /toolchain/binutils/binutils-2.27/libiberty/
objalloc.c 115 _objalloc_alloc (struct objalloc *o, unsigned long original_len) function

Completed in 468 milliseconds