/netbsd-src/external/gpl3/binutils/dist/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 | subsegs.c | 62 seginfo = obstack_alloc (¬es, sizeof (*seginfo)); in alloc_seginfo() 122 newP = (frchainS *) obstack_alloc (&frchains, sizeof (frchainS)); in subseg_set_rest()
|
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()
|
/netbsd-src/external/gpl3/binutils.old/dist/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 | subsegs.c | 62 seginfo = obstack_alloc (¬es, sizeof (*seginfo)); in alloc_seginfo() 123 newP = (frchainS *) obstack_alloc (&frchains, sizeof (frchainS)); in subseg_set_rest()
|
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()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | postreload-gcse.c | 316 (struct modifies_mem *) obstack_alloc (&modifies_mem_obstack, in alloc_mem() 385 cur_expr = (struct expr *) obstack_alloc (&expr_obstack, in insert_expr_in_table() 421 avail_occr = (struct occr *) obstack_alloc (&occr_obstack, in insert_expr_in_table() 444 tmp_expr = (struct expr *) obstack_alloc (&expr_obstack, in lookup_expr_in_table() 702 list_entry = (struct modifies_mem *) obstack_alloc (&modifies_mem_obstack, in record_last_mem_set_info() 1108 occr = (struct unoccr *) obstack_alloc (&unoccr_obstack, in eliminate_partially_redundant_load() 1124 unoccr = (struct unoccr *) obstack_alloc (&unoccr_obstack, in eliminate_partially_redundant_load()
|
H A D | cfg.c | 589 bb->aux = obstack_alloc (&block_aux_obstack, size); in alloc_aux_for_block() 610 first_block_aux_obj = obstack_alloc (&block_aux_obstack, 0); in alloc_aux_for_blocks() 652 e->aux = obstack_alloc (&edge_aux_obstack, size); in alloc_aux_for_edge() 673 first_edge_aux_obj = obstack_alloc (&edge_aux_obstack, 0); in alloc_aux_for_edges()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | postreload-gcse.cc | 316 (struct modifies_mem *) obstack_alloc (&modifies_mem_obstack, in alloc_mem() 385 cur_expr = (struct expr *) obstack_alloc (&expr_obstack, in insert_expr_in_table() 421 avail_occr = (struct occr *) obstack_alloc (&occr_obstack, in insert_expr_in_table() 444 tmp_expr = (struct expr *) obstack_alloc (&expr_obstack, in lookup_expr_in_table() 701 list_entry = (struct modifies_mem *) obstack_alloc (&modifies_mem_obstack, in record_last_mem_set_info() 1109 occr = (struct unoccr *) obstack_alloc (&unoccr_obstack, in eliminate_partially_redundant_load() 1125 unoccr = (struct unoccr *) obstack_alloc (&unoccr_obstack, in eliminate_partially_redundant_load()
|
H A D | value-range.h | 687 void *r = obstack_alloc (&m_obstack, num_bytes); in get_memory() 704 void *r = obstack_alloc (&m_obstack, sizeof (irange)); in allocate() 705 tree *mem = (tree *) obstack_alloc (&m_obstack, nbytes); in allocate()
|
H A D | cfg.cc | 607 bb->aux = obstack_alloc (&block_aux_obstack, size); in alloc_aux_for_block() 628 first_block_aux_obj = obstack_alloc (&block_aux_obstack, 0); in alloc_aux_for_blocks() 670 e->aux = obstack_alloc (&edge_aux_obstack, size); in alloc_aux_for_edge() 691 first_edge_aux_obj = obstack_alloc (&edge_aux_obstack, 0); in alloc_aux_for_edges()
|
H A D | value-relation.cc | 517 ptr = (equiv_chain *) obstack_alloc (&m_chain_obstack, in add_equiv_to_block() 527 ptr = (equiv_chain *) obstack_alloc (&m_chain_obstack, sizeof (equiv_chain)); in add_equiv_to_block() 980 ptr = (relation_chain *) obstack_alloc (&m_chain_obstack, in set_one_relation() 1312 equiv_chain *ptr = (equiv_chain *) obstack_alloc (&m_chain_obstack, in register_equiv() 1350 equiv_chain *ptr = (equiv_chain *) obstack_alloc (&m_chain_obstack, in killing_def() 1403 relation_chain *ptr = (relation_chain *) obstack_alloc (&m_chain_obstack, in register_relation()
|
/netbsd-src/external/gpl3/gcc.old/dist/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)))
|
H A D | obstack.h | 383 # define obstack_alloc(OBSTACK, length) \ macro 499 # define obstack_alloc(h, length) \ macro
|
/netbsd-src/external/gpl3/gcc/dist/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)))
|
/netbsd-src/external/gpl3/binutils/dist/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)))
|
H A D | obstack.h | 383 # define obstack_alloc(OBSTACK, length) \ macro 499 # define obstack_alloc(h, length) \ macro
|
/netbsd-src/external/gpl3/binutils.old/dist/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)))
|
H A D | obstack.h | 383 # define obstack_alloc(OBSTACK, length) \ macro 499 # define obstack_alloc(h, length) \ macro
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgrep/ |
H A D | kwset.c | 103 = (struct trie *) obstack_alloc(&kwset->obstack, sizeof (struct trie)); in kwsalloc() 170 link = (struct tree *) obstack_alloc(&kwset->obstack, in kwsincr() 176 link->trie = (struct trie *) obstack_alloc(&kwset->obstack, in kwsincr() 403 kwset->target = obstack_alloc(&kwset->obstack, kwset->mind); in kwsprep()
|
/netbsd-src/external/gpl2/grep/dist/src/ |
H A D | kwset.c | 103 = (struct trie *) obstack_alloc(&kwset->obstack, sizeof (struct trie)); in kwsalloc() 170 link = (struct tree *) obstack_alloc(&kwset->obstack, in kwsincr() 176 link->trie = (struct trie *) obstack_alloc(&kwset->obstack, in kwsincr() 403 kwset->target = obstack_alloc(&kwset->obstack, kwset->mind); in kwsprep()
|
/netbsd-src/external/gpl2/grep/dist/lib/ |
H A D | obstack.h | 220 void * obstack_alloc (struct obstack *obstack, int size); 445 # define obstack_alloc(OBSTACK,length) \ macro 550 # define obstack_alloc(h,length) \ macro
|
H A D | obstack.c | 572 POINTER (obstack_alloc) (obstack, length) 576 return obstack_alloc (obstack, length);
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
H A D | obstack.h | 366 # define obstack_alloc(OBSTACK,length) \ macro 476 # define obstack_alloc(h,length) \ macro
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/ |
H A D | obstack.h | 366 # define obstack_alloc(OBSTACK,length) \ macro 476 # define obstack_alloc(h,length) \ macro
|