Searched refs:_objalloc_alloc (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/binutils/include/ |
| H A D | 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))
|
| /freebsd-12.1/contrib/gcclibs/include/ |
| H A D | 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))
|
| /freebsd-12.1/contrib/gdb/include/ |
| H A D | objalloc.h | 72 extern PTR _objalloc_alloc PARAMS ((struct objalloc *, unsigned long)); 98 : _objalloc_alloc (__o, __len)); }) 102 #define objalloc_alloc(o, l) _objalloc_alloc ((o), (l))
|
| /freebsd-12.1/contrib/gcclibs/libiberty/ |
| H A D | objalloc.c | 115 _objalloc_alloc (struct objalloc *o, unsigned long original_len) in _objalloc_alloc() function
|
| H A D | ChangeLog | 659 * objalloc.c (objalloc_create, _objalloc_alloc, objalloc_free,
|
| /freebsd-12.1/contrib/binutils/libiberty/ |
| H A D | objalloc.c | 115 _objalloc_alloc (struct objalloc *o, unsigned long len) in _objalloc_alloc() function
|
| H A D | ChangeLog | 857 * objalloc.c (objalloc_create, _objalloc_alloc, objalloc_free,
|