/dflybsd-src/contrib/binutils-2.34/include/ |
H A D | objalloc.h | 87 #define objalloc_alloc(o, l) \ macro 102 #define objalloc_alloc(o, l) _objalloc_alloc ((o), (l)) macro
|
/dflybsd-src/contrib/gcc-8.0/include/ |
H A D | objalloc.h | 87 #define objalloc_alloc(o, l) \ macro 102 #define objalloc_alloc(o, l) _objalloc_alloc ((o), (l)) macro
|
/dflybsd-src/contrib/gcc-4.7/include/ |
H A D | objalloc.h | 87 #define objalloc_alloc(o, l) \ macro 102 #define objalloc_alloc(o, l) _objalloc_alloc ((o), (l)) macro
|
/dflybsd-src/contrib/gdb-7/include/ |
H A D | objalloc.h | 87 #define objalloc_alloc(o, l) \ macro 102 #define objalloc_alloc(o, l) _objalloc_alloc ((o), (l)) macro
|
/dflybsd-src/contrib/binutils-2.27/include/ |
H A D | objalloc.h | 87 #define objalloc_alloc(o, l) \ macro 102 #define objalloc_alloc(o, l) _objalloc_alloc ((o), (l)) macro
|
/dflybsd-src/contrib/binutils-2.27/bfd/ |
H A D | hash.c | 392 objalloc_alloc ((struct objalloc *) table->memory, alloc); in bfd_hash_table_init_n() 485 new_string = (char *) objalloc_alloc ((struct objalloc *) table->memory, in bfd_hash_lookup() 535 objalloc_alloc ((struct objalloc *) table->memory, alloc)); in bfd_hash_insert() 622 ret = objalloc_alloc ((struct objalloc *) table->memory, size); in bfd_hash_allocate()
|
H A D | opncls.c | 958 ret = objalloc_alloc ((struct objalloc *) abfd->memory, ul_size); in bfd_alloc()
|
H A D | elf32-i386.c | 993 objalloc_alloc ((struct objalloc *) htab->loc_hash_memory, in elf_i386_get_local_sym_hash()
|
H A D | elf64-x86-64.c | 1018 objalloc_alloc ((struct objalloc *) htab->loc_hash_memory, in elf_x86_64_get_local_sym_hash()
|
/dflybsd-src/contrib/gdb-7/bfd/ |
H A D | hash.c | 393 objalloc_alloc ((struct objalloc *) table->memory, alloc); in bfd_hash_table_init_n() 485 new_string = (char *) objalloc_alloc ((struct objalloc *) table->memory, in bfd_hash_lookup() 535 objalloc_alloc ((struct objalloc *) table->memory, alloc)); in bfd_hash_insert() 622 ret = objalloc_alloc ((struct objalloc *) table->memory, size); in bfd_hash_allocate()
|
H A D | opncls.c | 930 ret = objalloc_alloc ((struct objalloc *) abfd->memory, (unsigned long) size); in bfd_alloc() 969 ret = objalloc_alloc ((struct objalloc *) abfd->memory, (unsigned long) size); in bfd_alloc2()
|
H A D | elf32-i386.c | 919 objalloc_alloc ((struct objalloc *) htab->loc_hash_memory, in elf_i386_get_local_sym_hash()
|
H A D | elf64-x86-64.c | 870 objalloc_alloc ((struct objalloc *) htab->loc_hash_memory, in elf_x86_64_get_local_sym_hash()
|
/dflybsd-src/contrib/binutils-2.34/bfd/ |
H A D | hash.c | 392 objalloc_alloc ((struct objalloc *) table->memory, alloc); in bfd_hash_table_init_n() 486 new_string = (char *) objalloc_alloc ((struct objalloc *) table->memory, in bfd_hash_lookup() 536 objalloc_alloc ((struct objalloc *) table->memory, alloc)); in bfd_hash_insert() 623 ret = objalloc_alloc ((struct objalloc *) table->memory, size); in bfd_hash_allocate()
|
H A D | opncls.c | 978 ret = objalloc_alloc ((struct objalloc *) abfd->memory, ul_size); in bfd_alloc()
|
H A D | elfxx-x86.c | 635 objalloc_alloc ((struct objalloc *) htab->loc_hash_memory, in _bfd_elf_x86_get_local_sym_hash()
|
/dflybsd-src/contrib/binutils-2.27/libiberty/ |
H A D | objalloc.c | 170 return objalloc_alloc (o, len); in _objalloc_alloc()
|
/dflybsd-src/contrib/binutils-2.34/libiberty/ |
H A D | objalloc.c | 170 return objalloc_alloc (o, len); in _objalloc_alloc()
|
/dflybsd-src/contrib/gcc-8.0/libiberty/ |
H A D | objalloc.c | 170 return objalloc_alloc (o, len); in _objalloc_alloc()
|
/dflybsd-src/contrib/gcc-4.7/libiberty/ |
H A D | objalloc.c | 163 return objalloc_alloc (o, len); in _objalloc_alloc()
|
/dflybsd-src/contrib/gdb-7/libiberty/ |
H A D | objalloc.c | 170 return objalloc_alloc (o, len); in _objalloc_alloc()
|