| /dflybsd-src/contrib/gdb-7/gdb/ |
| H A D | gdb_obstack.h | 28 (memset (obstack_alloc ((OBSTACK), sizeof (TYPE)), 0, sizeof (TYPE))) 31 (memset (obstack_alloc ((OBSTACK), (NUMBER) * sizeof (TYPE)), \
|
| H A D | addrmap.c | 252 CORE_ADDR *key = obstack_alloc (map->obstack, sizeof (*key)); in allocate_key() 444 fixed = obstack_alloc (obstack, in addrmap_mutable_create_fixed() 537 return obstack_alloc (map->obstack, size); in splay_obstack_alloc() 575 struct addrmap_mutable *map = obstack_alloc (obstack, sizeof (*map)); in addrmap_create_mutable()
|
| H A D | dictionary.c | 365 retval = obstack_alloc (obstack, sizeof (struct dictionary)); in dict_create_hashed() 377 buckets = obstack_alloc (obstack, nbuckets * sizeof (struct symbol *)); in dict_create_hashed() 429 retval = obstack_alloc (obstack, sizeof (struct dictionary)); in dict_create_linear() 440 syms = obstack_alloc (obstack, nsyms * sizeof (struct symbol *)); in dict_create_linear()
|
| H A D | jv-lang.c | 148 obstack_alloc (&objfile->objfile_obstack, in get_java_class_symtab() 189 obstack_alloc (&objfile->objfile_obstack, sizeof (struct symbol)); in add_class_symbol() 227 chrs = obstack_alloc (obstack, name_length + 1); in get_java_utf8_name() 317 name = obstack_alloc (&objfile->objfile_obstack, namelen + 1); in type_from_class() 504 obstack_alloc (&objfile->objfile_obstack, j); in java_link_class_type() 583 obstack_alloc (&objfile->objfile_obstack, j); in java_link_class_type()
|
| H A D | stabsread.c | 383 obstack_alloc (&objfile->objfile_obstack, in patch_block_stabs() 651 obstack_alloc (&objfile->objfile_obstack, sizeof (struct symbol)); in define_symbol() 785 obstack_alloc (&objfile->objfile_obstack, in define_symbol() 868 string_value = obstack_alloc (&objfile->objfile_obstack, ind + 1); in define_symbol() 1294 obstack_alloc (&objfile->objfile_obstack, sizeof (struct symbol)); in define_symbol() 1339 obstack_alloc (&objfile->objfile_obstack, sizeof (struct symbol)); in define_symbol() 1643 obstack_alloc (&objfile->objfile_obstack, p - *pp + 1); in read_type() 2644 obstack_alloc (&objfile->objfile_obstack, in read_member_functions() 2721 obstack_alloc (&objfile->objfile_obstack, in read_member_functions() 3684 obstack_alloc (&objfile->objfile_obstack, sizeof (struct symbol)); in read_enum_type() [all …]
|
| H A D | buildsym.c | 446 obstack_alloc (&pending_block_obstack, sizeof (struct pending_block)); in record_pending_block() 506 obstack_alloc (&objfile->objfile_obstack, in make_blockvector() 1171 obstack_alloc (&objfile->objfile_obstack, linetablesize); in end_symtab_from_static_block() 1183 obstack_alloc (&objfile->objfile_obstack, in end_symtab_from_static_block()
|
| H A D | dbxread.c | 719 (char *) obstack_alloc (&objfile->objfile_obstack, in dbx_symfile_init() 2211 result->read_symtab_private = obstack_alloc (&objfile->objfile_obstack, in start_psymtab() 2341 obstack_alloc (&objfile->objfile_obstack, in end_psymtab() 2357 obstack_alloc (&objfile->objfile_obstack, sizeof (struct symloc)); in end_psymtab() 2366 obstack_alloc (&objfile->objfile_obstack, in end_psymtab() 3391 obstack_alloc (&objfile->objfile_obstack, stabstrsize + 1); in coffstab_build_psymtabs() 3485 obstack_alloc (&objfile->objfile_obstack, stabstrsize + 1); in elfstab_build_psymtabs() 3581 obstack_alloc (&objfile->objfile_obstack, in stabsect_build_psymtabs()
|
| /dflybsd-src/contrib/binutils-2.34/gas/ |
| H A D | cond.c | 114 (struct conditional_frame *) obstack_alloc (&cond_obstack, sizeof cframe); in s_ifdef() 172 (struct conditional_frame *) obstack_alloc (&cond_obstack, sizeof cframe); in s_if() 209 (struct conditional_frame *) obstack_alloc (&cond_obstack, sizeof cframe); in s_ifb() 290 (struct conditional_frame *) obstack_alloc (&cond_obstack, sizeof cframe); in s_ifc() 485 (struct conditional_frame *) obstack_alloc (&cond_obstack, sizeof cframe); in s_ifeqs()
|
| H A D | hash.c | 93 ret->table = (struct hash_entry **) obstack_alloc (&ret->memory, alloc); in hash_new_sized() 220 p = (struct hash_entry *) obstack_alloc (&table->memory, sizeof (*p)); in hash_insert() 257 p = (struct hash_entry *) obstack_alloc (&table->memory, sizeof (*p)); in hash_jam()
|
| H A D | frags.c | 81 (void) obstack_alloc (ob, 0); in frag_alloc() 84 ptr = (fragS *) obstack_alloc (ob, SIZEOF_STRUCT_FRAG); in frag_alloc()
|
| /dflybsd-src/contrib/gcc-4.7/gcc/ |
| H A D | postreload-gcse.c | 257 (struct modifies_mem *) obstack_alloc (&modifies_mem_obstack, in alloc_mem() 343 cur_expr = (struct expr *) obstack_alloc (&expr_obstack, in insert_expr_in_table() 383 avail_occr = (struct occr *) obstack_alloc (&occr_obstack, in insert_expr_in_table() 412 tmp_expr = (struct expr *) obstack_alloc (&expr_obstack, in lookup_expr_in_table() 675 list_entry = (struct modifies_mem *) obstack_alloc (&modifies_mem_obstack, in record_last_mem_set_info() 1042 occr = (struct unoccr *) obstack_alloc (&unoccr_obstack, in eliminate_partially_redundant_load() 1057 unoccr = (struct unoccr *) obstack_alloc (&unoccr_obstack, in eliminate_partially_redundant_load()
|
| /dflybsd-src/contrib/gcc-4.7/include/ |
| H A D | libiberty.h | 375 #define XOBNEW(O, T) ((T *) obstack_alloc ((O), sizeof (T))) 376 #define XOBNEWVEC(O, T, N) ((T *) obstack_alloc ((O), sizeof (T) * (N))) 377 #define XOBNEWVAR(O, T, S) ((T *) obstack_alloc ((O), (S)))
|
| H A D | obstack.h | 205 void * obstack_alloc (struct obstack *obstack, int size); 401 # define obstack_alloc(OBSTACK,length) \ macro 509 # define obstack_alloc(h,length) \ macro
|
| /dflybsd-src/contrib/gdb-7/include/ |
| H A D | libiberty.h | 366 #define XOBNEW(O, T) ((T *) obstack_alloc ((O), sizeof (T))) 367 #define XOBNEWVEC(O, T, N) ((T *) obstack_alloc ((O), sizeof (T) * (N))) 368 #define XOBNEWVAR(O, T, S) ((T *) obstack_alloc ((O), (S)))
|
| H A D | obstack.h | 205 void * obstack_alloc (struct obstack *obstack, int size); 401 # define obstack_alloc(OBSTACK,length) \ macro 509 # define obstack_alloc(h,length) \ macro
|
| /dflybsd-src/contrib/gcc-8.0/gcc/ |
| H A D | postreload-gcse.c | 313 (struct modifies_mem *) obstack_alloc (&modifies_mem_obstack, in alloc_mem() 382 cur_expr = (struct expr *) obstack_alloc (&expr_obstack, in insert_expr_in_table() 428 avail_occr = (struct occr *) obstack_alloc (&occr_obstack, in insert_expr_in_table() 457 tmp_expr = (struct expr *) obstack_alloc (&expr_obstack, in lookup_expr_in_table() 715 list_entry = (struct modifies_mem *) obstack_alloc (&modifies_mem_obstack, in record_last_mem_set_info() 1128 occr = (struct unoccr *) obstack_alloc (&unoccr_obstack, in eliminate_partially_redundant_load() 1144 unoccr = (struct unoccr *) obstack_alloc (&unoccr_obstack, in eliminate_partially_redundant_load()
|
| H A D | cfg.c | 586 bb->aux = obstack_alloc (&block_aux_obstack, size); in alloc_aux_for_block() 607 first_block_aux_obj = obstack_alloc (&block_aux_obstack, 0); in alloc_aux_for_blocks() 649 e->aux = obstack_alloc (&edge_aux_obstack, size); in alloc_aux_for_edge() 670 first_edge_aux_obj = obstack_alloc (&edge_aux_obstack, 0); in alloc_aux_for_edges()
|
| /dflybsd-src/contrib/binutils-2.34/include/ |
| H A D | libiberty.h | 382 #define XOBNEW(O, T) ((T *) obstack_alloc ((O), sizeof (T))) 383 #define XOBNEWVEC(O, T, N) ((T *) obstack_alloc ((O), sizeof (T) * (N))) 384 #define XOBNEWVAR(O, T, S) ((T *) obstack_alloc ((O), (S)))
|
| /dflybsd-src/contrib/gcc-8.0/include/ |
| H A D | libiberty.h | 373 #define XOBNEW(O, T) ((T *) obstack_alloc ((O), sizeof (T))) 374 #define XOBNEWVEC(O, T, N) ((T *) obstack_alloc ((O), sizeof (T) * (N))) 375 #define XOBNEWVAR(O, T, S) ((T *) obstack_alloc ((O), (S)))
|
| /dflybsd-src/contrib/binutils-2.27/include/ |
| H A D | libiberty.h | 373 #define XOBNEW(O, T) ((T *) obstack_alloc ((O), sizeof (T))) 374 #define XOBNEWVEC(O, T, N) ((T *) obstack_alloc ((O), sizeof (T) * (N))) 375 #define XOBNEWVAR(O, T, S) ((T *) obstack_alloc ((O), (S)))
|
| /dflybsd-src/contrib/grep/src/ |
| H A D | kwset.c | 150 kwset->trie = obstack_alloc (&kwset->obstack, sizeof *kwset->trie); in kwsalloc() 214 cur = obstack_alloc (&kwset->obstack, sizeof *cur); in kwsincr() 217 cur->trie = obstack_alloc (&kwset->obstack, sizeof *cur->trie); in kwsincr() 443 kwset->target = obstack_alloc (&kwset->obstack, kwset->mind); in kwsprep() 552 kwset->target = obstack_alloc (&kwset->obstack, kwset->mind); in kwsprep() 564 = obstack_alloc (&kwset->obstack, in kwsprep()
|
| /dflybsd-src/contrib/binutils-2.27/gas/ |
| H A D | hash.c | 93 ret->table = (struct hash_entry **) obstack_alloc (&ret->memory, alloc); in hash_new_sized() 220 p = (struct hash_entry *) obstack_alloc (&table->memory, sizeof (*p)); in hash_insert() 257 p = (struct hash_entry *) obstack_alloc (&table->memory, sizeof (*p)); in hash_jam()
|
| H A D | frags.c | 81 (void) obstack_alloc (ob, 0); in frag_alloc() 84 ptr = (fragS *) obstack_alloc (ob, SIZEOF_STRUCT_FRAG); in frag_alloc()
|
| /dflybsd-src/contrib/gcc-4.7/libiberty/ |
| H A D | obstack.c | 493 POINTER (obstack_alloc) (struct obstack *obstack, int length) 495 return obstack_alloc (obstack, length);
|
| /dflybsd-src/contrib/gdb-7/libiberty/ |
| H A D | obstack.c | 493 POINTER (obstack_alloc) (struct obstack *obstack, int length) 495 return obstack_alloc (obstack, length);
|